Home
last modified time | relevance | path

Searched hist:"6 f2275433a2f4ce5161dbd8a8b24b379d90bc150" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/ibm/
H A Dibmveth.cdiff 6f2275433a2f4ce5161dbd8a8b24b379d90bc150 Wed Nov 13 22:06:16 CET 2019 Cris Forno <cforno12@linux.vnet.ibm.com> ibmveth: Detect unsupported packets before sending to the hypervisor

Currently, when ibmveth receive a loopback packet, it reports an
ambiguous error message "tx: h_send_logical_lan failed with rc=-4"
because the hypervisor rejects those types of packets. This fix
detects loopback packet and assures the source packet's MAC address
matches the driver's MAC address before transmitting to the
hypervisor.

Signed-off-by: Cris Forno <cforno12@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>