netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Govindarajulu Varadarajan <_govind@gmx.com>
To: davem@davemloft.net, netdev@vger.kernel.org
Cc: ssujith@cisco.com, benve@cisco.com,
	Govindarajulu Varadarajan <_govind@gmx.com>
Subject: [PATCH net-next v2 0/2] Display classifier filters using ethtool
Date: Mon, 21 Jul 2014 17:22:16 +0530	[thread overview]
Message-ID: <1405943538-3086-1-git-send-email-_govind@gmx.com> (raw)

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

             reply	other threads:[~2014-07-21 11:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-21 11:52 Govindarajulu Varadarajan [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1405943538-3086-1-git-send-email-_govind@gmx.com \
    --to=_govind@gmx.com \
    --cc=benve@cisco.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    --cc=ssujith@cisco.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).