On Fri, Sep 07, 2018 at 11:29:34AM +0800, Jason Wang wrote: + if (act != XDP_PASS) + goto out; likely? It depends on the XDP program, so I tend not to use it. Point is XDP_PASS is already slow.
+ if (act != XDP_PASS) + goto out; likely? It depends on the XDP program, so I tend not to use it.
+ if (act != XDP_PASS) + goto out; likely?
+ if (act != XDP_PASS) + goto out;