Closed cmyers-spirent closed 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
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