On Wed, 9 May 2018 20:34:27 -0700
David Ahern wrote:
> Simple example of fast-path forwarding. It has a serious flaw
> in not verifying the egress device index supports XDP forwarding.
> If the egress device does not packets are dropped.
>
> Take this only as a simple example of fast-path forwa
Simple example of fast-path forwarding. It has a serious flaw
in not verifying the egress device index supports XDP forwarding.
If the egress device does not packets are dropped.
Take this only as a simple example of fast-path forwarding.
Signed-off-by: David Ahern
Acked-by: David S. Miller
---