This patch series include various fixes and improvement to the
vmxnet3 pmd driver.

V2:
- Add more commit descriptions
- Add a new patch that improve tx performance for small packet

Yong Wang (6):
  vmxnet3: Fix VLAN Rx stripping
  vmxnet3: Add VLAN Tx offload
  vmxnet3: Fix dev stop/restart bug
  vmxnet3: Add rx pkt check offloads
  vmxnet3: Perf improvement on the rx path
  vmxnet3: Leverage data_ring on tx path

 lib/librte_pmd_vmxnet3/vmxnet3_ethdev.c |   7 +-
 lib/librte_pmd_vmxnet3/vmxnet3_ring.h   |  13 +-
 lib/librte_pmd_vmxnet3/vmxnet3_rxtx.c   | 353 +++++++++++++++++++++-----------
 3 files changed, 242 insertions(+), 131 deletions(-)

-- 
1.9.1

Reply via email to