From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 9BB992BA7; Fri, 20 Jan 2017 14:15:33 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 20 Jan 2017 05:15:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,258,1477983600"; d="scan'208";a="811251208" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by FMSMGA003.fm.intel.com with ESMTP; 20 Jan 2017 05:15:28 -0800 Received: from fmsmsx122.amr.corp.intel.com (10.18.125.37) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 20 Jan 2017 05:15:28 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx122.amr.corp.intel.com (10.18.125.37) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 20 Jan 2017 05:15:28 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.20]) by shsmsx102.ccr.corp.intel.com ([169.254.2.88]) with mapi id 14.03.0248.002; Fri, 20 Jan 2017 21:15:24 +0800 From: "Wu, Jingjing" To: "Iremonger, Bernard" , "dev@dpdk.org" , "Lu, Wenzhuo" , "Zhang, Helin" CC: "stable@dpdk.org" Thread-Topic: [PATCH v4 1/2] net/i40e: fix segmentation fault in close Thread-Index: AQHScOBOHCVJAVc+PU6vShURwHwuuaFBXI7A Date: Fri, 20 Jan 2017 13:15:24 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810CCE631@SHSMSX103.ccr.corp.intel.com> References: <1484229492-18902-1-git-send-email-bernard.iremonger@intel.com> <1484671162-18493-2-git-send-email-bernard.iremonger@intel.com> In-Reply-To: <1484671162-18493-2-git-send-email-bernard.iremonger@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 1/2] net/i40e: fix segmentation fault in close 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: Fri, 20 Jan 2017 13:15:34 -0000 > -----Original Message----- > From: Iremonger, Bernard > Sent: Wednesday, January 18, 2017 12:39 AM > To: dev@dpdk.org; Lu, Wenzhuo ; Wu, Jingjing > ; Zhang, Helin > Cc: Iremonger, Bernard ; stable@dpdk.org > Subject: [PATCH v4 1/2] net/i40e: fix segmentation fault in close >=20 > Change the order of releasing the vsi's. > Release the vmdq vsi's first, then release the main vsi. >=20 > Fixes: 4861cde46116 ("i40e: new poll mode driver") >=20 > CC: stable@dpdk.org >=20 > Signed-off-by: Bernard Iremonger Acked-by: Jingjing Wu