From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id F143D22BE9; Mon, 5 Nov 2018 20:29:16 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 05 Nov 2018 20:29:16 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=w5wVOe22hCUz/lUFQgJ0VufLiEbrWvj3C7KK0t9Harg=; b=qZYZGC0eEZYe 5GsdRjuTz/J+2mWqU00JJc165yZicQtfMV2q4gCNE8E5MWfqea3ObbRuL80d4R1s PqMb4z35TqPxgrN6J9EBKVl8hxMFrm9J1kwB9xFmrfuOj93VqwdWxbEBTveeEby9 xxe0xlqqUpRi/bsiS4BBl1GkANeo3wY= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=w5wVOe22hCUz/lUFQgJ0VufLiEbrWvj3C7KK0t9Ha rg=; b=ZEOo78BmhG2KPF0bLbMcRstRLVQZryIAW/c8Kvd82juWqkR6+jtEM5mpu FscjRdHXJW7erGjHpFu3S2jQbRUo4WW/0lJWiO9nbcMmrHZX4BWEq9qURhOS0Cr0 07kzaaGC3gJYVNRi4VBahREZKGgPEbIy1G92g+iWTX/YX4svDZ8cEJxPTS4FGjun jslfHb3ggXOiIA5UCFm98F7phSkm8mDe7YqOn7vGKuKg2pkKF/TW6xeXmKcV8J6C 3SlVcw1i5b99gKDsO8m/uajuMH6CO4QtAzINupx8lvukNHf6yiKOEX5aW7AuYiQY WQmueH5T2SYv6cgamffiqFoW++yfQ== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id DD5B0E454E; Mon, 5 Nov 2018 20:29:15 -0500 (EST) From: Thomas Monjalon To: Ori Kam Cc: dev@dpdk.org, "Zhao1, Wei" Date: Tue, 06 Nov 2018 02:29:14 +0100 Message-ID: <2006226.gNtOb2kNZo@xps> In-Reply-To: References: <1541410503-29360-1-git-send-email-orika@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 1/2] examples/flow_filtering: fix set offloads based on cap 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, 06 Nov 2018 01:29:17 -0000 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