From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id CE673332; Tue, 7 Aug 2018 17:18:59 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 07 Aug 2018 17:19:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=CC7u4IvtamWFwwNsuJAnNVWF5U rtP/e2eWOyVUHJ+9s=; b=IEFb+EXm8rxi/rkFPlyaCYJdHDTgasHPHHlu+MnGt6 cdKuDlaYYSKN+okUNaFUOxTDgq6Z9eXrtq2RZblGCO05GcHRo8RTLJB2g08ajo+A mxLTqy7YwxG+uFAReQFAcMBeYxJ/gpVsjDUQaIDgt4mnHi9Cidk4KzjGtCgHxBlz I= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=CC7u4I vtamWFwwNsuJAnNVWF5UrtP/e2eWOyVUHJ+9s=; b=N31t+6JS2luU/4y3jyIgHe Axega6UGJaM46kc8d1KDMi70vMUZobV0zP89Bh9aLyOpj6fDDCo8OFQB/r1gJQhH CJ2fM3vl1G0Flm/hU37bh+npQ2U45JiynySwB9YVqX7X6O99Ks+ADqjGPnI4NCcc Kdbtg3/GCVQPVUAQAc6mLaq3UF8BPdj37mcvufkKvY2/7TubwhokxkgvWe5dbDF9 V6dRVyBJNkK+MgK4yThnPxegOP3qD03+osbnRZ8CBbZDWViwUHbLfm0L4dImwSfK W80PhFpTRZksDarjm/qZdz8oRU6UxzGqVNW+OKRb4Do/kDwrOgXXjgi9SYK/c4NQ == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (114.149.6.93.rev.sfr.net [93.6.149.114]) by mail.messagingengine.com (Postfix) with ESMTPA id 8C70D1025D; Tue, 7 Aug 2018 17:18:58 -0400 (EDT) From: Thomas Monjalon To: Cristian Dumitrescu Cc: dev@dpdk.org Date: Tue, 07 Aug 2018 23:18:56 +0200 Message-ID: <4637316.kyhStdGkoX@xps> In-Reply-To: <1533569056-90492-1-git-send-email-cristian.dumitrescu@intel.com> References: <1533569056-90492-1-git-send-email-cristian.dumitrescu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] examples/ip_pipeline: fix RSS X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Aug 2018 21:19:01 -0000 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