From: Jesper Dangaard Brouer <bro...@redhat.com> Date: Sat, 17 Sep 2016 17:48:00 +0200
> The XDP_TX action can fail transmitting the frame in case the TX ring > is full or port is down. In case of TX failure it should drop the > frame, and not as now call 'break' which is the same as XDP_PASS. > > Fixes: 9ecc2d86171a ("net/mlx4_en: add xdp forwarding and data write support") > Signed-off-by: Jesper Dangaard Brouer <bro...@redhat.com> Oops, I applied v2 of this patch. Please send me any necessary relative fixups, thanks.