netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/2] Display classifier filters using ethtool
@ 2014-07-21 11:52 Govindarajulu Varadarajan
  2014-07-21 11:52 ` [PATCH net-next v2 1/2] enic: remove #ifdef CONFIG_RFS_ACCEL around filter structures Govindarajulu Varadarajan
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Govindarajulu Varadarajan @ 2014-07-21 11:52 UTC (permalink / raw)
  To: davem, netdev; +Cc: ssujith, benve, Govindarajulu Varadarajan

This series adds ethtool support to show classifier filters added by driver.

v2:
The patch 1/2 removes the $ifdef's around the filter structure. Making it
available always. So that .get_rxnfc() can be implimented without any #ifdefs

Please apply this to net-next.

Govindarajulu Varadarajan (2):
  enic: remove #ifdef CONFIG_RFS_ACCEL around filter structures
  enic: Add ethtool support to show classifier filters added by the
    driver

 drivers/net/ethernet/cisco/enic/enic.h         |  5 --
 drivers/net/ethernet/cisco/enic/enic_clsf.c    | 87 +++++++++++++----------
 drivers/net/ethernet/cisco/enic/enic_clsf.h    | 23 ++++--
 drivers/net/ethernet/cisco/enic/enic_ethtool.c | 98 ++++++++++++++++++++++++++
 4 files changed, 168 insertions(+), 45 deletions(-)

-- 
2.0.2

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-09-21 21:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-21 11:52 [PATCH net-next v2 0/2] Display classifier filters using ethtool Govindarajulu Varadarajan
2014-07-21 11:52 ` [PATCH net-next v2 1/2] enic: remove #ifdef CONFIG_RFS_ACCEL around filter structures Govindarajulu Varadarajan
2014-07-21 11:52 ` [PATCH net-next v2 2/2] enic: Add ethtool support to show classifier filters added by the driver Govindarajulu Varadarajan
2014-09-06  3:01   ` Ben Hutchings
2014-09-21 21:47     ` Govindarajulu Varadarajan
2014-07-22  3:23 ` [PATCH net-next v2 0/2] Display classifier filters using ethtool David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).