[PATCH v6 4/9] net/af_xdp: use generic SW stats
Stephen Hemminger
stephen at networkplumber.org
Fri May 17 16:54:16 CEST 2024
On Fri, 17 May 2024 13:34:30 +0000
"Loftus, Ciara" <ciara.loftus at intel.com> wrote:
> > - tx_bytes += mbuf->pkt_len;
> > + rte_eth_count_packet(&txq->stats, pkt_len);
>
> This change resolves the bugzilla you reported recently (1440 - use after free in af_xdp). Should this be mentioned in the commit message? We probably still need a separate patch for backporting that can be used without this entire series.
I suspect it will take longer for this patch set to get integrated.
So fixing the bug sooner would make sense.
More information about the dev
mailing list