Re: [PATCH net] ionic: account for vlan tag len in rx buffer len

2020-12-21 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 18 Dec 2020 13:50:01 -0800 you wrote: > Let the FW know we have enough receive buffer space for the > vlan tag if it isn't stripped. > > Fixes: 0f3154e6bcb3 ("ionic: Add Tx and Rx handling") > Signed-off-by: Shannon Nel

[PATCH net] ionic: account for vlan tag len in rx buffer len

2020-12-18 Thread Shannon Nelson
Let the FW know we have enough receive buffer space for the vlan tag if it isn't stripped. Fixes: 0f3154e6bcb3 ("ionic: Add Tx and Rx handling") Signed-off-by: Shannon Nelson --- drivers/net/ethernet/pensando/ionic/ionic_txrx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/