This series contains updates to virtchnl header file and i40e driver. Norbert removes added padding from virtchnl RSS structures as this causes issues when iterating over the arrays.
Mateusz adds Asym_Pause as supported to allow these settings to be set as the hardware supports it. Eryk fixes an issue where encountering a VF reset alongside releasing VFs could cause a call trace. Arkadiusz moves TC setup before resource setup as previously it was possible to enter with a null q_vector causing a kernel oops. The following are changes since commit e43accba9b071dcd106b5e7643b1b106a158cbb1: psample: Fix user API breakage 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 oops at i40e_rebuild() Eryk Rybak (1): i40e: Fix kernel oops when i40e driver removes VF's Mateusz Palczewski (1): i40e: Added Asym_Pause to supported link modes Norbert Ciosek (1): virtchnl: Fix layout of RSS structures drivers/net/ethernet/intel/i40e/i40e.h | 1 + drivers/net/ethernet/intel/i40e/i40e_ethtool.c | 1 + drivers/net/ethernet/intel/i40e/i40e_main.c | 11 +++++------ drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c | 9 +++++++++ include/linux/avf/virtchnl.h | 2 -- 5 files changed, 16 insertions(+), 8 deletions(-) -- 2.26.2