From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] net/i40e: fix vsi removing from tailq when release Date: Mon, 25 Jul 2016 16:57:22 +0200 Message-ID: <4310000.FmBVOYesCS@xps13> References: <1469416948-13073-1-git-send-email-jingjing.wu@intel.com> <1469424969-32205-1-git-send-email-jingjing.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Zhang, Helin" , "Xing, Beilei" , "Peng, Yuan" To: "Wu, Jingjing" Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id E21755594 for ; Mon, 25 Jul 2016 16:57:23 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id o80so161150580wme.1 for ; Mon, 25 Jul 2016 07:57:23 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > VSI structure need to be removed from TAILQ list when releasing. > > But for the child VSI it will be removed again after the structure is freed. It will > > cause core dump when the DPDK i40e using as PF host driver. > > > > This patch fixes it to only remove child VSI from TAILQ before send adminq > > command to remove it from hardware. > > > > Fixes: 4861cde46116 ("i40e: new poll mode driver") > > Fixes: 440499cf5376 ("net/i40e: support floating VEB") > > Signed-off-by: Jingjing Wu > Acked-by: Helin Zhang Applied, thanks