Lorenzo Bianconi wrote: > Introduce xdp_init_buff utility routine to initialize xdp_buff fields > const over NAPI iterations (e.g. frame_sz or rxq pointer). Rely on > xdp_init_buff in all XDP capable drivers. > > Signed-off-by: Lorenzo Bianconi <lore...@kernel.org> > ---
Seems like a nice bit of cleanup. I spot checked math in a few drivers LGTM. Acked-by: John Fastabend <john.fastab...@gmail.com>