4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since a7c8f4a was
c04929c,
checked in by Richard Sanger <rjs51@…>, 9 years ago
|
Added the new live trace format Intel DPDK - See the wiki for more documentation
|
-
Property mode set to
100644
|
File size:
552 bytes
|
Rev | Line | |
---|
[c04929c] | 1 | diff -ur ./DPDKORG/lib/librte_pmd_e1000/igb_rxtx.c ./DPDK/lib/librte_pmd_e1000/igb_rxtx.c |
---|
| 2 | --- ./DPDKORG/lib/librte_pmd_e1000/igb_rxtx.c 2013-06-24 10:21:14.000000000 +1200 |
---|
| 3 | +++ ./DPDK/lib/librte_pmd_e1000/igb_rxtx.c 2013-07-12 17:02:02.000000000 +1200 |
---|
| 4 | @@ -1060,7 +1060,7 @@ |
---|
| 5 | * (num_ring_desc * sizeof(struct e1000_rx/tx_desc)) % 128 == 0 |
---|
| 6 | */ |
---|
| 7 | #define IGB_MIN_RING_DESC 32 |
---|
| 8 | -#define IGB_MAX_RING_DESC 4096 |
---|
| 9 | +#define IGB_MAX_RING_DESC 32768 |
---|
| 10 | |
---|
| 11 | static const struct rte_memzone * |
---|
| 12 | ring_dma_zone_reserve(struct rte_eth_dev *dev, const char *ring_name, |
---|
| 13 | |
---|
Note: See
TracBrowser
for help on using the repository browser.