[dpdk-dev] [PATCH] net/bnxt: fix mbuf free when clearing Tx queue
Ajit Khaparde
ajit.khaparde at broadcom.com
Wed Oct 23 17:40:22 CEST 2019
On Wed, Oct 23, 2019 at 10:27 AM Lance Richardson <
lance.richardson at broadcom.com> wrote:
> When freeing pending transmit mbufs, use rte_pktmbuf_free_seg()
> instead of rte_pktmbuf_free(), otherwise linked mbufs may be freed
> more than once.
>
> Fixes: 6eb3cc2294fd ("net/bnxt: add initial Tx code")
> Reviewed-by: Ajit Khaparde <ajit.khaparde at broadcom.com>
> Signed-off-by: Lance Richardson <lance.richardson at broadcom.com>
>
Patch applied to dpdk-next-net-brcm
More information about the dev
mailing list