[dpdk-dev] [PATCH v4 0/2] net/i40e: fix segmentation fault

Bernard Iremonger bernard.iremonger at intel.com
Tue Jan 17 17:39:20 CET 2017


Changes in v4:
Rebase to latest dpdk-next-net
Replaced I40E_ERR_BAD_PTR with -EFAULT.

Changes in v3
Fix checkpatch  warning in testpmd.c
Tidy debug code in testpmd.c

Changes in v2:
These two patches were previously part of the following patchset:
[PATCH v7 00/27] Support VFD on i40e

They are being submitted seperately as they are not needed for VFD.
The net/i40e patch has been revised.
The testpmd patch is needed to setup VMDq in order to test the fix.

Bernard Iremonger (2):
  net/i40e: fix segmentation fault in close
  app/testpmd: add command to configure VMDq

 app/test-pmd/cmdline.c                      |  60 +++++++++++++
 app/test-pmd/testpmd.c                      | 126 +++++++++++++++++++++++++++-
 app/test-pmd/testpmd.h                      |   1 +
 doc/guides/testpmd_app_ug/testpmd_funcs.rst |   7 ++
 drivers/net/i40e/i40e_ethdev.c              |  12 +--
 5 files changed, 200 insertions(+), 6 deletions(-)

-- 
2.10.1



More information about the dev mailing list