From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 4D594BD30 for ; Fri, 13 Jan 2017 16:54:21 +0100 (CET) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP; 13 Jan 2017 07:54:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,222,1477983600"; d="scan'208";a="53509154" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by fmsmga006.fm.intel.com with ESMTP; 13 Jan 2017 07:54:20 -0800 To: Wei Zhao , dev@dpdk.org References: <1484212665-1635-1-git-send-email-wei.zhao1@intel.com> <1484295192-34009-1-git-send-email-wei.zhao1@intel.com> From: Ferruh Yigit Message-ID: <44b6090b-7a19-4f6d-e408-b73656c10283@intel.com> Date: Fri, 13 Jan 2017 15:54:19 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <1484295192-34009-1-git-send-email-wei.zhao1@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v6 00/18] net/ixgbe: 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: Fri, 13 Jan 2017 15:54:22 -0000 On 1/13/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 (18): > net/ixgbe: store TCP SYN filter > net/ixgbe: store flow director filter > net/ixgbe: store L2 tunnel filter > net/ixgbe: restore n-tuple filter > net/ixgbe: restore ether type filter > net/ixgbe: restore TCP SYN filter > net/ixgbe: restore flow director filter > net/ixgbe: restore L2 tunnel filter > net/ixgbe: store and restore L2 tunnel configuration > net/ixgbe: flush all the filters > net/ixgbe: parse n-tuple filter > net/ixgbe: parse ethertype filter > net/ixgbe: parse TCP SYN filter > net/ixgbe: parse L2 tunnel filter > net/ixgbe: parse flow director filter > net/ixgbe: create consistent filter > net/ixgbe: destroy consistent filter > net/ixgbe: flush all the filter list > <...> > > Acked-by: Beilei Xing > Acked-by: Wei Dai > Series applied to dpdk-next-net/master, thanks.