From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 00/11] net/e1000: Consistent filter API Date: Mon, 29 May 2017 12:01:23 +0100 Message-ID: <72f1e6c8-a8dc-7eaf-66a8-017793d74014@intel.com> References: <1495523581-56027-1-git-send-email-wei.zhao1@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Wei Zhao , dev@dpdk.org Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id D3C972BA3 for ; Mon, 29 May 2017 13:01:26 +0200 (CEST) In-Reply-To: <1495523581-56027-1-git-send-email-wei.zhao1@intel.com> Content-Language: en-US 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 5/23/2017 8:12 AM, Wei Zhao wrote: > The patches mainly finish following functions: > 1) Store and restore all kinds of filters. > 2) Parse all kinds of filters. > 3) Add flow validate function. > 4) Add flow create function. > 5) Add flow destroy function. > 6) Add flow flush function. > > zhao wei (11): > net/e1000: store and restore TCP SYN filter > net/e1000: restore n-tuple filter > net/e1000: restore ether type filter > net/e1000: restore flex type filter > net/e1000: parse n-tuple filter > net/e1000: parse ethertype filter > net/e1000: parse TCP SYN filter > net/e1000: parse flex filter > net/e1000: create consistent filter > net/e1000: destroy consistent filter > net/e1000: flush all the filter Hi Wei, Patchset doesn't apply on top of latest next-net, can you please rebase it? Also there are various checkpatch warnings reported, can you please address them? Thanks, ferruh