Merge branch 'sfc-E100-VF-respresenters'
authorDavid S. Miller <davem@davemloft.net>
Fri, 22 Jul 2022 11:50:07 +0000 (12:50 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 22 Jul 2022 11:50:07 +0000 (12:50 +0100)
commit735dbc69ab719f5e3c84f7c669b5b3ad05f684bb
treefd549f83fe8bf945f1a156eb0ef646a1f7625e60
parent16576a034c4ba2e3179f48554d4f1bd5c05382cd
parent84e7fc2591f72987b43da91b3fdb01a196204379
Merge branch 'sfc-E100-VF-respresenters'

Edward Cree says:

====================
sfc: VF representors for EF100

This series adds representor netdevices for EF100 VFs, as a step towards
 supporting TC offload and vDPA usecases in future patches.
In this first series is basic netdevice creation and packet TX; the
 following series will add the RX path.

v3: dropped massive mcdi_pcol.h patch which was applied separately.
v2: converted comments on struct efx_nic members added in patch #4 to
 kernel-doc (Jakub).  While at it, also gave struct efx_rep its own kdoc
 since several members had comments on them.
====================

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