From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v6 00/18] net/ixgbe: Consistent filter API Date: Wed, 18 Jan 2017 12:04:59 +0100 Message-ID: <1979999.OYIcWvvnsk@xps13> References: <1484212665-1635-1-git-send-email-wei.zhao1@intel.com> <1484295192-34009-1-git-send-email-wei.zhao1@intel.com> <44b6090b-7a19-4f6d-e408-b73656c10283@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Ferruh Yigit , Wei Zhao Return-path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 0A823F974 for ; Wed, 18 Jan 2017 12:05:01 +0100 (CET) Received: by mail-wm0-f45.google.com with SMTP id r126so240196247wmr.0 for ; Wed, 18 Jan 2017 03:05:01 -0800 (PST) In-Reply-To: <44b6090b-7a19-4f6d-e408-b73656c10283@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" 2017-01-13 15:54, Ferruh Yigit: > On 1/13/2017 8:12 AM, Wei Zhao wrote: > > 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. There is a build issue: patch 2/18 uses rte_hash which is linked to ixgbe only in patch 10/18. I am fixing it in mainline.