On Thu, Aug 20, 2020 at 1:24 AM Lorenzo Bianconi <[email protected]> wrote: > > > 7f0a838254bd ("bpf, xdp: Maintain info on attached XDP BPF programs in > > net_device") > > inadvertently changed which XDP mode is assumed when no mode flags are > > specified explicitly. Previously, driver mode was preferred, if driver > > supported it. If not, generic SKB mode was chosen. That commit changed > > default > > to SKB mode always. This patch fixes the issue and restores the original > > logic. > > > > Reported-by: Lorenzo Bianconi <[email protected]> > > Fixes: 7f0a838254bd ("bpf, xdp: Maintain info on attached XDP BPF programs > > in net_device") > > Signed-off-by: Andrii Nakryiko <[email protected]> > > Hi Andrii, > > Regarding this patch: > > Tested-by: Lorenzo Bianconi <[email protected]>
Applied to bpf tree. Thanks
