Hi,
I'm trying to use ethernet device tx offloading function in DPDK.
I set the tx offlading feature of rte_eth_conf like this:
.offloads = (DEV_TX_OFFLOAD_IPV4_CKSUM |
DEV_TX_OFFLOAD_UDP_CKSUM |
DEV_TX_OFFLOAD_SCTP_CKSUM),
When I send the packet, checksum of IPv4 or UDP is calculated and inserted by offloading function.
But when I send the SCTP packet, the chechsum of SCTP is not touched.
Does SCTP tx checksum offloading is supported in LS2088 or LX2160?
Thanks
J.Hwan Kim