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 084ABB6D; Fri, 27 Jan 2017 14:21:47 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP; 27 Jan 2017 05:21:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,295,1477983600"; d="scan'208";a="927305134" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by orsmga003.jf.intel.com with ESMTP; 27 Jan 2017 05:21:17 -0800 To: Bernard Iremonger , dev@dpdk.org, jingjing.wu@intel.com References: <1485512567-16668-1-git-send-email-bernard.iremonger@intel.com> Cc: stable@dpdk.org From: Ferruh Yigit Message-ID: Date: Fri, 27 Jan 2017 13:21:16 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <1485512567-16668-1-git-send-email-bernard.iremonger@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH v6 1/3] 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, 27 Jan 2017 13:21:48 -0000 On 1/27/2017 10:22 AM, Bernard Iremonger wrote: > Change the order of releasing the vsi's. > Release the vmdq vsi's first, then release the main vsi. > > Fixes: 4861cde46116 ("i40e: new poll mode driver") > > CC: stable@dpdk.org > > Signed-off-by: Bernard Iremonger > Acked-by: Jingjing Wu Fixes: 3cb446b4aeb2 ("i40e: free vmdq vsi when closing") Cc: stable@dpdk.org Applied to dpdk-next-net/master, thanks.