Re: [PATCH net-next v4 1/6] bnxt_en: use bnxt_xdp_buff for xdp context

From: Joe Damato

Date: Fri Mar 13 2026 - 20:00:53 EST


On Fri, Mar 13, 2026 at 05:27:31PM -0500, Chris J Arges wrote:
> This adds bnxt_xdp_buff which embeds the xdp_buff struct and stores
> pointers to hardware RX completion descriptors (rx_cmp and rx_cmp_ext)
> along with the completion type.
>
> Signed-off-by: Chris J Arges <carges@xxxxxxxxxxxxxx>
> ---
> v4: moved bnxt_xdp declaration to follow RCT style
> ---
> drivers/net/ethernet/broadcom/bnxt/bnxt.c | 25 +++++++++++--------
> drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.h | 7 ++++++
> 2 files changed, 22 insertions(+), 10 deletions(-)

Reviewed-by: Joe Damato <joe@xxxxxxx>