On Thu, Aug 20, 2020 at 1:24 AM Lorenzo Bianconi <lorenzo@xxxxxxxxxx> 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 <lorenzo@xxxxxxxxxx> > > Fixes: 7f0a838254bd ("bpf, xdp: Maintain info on attached XDP BPF programs in net_device") > > Signed-off-by: Andrii Nakryiko <andriin@xxxxxx> > > Hi Andrii, > > Regarding this patch: > > Tested-by: Lorenzo Bianconi <lorenzo@xxxxxxxxxx> Applied to bpf tree. Thanks