]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next...
authorDavid S. Miller <davem@davemloft.net>
Tue, 24 Mar 2020 04:21:33 +0000 (21:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Mar 2020 04:21:33 +0000 (21:21 -0700)
commitadbea1a5f5d9ec5a34ceada6c08b9a8bef65be2b
treec60f64dcd59ba016808790f3aee19ca760fda4dd
parent08e8b91c44edf402b5365b84ac81e1cda36b3289
parente961b679fb0b25004f5a57db0ccb34256391646b
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue

Jeff Kirsher says:

====================
100GbE Intel Wired LAN Driver Updates 2020-03-21

Implement basic support for the devlink interface in the ice driver.
Additionally pave some necessary changes for adding a devlink region that
exposes the NVM contents.

This series first contains 5 patches for enabling and implementing full NVM
read access via the ETHTOOL_GEEPROM interface. This includes some cleanup of
endian-types, a new function for reading from the NVM and Shadow RAM as a flat
addressable space, a function to calculate the available flash size during
load, and a change to how some of the NVM version fields are stored in the
ice_nvm_info structure.

Following this is 3 patches for implementing devlink support. First, one patch
which implements the basic framework and introduces the ice_devlink.c file.
Second, a patch to implement basic .info_get support. Finally, a patch which
reads the device PBA identifier and reports it as the `board.id` value in the
.info_get response.
====================

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