All of lore.kernel.org
 help / color / mirror / Atom feed
* Can I use rte_pktmbuf_chain to chain multiple mbuffs for calling only single tx_eth_burst API
@ 2022-02-09 18:03 Ansar Kannankattil
  2022-02-09 20:56 ` Stephen Hemminger
  2022-02-09 22:18 ` Ferruh Yigit
  0 siblings, 2 replies; 8+ messages in thread
From: Ansar Kannankattil @ 2022-02-09 18:03 UTC (permalink / raw)
  To: dev

[-- Attachment #1: Type: text/plain, Size: 349 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 406 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-02-10 11:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-09 18:03 Can I use rte_pktmbuf_chain to chain multiple mbuffs for calling only single tx_eth_burst API Ansar Kannankattil
2022-02-09 20:56 ` Stephen Hemminger
2022-02-09 22:18 ` Ferruh Yigit
2022-02-09 22:46   ` Stephen Hemminger
2022-02-10  8:56     ` Ferruh Yigit
2022-02-10 10:37       ` Ansar Kannankattil
2022-02-10 10:43         ` Ferruh Yigit
2022-02-10 11:36         ` Bruce Richardson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.