This series contains updates to i40e and xsk. Jan exports xdp_get_umem_from_qid() for other drivers/modules to use. Refactored the code use the netdev provided umems, instead of containing them inside our i40e_vsi.
Aleksandr fixes an issue where RSS queues were misconfigured, so limit the RSS queue number to the online CPU number. Damian adds support for ethtool's setting and getting the FEC configuration. Grzegorz fixes a type mismatch, where the return value was not matching the function declaration. Sergey adds checks in the queue configuration handler to ensure the number of queue pairs requested by the VF is less than maximum possible. Lihong cleans up code left around from earlier silicon validation in the i40e debugfs code. Julia Lawall and Colin Ian King clean up white space indentation issues found. The following are changes since commit fa7f3a8d56b38a3ed1880a3780afba82387da277: Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net and are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 40GbE Aleksandr Loktionov (1): i40e: Limiting RSS queues to CPUs Alice Michael (1): i40e: update version number Colin Ian King (1): i40e: clean up several indentation issues Damian Dybek (1): i40e: Add support FEC configuration for Fortville 25G Grzegorz Siwik (1): i40e: Change unmatched function types Jan Sokolowski (2): xsk: export xdp_get_umem_from_qid i40e: Remove umem from VSI Julia Lawall (1): i40e: increase indentation Lihong Yang (1): i40e: remove debugfs tx_timeout support Sergey Nemov (1): i40e: check queue pairs num in config queues handler drivers/net/ethernet/intel/i40e/i40e.h | 14 +- .../net/ethernet/intel/i40e/i40e_debugfs.c | 26 +- .../net/ethernet/intel/i40e/i40e_ethtool.c | 244 +++++++++++++++++- drivers/net/ethernet/intel/i40e/i40e_main.c | 37 ++- .../ethernet/intel/i40e/i40e_virtchnl_pf.c | 11 +- drivers/net/ethernet/intel/i40e/i40e_xsk.c | 110 ++------ net/xdp/xdp_umem.c | 1 + 7 files changed, 301 insertions(+), 142 deletions(-) -- 2.20.1