From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v3] test/event: fix RSS config in eth Rx adapter test Date: Fri, 28 Sep 2018 18:32:57 +0530 Message-ID: <20180928130255.GB22543@jerin> References: <1537777918-186702-1-git-send-email-nikhil.rao@intel.com> <1537779227-188487-1-git-send-email-nikhil.rao@intel.com> <20180925031548.GB10106@jerin> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, stable@dpdk.org To: Nikhil Rao Return-path: Content-Disposition: inline In-Reply-To: <20180925031548.GB10106@jerin> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----Original Message----- > Date: Tue, 25 Sep 2018 08:45:49 +0530 > From: Jerin Jacob > To: Nikhil Rao > CC: dev@dpdk.org, stable@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3] test/event: fix RSS config in eth Rx > adapter test > User-Agent: Mutt/1.10.1 (2018-07-13) > > > -----Original Message----- > > Date: Mon, 24 Sep 2018 14:23:47 +0530 > > From: Nikhil Rao > > To: jerin.jacob@caviumnetworks.com > > CC: dev@dpdk.org, Nikhil Rao , stable@dpdk.org > > Subject: [PATCH v3] test/event: fix RSS config in eth Rx adapter test > > X-Mailer: git-send-email 1.8.3.1 > > > > > > Remove RSS config as it is not required. The hardcoded RSS > > configuration also generates an error on NICs that don't support > > it. > > > > Fixes: 8863a1fbfc66 ("ethdev: add supported hash function check") > > CC: stable@dpdk.org > > > > Signed-off-by: Nikhil Rao > > Acked-by: Jerin Jacob > Applied to dpdk-next-eventdev/master. Thanks. >