Ignore:
Timestamp:
Jan 1, 2015, 8:35:26 PM (9 years ago)
Author:
alain
Message:

The GIET_NIC_BUFSIZE, GIET_NIC_NBUFS, and GIET_NIC_TIMEOUT have been removed from the hiet_config.h file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_config.h

    r475 r482  
    4646/* software parameters */
    4747
    48 #define GIET_ELF_BUFFER_SIZE     0x80000    /* buffer for .elf files in seg_boot_data */
     48#define GIET_ELF_BUFFER_SIZE     0x80000    /* buffer for .elf files (seg_boot_data) */
    4949#define GIET_IDLE_TASK_PERIOD    0x10000000 /* Idle Task message period */
    5050#define GIET_OPEN_FILES_MAX      16         /* max simultaneously open files */
    5151#define GIET_NB_VSPACE_MAX       16         /* max number of virtual spaces */
    52 #define GIET_TICK_VALUE          0x00100000 /* context switch period (number of cycles) */
     52#define GIET_TICK_VALUE          0x00100000 /* context switch period (cycles) */
    5353#define GIET_USE_IOMMU           0          /* IOMMU activated when non zero */
    5454#define GIET_NO_HARD_CC          0          /* No hard cache coherence when non zero */
    55 #define GIET_NIC_NBUFS           2          /* Number of buffers for the NIC chbuf */
    56 #define GIET_NIC_NFAKE           6          /* Number of fake buffers (for chbuf alignment) */
    57 #define GIET_NIC_BUFSIZE         4096       /* Buffer size for the NIC chbuf */
    58 #define GIET_NIC_TIMEOUT         100        /* Max number of iterations for chbuf access */
    5955#define GIET_NIC_MAC4            0x12345678 /* 32 LSB bits of the MAC address */
    6056#define GIET_NIC_MAC2            0xBEBE     /* 16 MSB bits of the MAC address */
    61 #define GIET_LOCK_MAX_TICKET     1000000    /* max ticket value for the queueing locks */
     57#define GIET_LOCK_MAX_TICKET     1000000    /* max ticket value for queueing locks */
    6258
    6359#endif
Note: See TracChangeset for help on using the changeset viewer.