Re: [PATCH] net/bnxt: fix segmentation fault

2024-11-20 Thread Patrick Robb
Recheck-request: iol-intel-Performance

Re: [PATCH] net/bnxt: fix segmentation fault

2024-11-20 Thread Ajit Khaparde
On Wed, Nov 20, 2024 at 9:01 AM Ajit Khaparde wrote: > > From: Kishore Padmanabha > > The mbuf offload flags were not reset before the flags were > populated with the received packet details. This causes certain > applications to act differently on the offload flags. That can > cause application

[PATCH] net/bnxt: fix segmentation fault

2024-11-20 Thread Ajit Khaparde
From: Kishore Padmanabha The mbuf offload flags were not reset before the flags were populated with the received packet details. This causes certain applications to act differently on the offload flags. That can cause applaction to assert at many locations. Fixes: 65d2b0557ba3 ("net/bnxt: suppor