From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brown, Aaron F Date: Fri, 15 Jul 2016 23:24:50 +0000 Subject: [Intel-wired-lan] [net-next v6 1/4] igb: add support of RX network flow classification Message-ID: <309B89C4C689E141A5FF6A0C5FB2118B81F30CDB@ORSMSX101.amr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: > From: Intel-wired-lan [mailto:intel-wired-lan-bounces at lists.osuosl.org] On > Behalf Of Gangfeng > Sent: Tuesday, July 5, 2016 10:23 PM > To: intel-wired-lan at lists.osuosl.org > Cc: Gangfeng Huang ; Ruhao Gao > > Subject: [Intel-wired-lan] [net-next v6 1/4] igb: add support of RX network > flow classification > > From: Gangfeng Huang > > This patch is meant to allow for RX network flow classification to insert > and remove Rx filter by ethtool. Ethtool interface has it's own rules > manager > > Show all filters: > $ ethtool -n eth0 > 4 RX rings available > Total 2 rules > > Signed-off-by: Ruhao Gao > Signed-off-by: Gangfeng Huang > --- > drivers/net/ethernet/intel/igb/igb.h | 32 +++++ > drivers/net/ethernet/intel/igb/igb_ethtool.c | 193 > +++++++++++++++++++++++++++ > drivers/net/ethernet/intel/igb/igb_main.c | 45 +++++++ > 3 files changed, 270 insertions(+) > Tested-by: Aaron Brown