From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 017285588 for ; Fri, 23 Sep 2016 12:56:24 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP; 23 Sep 2016 03:56:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,381,1470726000"; d="scan'208";a="12424078" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.45]) by fmsmga006.fm.intel.com with SMTP; 23 Sep 2016 03:56:21 -0700 Received: by (sSMTP sendmail emulation); Fri, 23 Sep 2016 11:56:20 +0025 Date: Fri, 23 Sep 2016 11:56:20 +0100 From: Bruce Richardson To: "Wu, Jingjing" Cc: "Yigit, Ferruh" , Rich Lane , "dev@dpdk.org" , "Zhang, Helin" Message-ID: <20160923105620.GA58488@bricha3-MOBL3> References: <1470166496-70610-1-git-send-email-rich.lane@bigswitch.com> <7d569e83-6310-b1d6-c727-be5d0d9f3103@intel.com> <9BB6961774997848B5B42BEC655768F80E2714C3@SHSMSX103.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9BB6961774997848B5B42BEC655768F80E2714C3@SHSMSX103.ccr.corp.intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix null pointer dereferences when using VMDQ+RSS X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2016 10:56:25 -0000 On Thu, Sep 22, 2016 at 08:20:25AM +0000, Wu, Jingjing wrote: > > > > -----Original Message----- > > From: Yigit, Ferruh > > Sent: Wednesday, September 14, 2016 10:00 PM > > To: Rich Lane; dev@dpdk.org > > Cc: Zhang, Helin; Wu, Jingjing > > Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix null pointer dereferences > > when using VMDQ+RSS > > > > On 8/2/2016 8:34 PM, Rich Lane wrote: > > > When using VMDQ+RSS, the queue ids used by the application are not > > > contiguous (see i40e_pf_config_rss). Most of the driver already > > > handled this, but there were a few cases where it assumed all > > > configured queues had been setup. > > > > > > Fixes: 4861cde46116 ("i40e: new poll mode driver") > > > Fixes: 6b4537128394 ("i40e: free queue memory when closing") > > > Fixes: 8e109464c022 ("i40e: allow vector Rx and Tx usage") > > > > > > Signed-off-by: Rich Lane > > Acked-by: Jingjing Wu > > Applied to dpdk-next-net/rel_16_11 /Bruce