From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] examples/flow_filtering: demo of simple rte flow Date: Tue, 07 Nov 2017 22:32:53 +0100 Message-ID: <6737427.o2yJMOOfFK@xps> References: <1508407471-6252-1-git-send-email-orika@mellanox.com> <01c7d2e959bcf30471c81ad9ec559aede03cfac9.1509525968.git.orika@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, adrien.mazarguil@6wind.com, john.mcnamara@intel.com To: Ori Kam Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 419FC1B292 for ; Tue, 7 Nov 2017 22:32:55 +0100 (CET) In-Reply-To: <01c7d2e959bcf30471c81ad9ec559aede03cfac9.1509525968.git.orika@mellanox.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" 01/11/2017 10:42, Ori Kam: > This application shows a simple usage of the > rte_flow API for hardware filtering offloading. > > In this demo we are filtering specific IP to > specific target queue, while sending all the > rest of the packets to other queue. > > Signed-off-by: Ori Kam Applied, thanks