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 66D162BDC for ; Thu, 22 Sep 2016 10:20:40 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP; 22 Sep 2016 01:20:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,378,1470726000"; d="scan'208";a="12026657" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga005.fm.intel.com with ESMTP; 22 Sep 2016 01:20:29 -0700 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 22 Sep 2016 01:20:29 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX157.amr.corp.intel.com (10.18.116.73) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 22 Sep 2016 01:20:29 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.234]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.96]) with mapi id 14.03.0248.002; Thu, 22 Sep 2016 16:20:25 +0800 From: "Wu, Jingjing" To: "Yigit, Ferruh" , Rich Lane , "dev@dpdk.org" CC: "Zhang, Helin" Thread-Topic: [dpdk-dev] [PATCH] net/i40e: fix null pointer dereferences when using VMDQ+RSS Thread-Index: AQHR7PUG/GNN7ruMrEyjc1SlKSIlxqB4wKGAgAy5oQA= Date: Thu, 22 Sep 2016 08:20:25 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F80E2714C3@SHSMSX103.ccr.corp.intel.com> References: <1470166496-70610-1-git-send-email-rich.lane@bigswitch.com> <7d569e83-6310-b1d6-c727-be5d0d9f3103@intel.com> In-Reply-To: <7d569e83-6310-b1d6-c727-be5d0d9f3103@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] 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: Thu, 22 Sep 2016 08:20:40 -0000 > -----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 >=20 > 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 > i40e maintainers, can you please review the patch? >=20 > Thanks, > ferruh