From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Zhao Subject: [PATCH v2 0/2] move RSS to flow API Date: Fri, 24 Nov 2017 11:10:30 +0800 Message-ID: <20171124031032.47199-1-wei.zhao1@intel.com> References: <20171123090323.12372-1-wei.zhao1@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 F3AD720F for ; Fri, 24 Nov 2017 04:18:12 +0100 (CET) In-Reply-To: <20171123090323.12372-1-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) igb move RSS to flow API 2) ixgbe move RSS to flow API v2: -fix bug for RSS flush code. -fix patch check warning. root (2): net/e1000: move RSS to flow API net/ixgbe: move RSS to flow API drivers/net/e1000/e1000_ethdev.h | 20 +++++ drivers/net/e1000/igb_ethdev.c | 17 ++++ drivers/net/e1000/igb_flow.c | 160 +++++++++++++++++++++++++++++++++++++ drivers/net/e1000/igb_rxtx.c | 61 +++++++++++++++ drivers/net/ixgbe/ixgbe_ethdev.c | 12 +++ drivers/net/ixgbe/ixgbe_ethdev.h | 10 +++ drivers/net/ixgbe/ixgbe_flow.c | 165 +++++++++++++++++++++++++++++++++++++++ drivers/net/ixgbe/ixgbe_rxtx.c | 65 +++++++++++++++ 8 files changed, 510 insertions(+) -- 2.9.3