From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] examples/ip_pipeline: fix RSS Date: Tue, 07 Aug 2018 23:18:56 +0200 Message-ID: <4637316.kyhStdGkoX@xps> References: <1533569056-90492-1-git-send-email-cristian.dumitrescu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Cristian Dumitrescu Return-path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id E3FE723D for ; Tue, 7 Aug 2018 23:19:00 +0200 (CEST) In-Reply-To: <1533569056-90492-1-git-send-email-cristian.dumitrescu@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 06/08/2018 17:24, Cristian Dumitrescu: > After adding RSS hash offload checks, flags that are not supported by > the current device result in RSS configuration failing as opposed to > unsupported flags being silently discarded. This fix is making sure > that only device supported flags are passed to RSS configuration. > > Fixes: aa1a6d87f15d ("ethdev: force RSS offload rules again") > > Signed-off-by: Cristian Dumitrescu > Acked-by: Fan Zhang > Acked-by: Konstantin Ananyev > Tested-by: Peng, Yuan Applied, thanks