From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 541AF12A8 for ; Wed, 23 Mar 2016 04:14:46 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP; 22 Mar 2016 20:14:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,380,1455004800"; d="scan'208";a="71536678" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga004.fm.intel.com with ESMTP; 22 Mar 2016 20:14:45 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.110.14) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 22 Mar 2016 20:14:45 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.232]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.24]) with mapi id 14.03.0248.002; Wed, 23 Mar 2016 11:14:43 +0800 From: "Chen, Jing D" To: Michael Frasca CC: "dev@dpdk.org" Thread-Topic: [PATCH] fm10k: conditionally disable RSS during device initialization Thread-Index: AQHRhFwMr7xmNRmhZEecE+5QpXRtrZ9mWouQ Date: Wed, 23 Mar 2016 03:14:42 +0000 Message-ID: <4341B239C0EFF9468EE453F9E9F4604D04464381@shsmsx102.ccr.corp.intel.com> References: <1458665888-4577-1-git-send-email-michael.frasca@oracle.com> In-Reply-To: <1458665888-4577-1-git-send-email-michael.frasca@oracle.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] fm10k: conditionally disable RSS during device initialization 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: Wed, 23 Mar 2016 03:14:46 -0000 Hi, > -----Original Message----- > From: Michael Frasca [mailto:michael.frasca@oracle.com] > Sent: Wednesday, March 23, 2016 12:58 AM > To: Chen, Jing D > Cc: dev@dpdk.org; Michael Frasca > Subject: [PATCH] fm10k: conditionally disable RSS during device initializ= ation >=20 > If the provided configuration does not call for RSS, then RSS is > explicitly disabled. Without this change, the device continues to > operate under the previous RSS configuration. >=20 > Fixes: 57033cdf8fdc ("fm10k: add PF RSS") >=20 > Signed-off-by: Michael Frasca Acked-by : Jing Chen