]> 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)
commit3746366818b9cd7ce23c2bda4e77143168c412ff
tree9c0e0e28135b39c3e8b40fdff16fb43071906533
parenteef06b9f29e8c432302be8d96e2dc8e61ba9b297
parent333204819275b11a7d4ea9b854e308a32b0a5576
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>