From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Zhao Subject: [PATCH 00/11] net/e1000: Consistent filter API Date: Fri, 9 Jun 2017 11:11:37 +0800 Message-ID: <1496977908-2149-1-git-send-email-wei.zhao1@intel.com> References: <1496385391-12445-1-git-send-email-wei.zhao1@intel.com> Cc: wenzhuo.lu@intel.com To: dev@dpdk.org Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 5976B2BA1 for ; Fri, 9 Jun 2017 05:21:08 +0200 (CEST) In-Reply-To: <1496385391-12445-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 v3 change: add 2_tuple filter check for too many parameters change style of coding in igb_ntuple_filter_uninit replace pattern check with NEXT_ITEM_OF_PATTERN fix git log warning 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 | 94 ++- drivers/net/e1000/igb_ethdev.c | 631 +++++++++----- drivers/net/e1000/igb_flow.c | 1681 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 2181 insertions(+), 226 deletions(-) create mode 100644 drivers/net/e1000/igb_flow.c -- 2.9.3