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