mbox series

[net,0/2,pull,request] Intel Wired LAN Driver Updates 2021-08-18

Message ID 20210818174217.4138922-1-anthony.l.nguyen@intel.com
Headers show
Series Intel Wired LAN Driver Updates 2021-08-18 | expand

Message

Tony Nguyen Aug. 18, 2021, 5:42 p.m. UTC
This series contains updates to i40e and iavf drivers.

Arkadiusz fixes Flow Director not using the correct queue due to calling
the wrong pick Tx function for i40e.

Sylwester resolves traffic loss for iavf when it attempts to change its
MAC address when it does not have permissions to do so.

The following are changes since commit a786e3195d6af183033e86f0518ffd2c51c0e8ac:
  net: asix: fix uninit value bugs
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 ATR queue selection

Sylwester Dziedziuch (1):
  iavf: Fix ping is lost after untrusted VF had tried to change MAC

 drivers/net/ethernet/intel/i40e/i40e_txrx.c   |  3 +-
 drivers/net/ethernet/intel/iavf/iavf.h        |  1 +
 drivers/net/ethernet/intel/iavf/iavf_main.c   |  1 +
 .../net/ethernet/intel/iavf/iavf_virtchnl.c   | 47 ++++++++++++++++++-
 4 files changed, 48 insertions(+), 4 deletions(-)

Comments

Jakub Kicinski Aug. 19, 2021, 4:58 p.m. UTC | #1
On Wed, 18 Aug 2021 10:42:15 -0700 Tony Nguyen wrote:
> This series contains updates to i40e and iavf drivers.

> 

> Arkadiusz fixes Flow Director not using the correct queue due to calling

> the wrong pick Tx function for i40e.

> 

> Sylwester resolves traffic loss for iavf when it attempts to change its

> MAC address when it does not have permissions to do so.


Applied from the list because I had to correct the Fixes tag in 
the first patch, please be careful with those. Thanks!