All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2023-03-21 (ice)
@ 2023-03-21 18:36 Tony Nguyen
  2023-03-21 18:36 ` [PATCH net 1/3] ice: fix rx buffers handling for flow director packets Tony Nguyen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Tony Nguyen @ 2023-03-21 18:36 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, netdev; +Cc: Tony Nguyen

This series contains updates to ice driver only.

Piotr sets first_desc field for proper handling of Flow Director
packets.

Michal moves error checking for VF earlier in function to properly return
error before other checks/reporting; he also corrects VSI filter removal to
be done during VSI removal and not rebuild.

The following are changes since commit f038f3917baf04835ba2b7bcf2a04ac93fbf8a9c:
  octeontx2-vf: Add missing free for alloc_percpu
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Michal Swiatkowski (2):
  ice: check if VF exists before mode check
  ice: remove filters only if VSI is deleted

Piotr Raczynski (1):
  ice: fix rx buffers handling for flow director packets

 drivers/net/ethernet/intel/ice/ice_lib.c   | 2 +-
 drivers/net/ethernet/intel/ice/ice_main.c  | 8 +++++++-
 drivers/net/ethernet/intel/ice/ice_sriov.c | 8 ++++----
 drivers/net/ethernet/intel/ice/ice_txrx.c  | 1 +
 4 files changed, 13 insertions(+), 6 deletions(-)

-- 
2.38.1


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

end of thread, other threads:[~2023-03-23  5:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-21 18:36 [PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2023-03-21 (ice) Tony Nguyen
2023-03-21 18:36 ` [PATCH net 1/3] ice: fix rx buffers handling for flow director packets Tony Nguyen
2023-03-21 18:36 ` [PATCH net 2/3] ice: check if VF exists before mode check Tony Nguyen
2023-03-21 18:36 ` [PATCH net 3/3] ice: remove filters only if VSI is deleted Tony Nguyen
2023-03-23  5:50 ` [PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2023-03-21 (ice) 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.