OSDN Git Service

Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next...
authorDavid S. Miller <davem@davemloft.net>
Fri, 23 Apr 2021 21:04:43 +0000 (14:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Apr 2021 21:04:43 +0000 (14:04 -0700)
commitb1ce98c70eb991e4b8521489dc74f446a25958b9
tree9c0e0e28135b39c3e8b40fdff16fb43071906533
parentcbf2ec506c0b5226677aaf212e8b35f400777be5
parent1f70dfc542e88492a3bba3017e5e286dab7d3be6
Merge branch '40GbE' of git://git./linux/kernel/git/tnguy/next-queue

Tony Nguyen says:

====================
40GbE Intel Wired LAN Driver Updates 2021-04-23

This series contains updates to i40e and iavf drivers.

Aleksandr adds support for VIRTCHNL_VF_CAP_ADV_LINK_SPEED in i40e which
allows for reporting link speed to VF as a value instead of using an
enum; helper functions are created to remove repeated code.

Coiby Xu reduces memory use of i40e when using kdump by reducing Tx, Rx,
and admin queue to minimum values. Current use causes failure of kdump.

Stefan Assmann removes duplicated free calls in iavf.

Haiyue cleans up a loop to return directly when if the value is found
and changes some magic numbers to defines for better maintainability
in iavf.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>