From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v6 00/18] net/ixgbe: Consistent filter API Date: Fri, 13 Jan 2017 15:54:19 +0000 Message-ID: <44b6090b-7a19-4f6d-e408-b73656c10283@intel.com> References: <1484212665-1635-1-git-send-email-wei.zhao1@intel.com> <1484295192-34009-1-git-send-email-wei.zhao1@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit To: Wei Zhao , dev@dpdk.org 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) In-Reply-To: <1484295192-34009-1-git-send-email-wei.zhao1@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 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.