Toshiaki Makita <toshiaki.maki...@gmail.com> writes: > .ndo_xdp_xmit() assumes it is called under RCU. For example virtio_net > uses RCU to detect it has setup the resources for tx. The assumption > accidentally broke when introducing bulk queue in devmap. > > Fixes: 5d053f9da431 ("bpf: devmap prepare xdp frames for bulking") > Reported-by: David Ahern <dsah...@gmail.com> > Signed-off-by: Toshiaki Makita <toshiaki.maki...@gmail.com> > ---
I think this is still needed, but the patch context is going to conflict with the patch I linked above... I guess it's up to the maintainers to decide which order to merge them in :) -Toke