OSDN Git Service

Merge branch 'sfc-add-extra-states-for-VDPA'
authorDavid S. Miller <davem@davemloft.net>
Wed, 29 Jun 2022 12:40:47 +0000 (13:40 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Jun 2022 12:40:47 +0000 (13:40 +0100)
commitbfc715146ea6dca52c97f7d59b0a2e35ff4aa772
treef16ad06e90e053958c7f2c845f8e201ea1bc4ed4
parentda8ff2a278b94088f501e55f543644f88b3ffe37
parent98ff4c7c8ac7f5339aac6114105395fea19f992e
Merge branch 'sfc-add-extra-states-for-VDPA'

Martin Habets says:

====================
sfc: Add extra states for VDPA

For EF100 VDPA support we need to enhance the sfc driver's load and
unload functionality so that it can probe and then unregister its
network device, so that VDPA can use services such as MCDI to initialise
VDPA resources.

v2:
- Fix checkpatch errors.
- Correct signoffs.
====================

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