From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP; 29 May 2017 04:01:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,414,1491289200"; d="scan'208";a="92546165" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.81]) ([10.237.220.81]) by orsmga004.jf.intel.com with ESMTP; 29 May 2017 04:01:24 -0700 To: Wei Zhao , dev@dpdk.org References: <1495523581-56027-1-git-send-email-wei.zhao1@intel.com> From: Ferruh Yigit Message-ID: <72f1e6c8-a8dc-7eaf-66a8-017793d74014@intel.com> Date: Mon, 29 May 2017 12:01:23 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <1495523581-56027-1-git-send-email-wei.zhao1@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 00/11] net/e1000: Consistent filter API 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: Mon, 29 May 2017 11:01:27 -0000 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