All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2021-04-01
@ 2021-04-01 17:21 Tony Nguyen
  2021-04-01 17:21 ` [PATCH net 1/3] i40e: Fix inconsistent indenting Tony Nguyen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Tony Nguyen @ 2021-04-01 17:21 UTC (permalink / raw)
  To: davem, kuba; +Cc: Tony Nguyen, netdev, sassmann

This series contains updates to i40e driver only.

Arkadiusz fixes warnings for inconsistent indentation.

Magnus fixes an issue on xsk receive where single packets over time
are batched rather than received immediately.

Eryk corrects warnings and reporting of veb-stats.

The following are changes since commit 622d13694b5f048c01caa7ba548498d9880d4cb0:
  xdp: fix xdp_return_frame() kernel BUG throw for page_pool memory model
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 40GbE

Arkadiusz Kubalewski (1):
  i40e: Fix inconsistent indenting

Eryk Rybak (1):
  i40e: Fix display statistics for veb_tc

Magnus Karlsson (1):
  i40e: fix receiving of single packets in xsk zero-copy mode

 .../net/ethernet/intel/i40e/i40e_ethtool.c    | 52 ++++++++++++++++---
 drivers/net/ethernet/intel/i40e/i40e_main.c   |  8 +--
 drivers/net/ethernet/intel/i40e/i40e_xsk.c    |  4 +-
 3 files changed, 52 insertions(+), 12 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2021-04-01 23:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-01 17:21 [PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2021-04-01 Tony Nguyen
2021-04-01 17:21 ` [PATCH net 1/3] i40e: Fix inconsistent indenting Tony Nguyen
2021-04-01 17:21 ` [PATCH net 2/3] i40e: fix receiving of single packets in xsk zero-copy mode Tony Nguyen
2021-04-01 17:21 ` [PATCH net 3/3] i40e: Fix display statistics for veb_tc Tony Nguyen
2021-04-01 23:20 ` [PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2021-04-01 patchwork-bot+netdevbpf

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.