From: Lance Richardson Date: Tue, 6 Oct 2020 17:37:52 +0000 (-0400) Subject: net/bnxt: support fast mbuf free X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=369f6077c515e52f393e5b6e3226453d9f0ec166;hp=369f6077c515e52f393e5b6e3226453d9f0ec166;p=dpdk.git net/bnxt: support fast mbuf free Add support for DEV_TX_OFFLOAD_MBUF_FAST_FREE to bnxt vector mode transmit. This offload may be enabled only when multi-segment transmit is not needed, all transmitted mbufs for a given queue will be allocated from the same pool, and all transmitted mbufs will have a reference count of 1. Signed-off-by: Lance Richardson Reviewed-by: Ajit Khaparde ---