bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/8] i40e/ice cleanups
@ 2020-12-11 16:49 Maciej Fijalkowski
  2020-12-11 16:49 ` [PATCH net-next 1/8] i40e: drop redundant check when setting xdp prog Maciej Fijalkowski
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Maciej Fijalkowski @ 2020-12-11 16:49 UTC (permalink / raw)
  To: intel-wired-lan
  Cc: netdev, bpf, anthony.l.nguyen, kuba, bjorn.topel, magnus.karlsson,
	Maciej Fijalkowski

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!

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   | 43 +++++++---------
 drivers/net/ethernet/intel/ice/ice_txrx.h   |  2 +-
 drivers/net/ethernet/intel/ice/ice_xsk.c    |  7 ++-
 7 files changed, 34 insertions(+), 90 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2020-12-14 15:19 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-11 16:49 [PATCH net-next 0/8] i40e/ice cleanups Maciej Fijalkowski
2020-12-11 16:49 ` [PATCH net-next 1/8] i40e: drop redundant check when setting xdp prog Maciej Fijalkowski
2020-12-11 16:49 ` [PATCH net-next 2/8] i40e: drop misleading function comments Maciej Fijalkowski
2020-12-11 16:49 ` [PATCH net-next 3/8] i40e: adjust i40e_is_non_eop Maciej Fijalkowski
2020-12-11 16:49 ` [PATCH net-next 4/8] ice: simplify ice_run_xdp Maciej Fijalkowski
2020-12-11 16:49 ` [PATCH net-next 5/8] ice: move skb pointer from rx_buf to rx_ring Maciej Fijalkowski
2020-12-12  4:23   ` Jakub Kicinski
2020-12-14 15:07     ` Maciej Fijalkowski
2020-12-11 16:49 ` [PATCH net-next 6/8] ice: remove redundant checks in ice_change_mtu Maciej Fijalkowski
2020-12-11 16:49 ` [PATCH net-next 7/8] ice: skip NULL check against XDP prog in ZC path Maciej Fijalkowski
2020-12-11 16:49 ` [PATCH net-next 8/8] i40e, xsk: Simplify the do-while allocation loop Maciej Fijalkowski

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).