From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id D908A1094 for ; Tue, 17 Jan 2017 17:39:27 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP; 17 Jan 2017 08:39:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,245,1477983600"; d="scan'208";a="54311261" Received: from sivswdev01.ir.intel.com (HELO localhost.localdomain) ([10.237.217.45]) by fmsmga005.fm.intel.com with ESMTP; 17 Jan 2017 08:39:25 -0800 From: Bernard Iremonger To: dev@dpdk.org, wenzhuo.lu@intel.com, jingjing.wu@intel.com, helin.zhang@intel.com Cc: Bernard Iremonger Date: Tue, 17 Jan 2017 16:39:20 +0000 Message-Id: <1484671162-18493-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1484229492-18902-1-git-send-email-bernard.iremonger@intel.com> References: <1484229492-18902-1-git-send-email-bernard.iremonger@intel.com> Subject: [dpdk-dev] [PATCH v4 0/2] net/i40e: fix segmentation fault X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2017 16:39:28 -0000 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