Intel-Wired-Lan Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
To: intel-wired-lan@osuosl.org
Subject: [Intel-wired-lan] [PATCH v2 net-next 0/8] i40e/ice cleanups
Date: Mon, 14 Dec 2020 16:13:00 +0100	[thread overview]
Message-ID: <20201214151308.15275-1-maciej.fijalkowski@intel.com> (raw)

Hi,

This series is mostly about the cleanups on Rx (ZC/normal) paths both in
ice and i40e drivers. Things that stand out are the simplifactions of
ice_change_mtu and i40e_xdp_setup.

Thanks!

v2: fix kdoc in patch 5 (Jakub)

Bj?rn T?pel (1):
  i40e, xsk: Simplify the do-while allocation loop

Maciej Fijalkowski (7):
  i40e: drop redundant check when setting xdp prog
  i40e: drop misleading function comments
  i40e: adjust i40e_is_non_eop
  ice: simplify ice_run_xdp
  ice: move skb pointer from rx_buf to rx_ring
  ice: remove redundant checks in ice_change_mtu
  ice: skip NULL check against XDP prog in ZC path

 drivers/net/ethernet/intel/i40e/i40e_main.c |  3 --
 drivers/net/ethernet/intel/i40e/i40e_txrx.c | 56 +++++----------------
 drivers/net/ethernet/intel/i40e/i40e_xsk.c  |  4 +-
 drivers/net/ethernet/intel/ice/ice_main.c   |  9 ----
 drivers/net/ethernet/intel/ice/ice_txrx.c   | 44 +++++++---------
 drivers/net/ethernet/intel/ice/ice_txrx.h   |  2 +-
 drivers/net/ethernet/intel/ice/ice_xsk.c    |  7 ++-
 7 files changed, 34 insertions(+), 91 deletions(-)

-- 
2.20.1


             reply	other threads:[~2020-12-14 15:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-14 15:13 Maciej Fijalkowski [this message]
2020-12-14 15:13 ` [Intel-wired-lan] [PATCH v2 net-next 1/8] i40e: drop redundant check when setting xdp prog Maciej Fijalkowski
2020-12-14 15:13 ` [Intel-wired-lan] [PATCH v2 net-next 2/8] i40e: drop misleading function comments Maciej Fijalkowski
2020-12-14 15:13 ` [Intel-wired-lan] [PATCH v2 net-next 3/8] i40e: adjust i40e_is_non_eop Maciej Fijalkowski
2020-12-14 15:13 ` [Intel-wired-lan] [PATCH v2 net-next 4/8] ice: simplify ice_run_xdp Maciej Fijalkowski
2020-12-14 15:13 ` [Intel-wired-lan] [PATCH v2 net-next 5/8] ice: move skb pointer from rx_buf to rx_ring Maciej Fijalkowski
2020-12-14 15:13 ` [Intel-wired-lan] [PATCH v2 net-next 6/8] ice: remove redundant checks in ice_change_mtu Maciej Fijalkowski
2020-12-14 15:13 ` [Intel-wired-lan] [PATCH v2 net-next 7/8] ice: skip NULL check against XDP prog in ZC path Maciej Fijalkowski
2020-12-14 15:13 ` [Intel-wired-lan] [PATCH v2 net-next 8/8] i40e, xsk: Simplify the do-while allocation loop Maciej Fijalkowski

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=20201214151308.15275-1-maciej.fijalkowski@intel.com \
    --to=maciej.fijalkowski@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox