On Wed, 9 Feb 2022 23:33:13 +0530
Ansar Kannankattil <ansarkannan...@gmail.com> wrote:

> Hi
> My intention is to decrease the number of rte_tx_eth_burst calls, I know
> that mentioning nb_pkts will result in sending multiple packets in a single
> call.
> But providing nb_pkts=1 and posting a head mbuff having number of
> mbuffs linked with it will results sending multiple packets
> If not, what is the use case of linking multiple mbuffs together

It doesn't work that way.
tx_burst takes an array, not a chain.

Reply via email to