>
>
> Lorenzo Bianconi writes:
>
> > Introduce xdp_init_buff and xdp_prepare_buff utility routines to
> > initialize
> > xdp_buff data structure and remove duplicated code in all XDP
> > capable
> > drivers.
> >
> > Changes since v3:
> > - use __always_inline instead of inline for
> > xdp_init_buf
Lorenzo Bianconi writes:
Introduce xdp_init_buff and xdp_prepare_buff utility routines to
initialize
xdp_buff data structure and remove duplicated code in all XDP
capable
drivers.
Changes since v3:
- use __always_inline instead of inline for
xdp_init_buff/xdp_prepare_buff
- add 'const boo
Introduce xdp_init_buff and xdp_prepare_buff utility routines to initialize
xdp_buff data structure and remove duplicated code in all XDP capable
drivers.
Changes since v3:
- use __always_inline instead of inline for xdp_init_buff/xdp_prepare_buff
- add 'const bool meta_valid' to xdp_prepare_buff