#
35105f12 |
| 16-Jan-2014 |
Daniel Kan <dan@nyansa.com> |
app/testpmd: fix RSS by setting mq_mode
The mq_mode was not set when rxq is > 0; it's defaulted to ETH_MQ_RX_NONE. As a result, RSS remains inactive. The fix is to set mq_mode to ETH_MQ_RX_RSS when
app/testpmd: fix RSS by setting mq_mode
The mq_mode was not set when rxq is > 0; it's defaulted to ETH_MQ_RX_NONE. As a result, RSS remains inactive. The fix is to set mq_mode to ETH_MQ_RX_RSS when hf is non-zero.
This bug was introduced by commit 243db2ddee3094a2cb39fdd4b17e26df4e7735e1 igb/ixgbe: ETH_MQ_RX_NONE should disable RSS
Signed-off-by: Daniel Kan <dan@nyansa.com> Acked-by: Maxime Leroy <maxime.leroy@6wind.com>
show more ...
|
#
57e85242 |
| 12-Feb-2014 |
Bruce Richardson <bruce.richardson@intel.com> |
app/testpmd: added new macfwd-retry mode
This adds a new forwarding mode to testpmd, whereby it will forward packets, but on a transmit failure, it will wait a small amount of time before retrying t
app/testpmd: added new macfwd-retry mode
This adds a new forwarding mode to testpmd, whereby it will forward packets, but on a transmit failure, it will wait a small amount of time before retrying the transmit again. This mode can be useful in some cases to set a zero-packet loss rate at the cost of overall throughput, especially in cases where TX ring size/buffering is constrained, such as with virtio.
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
show more ...
|
#
148f963f |
| 12-Feb-2014 |
Bruce Richardson <bruce.richardson@intel.com> |
xen: core library changes
Core support for using the Intel DPDK with Xen Dom0 - including EAL changes and mempool changes. These changes encompass how memory mapping is done, including support for i
xen: core library changes
Core support for using the Intel DPDK with Xen Dom0 - including EAL changes and mempool changes. These changes encompass how memory mapping is done, including support for initializing a memory pool inside an already-allocated block of memory. KNI sample app updated to use KNI close function when used with Xen.
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
show more ...
|
#
e9d48c00 |
| 10-Feb-2014 |
Bruce Richardson <bruce.richardson@intel.com> |
update Intel copyright years to 2014
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
|
#
7b7e5ba7 |
| 08-Nov-2013 |
Intel <intel.com> |
app/testpmd: add bypass support
Signed-off-by: Intel
|
#
7741e4cf |
| 18-Sep-2013 |
Intel <intel.com> |
app/testpmd: VMDq and DCB updates
Signed-off-by: Intel
|
#
1c1d4d7a |
| 18-Sep-2013 |
Intel <intel.com> |
doc: whitespace changes in licenses
Signed-off-by: Intel
|
#
32e7aa0b |
| 03-Jun-2013 |
Intel <intel.com> |
ethdev: update VMDq/DCB support
Signed-off-by: Intel
|
#
b6ea6408 |
| 03-Jun-2013 |
Intel <intel.com> |
ethdev: store numa_node per device
Signed-off-by: Intel
|
#
b6df9fc8 |
| 12-Mar-2013 |
Intel <intel.com> |
update copyright date to 2013
Signed-off-by: Intel
|
#
e788fe1c |
| 26-Apr-2011 |
Ivan Boule <ivan.boule@6wind.com> |
app/testpmd: fix compliance with __rte_mbuf_sanity_check()
Build mbuf and lists of mbufs in a way compliant with the checks performed by the function __rte_mbuf_sanity_check() when CONFIG_RTE_LIBRTE
app/testpmd: fix compliance with __rte_mbuf_sanity_check()
Build mbuf and lists of mbufs in a way compliant with the checks performed by the function __rte_mbuf_sanity_check() when CONFIG_RTE_LIBRTE_MBUF_DEBUG=y
Signed-off-by: Ivan Boule <ivan.boule@6wind.com> Acked-by: Olivier Matz <olivier.matz@6wind.com>
show more ...
|
#
013af9b6 |
| 19-Dec-2012 |
Intel <intel.com> |
app/testpmd: various updates
Signed-off-by: Intel
|
#
900550de |
| 19-Dec-2012 |
Intel <intel.com> |
app/testpmd: add dcb support
Signed-off-by: Intel
|
#
ce8d5614 |
| 19-Dec-2012 |
Intel <intel.com> |
app/testpmd: add port configuration settings
Signed-off-by: Intel
|
#
c8798818 |
| 19-Dec-2012 |
Intel <intel.com> |
app/testpmd: add --total-num-mbufs option
Signed-off-by: Intel
|
#
a47aa8b9 |
| 19-Dec-2012 |
Intel <intel.com> |
app/testpmd: add vlan offload support
Signed-off-by: Intel
|
#
ed30d9b6 |
| 19-Dec-2012 |
Intel <intel.com> |
app/testpmd: add stats per queue
Signed-off-by: Intel
|
#
69d22b8e |
| 19-Dec-2012 |
Intel <intel.com> |
ethdev: init all builtin drivers
Signed-off-by: Intel
|
#
42d71416 |
| 19-Dec-2012 |
Intel <intel.com> |
mbuf: group fields in vlan_macip union
Signed-off-by: Intel
|
#
dada9ef6 |
| 19-Dec-2012 |
Intel <intel.com> |
remove version in all files
Signed-off-by: Intel
|
#
af75078f |
| 04-Sep-2012 |
Intel <intel.com> |
first public release
version 1.2.3
Signed-off-by: Intel
|