This series contains fixes to i40e and i40evf only. Mauro S. M. Rodrigues fixes a flood in the kernel log which was introduced in a previous commit because of a mistaken substitution of __I40E_VSI_DOWN instead of __I40E_DOWN when testing the state of the PF.
Björn Töpel fixes an issue introduced in a previous commit where the offset was incorrect and could lead to data corruption for architectures using PAGE_SIZE larger than 8191. Fixed the issue by updating the page_offset correctly using the proper setting for truesize. The following are changes since commit 269f9883fe254d109afdfc657875c456d6fabb08: net/mlx4: Check if Granular QoS per VF has been enabled before updating QP qos_vport and are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue 40GbE Björn Töpel (1): i40e/i40evf: proper update of the page_offset field Mauro S. M. Rodrigues (1): i40e: Fix state flags for bit set and clean operations of PF drivers/net/ethernet/intel/i40e/i40e_main.c | 36 +++++++++++++-------------- drivers/net/ethernet/intel/i40e/i40e_txrx.c | 3 ++- drivers/net/ethernet/intel/i40evf/i40e_txrx.c | 3 ++- 3 files changed, 22 insertions(+), 20 deletions(-) -- 2.12.2