]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1a313e353e7fd562aa3f8d5ee3ce2083031c920b
tree9c0e0e28135b39c3e8b40fdff16fb43071906533
parente0fd1638ac1cdc7f376eb17ba870d55fd89e2c82
parent406622c8cd8e8d3ea14259d289ead49d641e4f1f
Merge branch '40GbE' of git://git.kernel.org/pub/scm/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>