From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Zhao Subject: [PATCH 00/11] net/e1000: Consistent filter API Date: Fri, 2 Jun 2017 14:36:20 +0800 Message-ID: <1496385391-12445-1-git-send-email-wei.zhao1@intel.com> References: <1495523581-56027-1-git-send-email-wei.zhao1@intel.com> Cc: wenzhuo.lu@intel.com To: dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id A567F7CF9 for ; Fri, 2 Jun 2017 08:45:31 +0200 (CEST) In-Reply-To: <1495523581-56027-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" 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. v2 changes: fix git log warning rebase patch set 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 drivers/net/e1000/Makefile | 1 + drivers/net/e1000/e1000_ethdev.h | 87 +- drivers/net/e1000/igb_ethdev.c | 623 +++++++++----- drivers/net/e1000/igb_flow.c | 1714 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 2211 insertions(+), 214 deletions(-) create mode 100644 drivers/net/e1000/igb_flow.c -- 2.9.3