Spirent / openperf

Infrastructure and application test and analysis framework
Apache License 2.0
18 stars 15 forks source link

modules/packetio: call rte_eth_tx_prepare() #562

Closed cmyers-spirent closed 1 year ago

cmyers-spirent commented 1 year ago

Call rte_eth_tx_prepare() before sending packets with rte_eth_tx_burst().

Not calling this function was causing TCP/UDP checksum errors with the Intel XXV710 NIC using checksum offloads.


This change is Reviewable