From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernard Iremonger Subject: [PATCH v2 0/2] net/i40e: fix segmentation fault Date: Mon, 9 Jan 2017 16:29:24 +0000 Message-ID: <1483979366-16914-1-git-send-email-bernard.iremonger@intel.com> Cc: Bernard Iremonger To: dev@dpdk.org, wenzhuo.lu@intel.com, jingjing.wu@intel.com, helin.zhang@intel.com Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 5871E1094 for ; Mon, 9 Jan 2017 17:29:31 +0100 (CET) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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, 201 insertions(+), 5 deletions(-) -- 2.10.1