From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/2] examples/flow_filtering: fix set offloads based on cap Date: Tue, 06 Nov 2018 02:29:14 +0100 Message-ID: <2006226.gNtOb2kNZo@xps> References: <1541410503-29360-1-git-send-email-orika@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Zhao1, Wei" To: Ori Kam Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 6797158C4 for ; Tue, 6 Nov 2018 02:29:17 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 05/11/2018 10:51, Zhao1, Wei: > From: Ori Kam [mailto:orika@mellanox.com] > > > > Some of the requested offloads are not supported by all devices. > > > > This patch fixes this issue by setting only the supported offloads. > > > > Fixes: feca6c428a5e ("examples/flow_filtering: add Tx queues setup > > process") > > Cc: wei.zhao1@intel.com > > > > Signed-off-by: Ori Kam > > Acked-by: Wei Zhao Series applied, thanks