From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Rybchenko Subject: Re: [PATCH 05/11] net/sfc: add flow API filters support Date: Thu, 9 Mar 2017 18:29:03 +0300 Message-ID: <92ac134b-28f5-27b0-bbd4-73b2d0908c0e@solarflare.com> References: <1488470591-5853-1-git-send-email-arybchenko@solarflare.com> <1488470591-5853-6-git-send-email-arybchenko@solarflare.com> <070b835f-918d-da6a-8aef-a658606e066a@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Cc: Roman Zhukov To: Ferruh Yigit , Return-path: Received: from nbfkord-smmo03.seg.att.com (nbfkord-smmo03.seg.att.com [209.65.160.84]) by dpdk.org (Postfix) with ESMTP id 657BACF9E for ; Thu, 9 Mar 2017 16:29:15 +0100 (CET) In-Reply-To: <070b835f-918d-da6a-8aef-a658606e066a@intel.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" On 03/07/2017 04:21 PM, Ferruh Yigit wrote: > On 3/2/2017 4:03 PM, Andrew Rybchenko wrote: >> From: Roman Zhukov >> >> Only pattern items VOID, ETH and actions VOID, QUEUE is now >> supported. >> >> Signed-off-by: Roman Zhukov >> Signed-off-by: Andrew Rybchenko > <...> > >> diff --git a/drivers/net/sfc/sfc_flow.c b/drivers/net/sfc/sfc_flow.c >> new file mode 100644 >> index 0000000..0590756 >> --- /dev/null >> +++ b/drivers/net/sfc/sfc_flow.c >> @@ -0,0 +1,693 @@ >> +/*- >> + * Copyright (c) 2017 Solarflare Communications Inc. >> + * All rights reserved. > Missing "BSD LICENSE" line. This is same for all new files. > I think this discussed before, I don't know if that line is mandatory, > but can be good to have at least to be consistent to rest of the codes. Since it is common for all our files, let me address is separately. Thanks, Andrew.