* [dpdk-users] Segmentation fault in eth_igb_xmit_pkts() with TX offloading disabled
@ 2020-02-11 14:09 張敬昊
0 siblings, 0 replies; only message in thread
From: 張敬昊 @ 2020-02-11 14:09 UTC (permalink / raw)
To: users
Hi list,
I'm trying to send packets with DPDK 17.11. I tested my application with a
XL710 nic and everything worked smoothly. However, when testing with i210,
something weird happened.
For some performance reasons, I have disabled the TX offloading in my
application by setting txqconf.txq_flags to ETH_TXQ_FLAGS_NOOFFLOADS and
setting only PKT_TX_IPV4 to the ol_flags of mbuf. When
calling rte_eth_tx_burst(), I always end up getting a segmentation fault
signal in eth_igb_xmit_pkts(). Interestingly, when I re-enabled the TX
offloading, everything works. Does anyone know what went wrong?
Thanks!
BR,
Frank
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-02-11 14:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-11 14:09 [dpdk-users] Segmentation fault in eth_igb_xmit_pkts() with TX offloading disabled 張敬昊
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).