All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2][pull request] 40GbE Intel Wired LAN Driver Updates 2022-07-22
@ 2022-07-22 17:53 Tony Nguyen
  2022-07-22 17:53 ` [PATCH net-next 1/2] i40e: Refactor tc mqprio checks Tony Nguyen
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tony Nguyen @ 2022-07-22 17:53 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet; +Cc: Tony Nguyen, netdev

This series contains updates to i40e and iavf drivers.

Przemyslaw adds a helper function for determining whether TC MQPRIO is
enabled for i40e.

Avinash utilizes the driver's bookkeeping of filters to check for
duplicate filter before sending the request to the PF for iavf.

The following are changes since commit 949d6b405e6160ae44baea39192d67b39cb7eeac:
  net: add missing includes and forward declarations under net/
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 40GbE

Avinash Dayanand (1):
  iavf: Check for duplicate TC flower filter before parsing

Przemyslaw Patynowski (1):
  i40e: Refactor tc mqprio checks

 drivers/net/ethernet/intel/i40e/i40e.h        | 14 +++++
 .../net/ethernet/intel/i40e/i40e_ethtool.c    |  2 +-
 drivers/net/ethernet/intel/i40e/i40e_main.c   | 20 +++----
 drivers/net/ethernet/intel/iavf/iavf_main.c   | 55 +++++++++++--------
 4 files changed, 58 insertions(+), 33 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-07-25 13:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-22 17:53 [PATCH net-next 0/2][pull request] 40GbE Intel Wired LAN Driver Updates 2022-07-22 Tony Nguyen
2022-07-22 17:53 ` [PATCH net-next 1/2] i40e: Refactor tc mqprio checks Tony Nguyen
2022-07-22 17:53 ` [PATCH net-next 2/2] iavf: Check for duplicate TC flower filter before parsing Tony Nguyen
2022-07-25 13:20 ` [PATCH net-next 0/2][pull request] 40GbE Intel Wired LAN Driver Updates 2022-07-22 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.