All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jacob Keller <jacob.e.keller@intel.com>
To: intel-wired-lan@osuosl.org
Subject: [Intel-wired-lan] [PART1 PATCH 00/11] ethtool flow director fixups
Date: Mon,  6 Feb 2017 14:38:37 -0800	[thread overview]
Message-ID: <20170206223846.31052-1-jacob.e.keller@intel.com> (raw)

This series is PART1 of 2 parts, containing some initial fixups for the
ethtool ntuple filter API. The first part should be relatively
self-contained and each fix should stand on its own. It is textually
necessary for this series to land before PART2 can be applied.

Jacob Keller (11):
  i40e: send correct port number to AdminQ when enabling UDP tunnels
  i40e: don't use arrays for (src|dst)_ip
  i40e: rework exit flow of i40e_add_fdir_ethtool
  i40e: return immediately when failing to add fdir filter
  i40e: exit ATR mode only when adding TCP/IPv4 filter succeeds
  i40e: remove redundant check for fd_tcp_rule when restoring filters
  i40e: reset fd_tcp_rule count when restoring filters
  i40e: don't re-enable ATR when flushing filters if SB has TCP4/IPv4
    rules
  i40e: add counters for UDP/IPv4 and IPv4 filters
  i40e: explicitly fail on extended MAC field for ethtool_rx_flow_spec
  i40e: always remove old filter when adding new FDir filter

 drivers/net/ethernet/intel/i40e/i40e.h         | 16 +++--
 drivers/net/ethernet/intel/i40e/i40e_ethtool.c | 59 ++++++++----------
 drivers/net/ethernet/intel/i40e/i40e_main.c    | 43 +++++++------
 drivers/net/ethernet/intel/i40e/i40e_txrx.c    | 84 ++++++++++++++------------
 4 files changed, 105 insertions(+), 97 deletions(-)

-- 
2.12.0.rc0.151.g8a5726c42288


             reply	other threads:[~2017-02-06 22:38 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-06 22:38 Jacob Keller [this message]
2017-02-06 22:38 ` [Intel-wired-lan] [PART1 PATCH 01/11] i40e: send correct port number to AdminQ when enabling UDP tunnels Jacob Keller
2017-03-17 19:06   ` Bowers, AndrewX
2017-02-06 22:38 ` [Intel-wired-lan] [PART1 PATCH 02/11] i40e: don't use arrays for (src|dst)_ip Jacob Keller
2017-03-06 17:42   ` Bowers, AndrewX
2017-02-06 22:38 ` [Intel-wired-lan] [PART1 PATCH 03/11] i40e: rework exit flow of i40e_add_fdir_ethtool Jacob Keller
2017-03-06 17:43   ` Bowers, AndrewX
2017-02-06 22:38 ` [Intel-wired-lan] [PART1 PATCH 04/11] i40e: return immediately when failing to add fdir filter Jacob Keller
2017-03-06 17:44   ` Bowers, AndrewX
2017-02-06 22:38 ` [Intel-wired-lan] [PART1 PATCH 05/11] i40e: exit ATR mode only when adding TCP/IPv4 filter succeeds Jacob Keller
2017-03-17 19:07   ` Bowers, AndrewX
2017-02-06 22:38 ` [Intel-wired-lan] [PART1 PATCH 06/11] i40e: remove redundant check for fd_tcp_rule when restoring filters Jacob Keller
2017-03-17 19:08   ` Bowers, AndrewX
2017-02-06 22:38 ` [Intel-wired-lan] [PART1 PATCH 07/11] i40e: reset fd_tcp_rule count " Jacob Keller
2017-03-17 19:09   ` Bowers, AndrewX
2017-02-06 22:38 ` [Intel-wired-lan] [PART1 PATCH 08/11] i40e: don't re-enable ATR when flushing filters if SB has TCP4/IPv4 rules Jacob Keller
2017-03-17 19:10   ` Bowers, AndrewX
2017-02-06 22:38 ` [Intel-wired-lan] [PART1 PATCH 09/11] i40e: add counters for UDP/IPv4 and IPv4 filters Jacob Keller
2017-03-17 19:10   ` Bowers, AndrewX

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=20170206223846.31052-1-jacob.e.keller@intel.com \
    --to=jacob.e.keller@intel.com \
    --cc=intel-wired-lan@osuosl.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.