numam-dpdk/lib/librte_pmd_vmxnet3
Pablo de Lara c7ba32604d vmxnet3: fix default Tx configuration
Since commit fbde27f19a "get default Rx/Tx configuration from dev info",
a default RX/TX configuration can be used for all PMDs.
In case of vmxnet3, the whole structure was zeroed and not filled out.
The PMD does not support multi segments or offload functions,
so txq_flags should have those flags set.

Test report: http://dpdk.org/ml/archives/dev/2014-December/009933.html

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Tested-by: Xiaonan Zhang <xiaonanx.zhang@intel.com>
2014-12-17 01:04:06 +01:00
..
vmxnet3 remove trailing whitespaces 2014-06-11 00:29:34 +02:00
Makefile vmxnet3/base: disable some clang warnings 2014-07-19 01:54:15 +02:00
vmxnet3_ethdev.c vmxnet3: fix default Tx configuration 2014-12-17 01:04:06 +01:00
vmxnet3_ethdev.h vmxnet3: remove useless adapter wrapper 2014-07-22 16:40:55 +02:00
vmxnet3_logs.h remove trailing whitespaces 2014-06-11 00:29:34 +02:00
vmxnet3_ring.h vmxnet3: leverage data ring on Tx path 2014-11-14 17:32:27 +01:00
vmxnet3_rxtx.c add prefix to cache line macros 2014-11-27 16:21:11 +01:00