From: Alexander Duyck <alexander.h.duyck@intel.com>
To: bhutchings@solarflare.com
Cc: netdev@vger.kernel.org
Subject: [ethtool PATCH 0/2] Add support for RX network flow classifier rules
Date: Thu, 10 Feb 2011 17:18:28 -0800 [thread overview]
Message-ID: <20110211010806.23554.98333.stgit@gitlad.jf.intel.com> (raw)
These two patches add support for the RX network flow classifier set and get
rules calls already supported by the kernel. The first patch is actually just
a cleanup patch in the manpage to make it a bit easier to do the value/mask
pairing follow ons in the second patch.
The second patch is the meat of the changes and implements the packet
classifier interface. In updating and testing it I found a number of issues
that had to be addressed. In resolving them though I found several features
that I felt were better off removed such as prioritization of filters which
was causing multiple issues including memory leaks and non-constructive
blocking of filter insertions due to the state of expanded priorities not
being saved.
I'm still currently exploring my options in resolving the needs for ixgbe to
have the ability to retain and display its filters and plan to submit RFC
patches in the next few days to get some feedback on that.
Thanks,
Alex
---
Alexander Duyck (1):
Add macro for displaying [value N] formatting to manpage
Santwona Behera (1):
Add RX packet classification interface
Makefile.am | 3
ethtool-bitops.h | 25 ++
ethtool-util.h | 13 +
ethtool.8.in | 203 +++++++++-----
ethtool.c | 144 +++++++++-
rxclass.c | 809 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
6 files changed, 1115 insertions(+), 82 deletions(-)
create mode 100644 ethtool-bitops.h
create mode 100644 rxclass.c
--
next reply other threads:[~2011-02-11 1:18 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-11 1:18 Alexander Duyck [this message]
2011-02-11 1:18 ` [ethtool PATCH 1/2] Add macro for displaying [value N] formatting to manpage Alexander Duyck
2011-02-21 14:45 ` Ben Hutchings
2011-02-11 1:18 ` [ethtool PATCH 2/2] Add RX packet classification interface Alexander Duyck
2011-02-21 15:40 ` Ben Hutchings
2011-02-22 20:52 ` Alexander Duyck
2011-03-01 0:35 ` Ben Hutchings
2011-03-04 19:09 ` Alexander Duyck
2011-03-07 15:57 ` Ben Hutchings
2011-03-07 17:04 ` Alexander Duyck
2011-03-07 17:57 ` Ben Hutchings
2011-03-07 18:22 ` Dimitris Michailidis
2011-03-07 18:28 ` Ben Hutchings
2011-03-07 18:43 ` Alexander Duyck
2011-03-07 18:57 ` Dimitris Michailidis
2011-03-07 19:00 ` Ben Hutchings
2011-03-07 19:11 ` Dimitris Michailidis
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=20110211010806.23554.98333.stgit@gitlad.jf.intel.com \
--to=alexander.h.duyck@intel.com \
--cc=bhutchings@solarflare.com \
--cc=netdev@vger.kernel.org \
/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).