[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110421202857.23054.63316.stgit@gitlad.jf.intel.com>
Date: Thu, 21 Apr 2011 13:40:14 -0700
From: Alexander Duyck <alexander.h.duyck@...el.com>
To: davem@...emloft.net, jeffrey.t.kirsher@...el.com,
bhutchings@...arflare.com
Cc: netdev@...r.kernel.org
Subject: [ethtool PATCH 0/6] Network flow classifier
The following patches are meant to add support for the network flow classifier
interface built into the ethtool_rxnfc.
Once this has been accepted I plan to submit the kernel portion to Jeff
Kirsher as it is almost all ixgbe code changes with the exception of the
removal of support for ethtool_get_rx_ntuple from the kernel.
Thanks,
Alex
---
Alexander Duyck (5):
Update documentation for -u/-U operations
Add support for __be64 and bitops to ethtool
ethtool: remove strings based approach for displaying n-tuple
Add support for NFC flow classifier extensions
Add support for ESP as a separate protocol from AH
Santwona Behera (1):
v4 Add RX packet classification interface
Makefile.am | 3
ethtool-bitops.h | 25 +
ethtool-copy.h | 39 +-
ethtool-util.h | 44 ++
ethtool.8.in | 193 +++++----
ethtool.c | 449 +++++++++++-----------
rxclass.c | 1106 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
7 files changed, 1519 insertions(+), 340 deletions(-)
create mode 100644 ethtool-bitops.h
create mode 100644 rxclass.c
--
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists