OSDN Git Service

sfc: receive packets from EF100 VFs into representors
authorEdward Cree <ecree.xilinx@gmail.com>
Thu, 28 Jul 2022 18:57:48 +0000 (19:57 +0100)
committerJakub Kicinski <kuba@kernel.org>
Sat, 30 Jul 2022 04:22:06 +0000 (21:22 -0700)
commitf50e8fcda6b8d39db9098f7e1146dc491696ab91
tree9f560eb39c58de3058f8d889e3c2836b553b7ade
parent08d0b16ecb3649025336e104d8d25f56abde563c
sfc: receive packets from EF100 VFs into representors

If the source m-port of a packet in __ef100_rx_packet() is a VF,
 hand off the packet to the corresponding representor with
 efx_ef100_rep_rx_packet().

Signed-off-by: Edward Cree <ecree.xilinx@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/sfc/ef100_rep.c
drivers/net/ethernet/sfc/ef100_rep.h
drivers/net/ethernet/sfc/ef100_rx.c