Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
[platform/kernel/linux-rpi.git] / drivers / net / virtio_net.c
index f2ff6c3..708a8b2 100644 (file)
@@ -729,6 +729,7 @@ static struct sk_buff *receive_small(struct net_device *dev,
                        fallthrough;
                case XDP_ABORTED:
                        trace_xdp_exception(vi->dev, xdp_prog, act);
+                       goto err_xdp;
                case XDP_DROP:
                        goto err_xdp;
                }