From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/2] examples/flow_filtering: demo of simple rte flow Date: Wed, 25 Oct 2017 12:35:24 +0200 Message-ID: <1840091.2XWlWDJWeC@xps> References: <1508408108-8672-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, 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 C08E1DD2 for ; Wed, 25 Oct 2017 12:35:26 +0200 (CEST) In-Reply-To: <1508408108-8672-1-git-send-email-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" Hi, 19/10/2017 12:15, Ori Kam: > examples/flow_filtering/Makefile | 17 +++ > examples/flow_filtering/flow_blocks.c | 150 +++++++++++++++++++++ > examples/flow_filtering/main.c | 244 ++++++++++++++++++++++++++++++++++ You must add this example in examples/Makefile. You must also add an entry in the MAINTAINERS file. You can probably squash this patch with the doc patch. > --- /dev/null > +++ b/examples/flow_filtering/flow_blocks.c > @@ -0,0 +1,150 @@ > +/*- > + * BSD LICENSE > + * > + * Copyright 2017 Mellanox. > + * > + * Redistribution and use in source and binary forms, with or without > + * modification, are permitted provided that the following conditions > + * are met: > + * > + * * Redistributions of source code must retain the above copyright > + * notice, this list of conditions and the following disclaimer. > + * * Redistributions in binary form must reproduce the above copyright > + * notice, this list of conditions and the following disclaimer in > + * the documentation and/or other materials provided with the > + * distribution. > + * * Neither the name of 6WIND S.A. nor the names of its I guess you mean Mellanox here.