From: Olivier Matz Date: Thu, 7 Sep 2017 12:13:40 +0000 (+0200) Subject: doc: fix description of L4 Rx checksum offload X-Git-Tag: spdx-start~1665 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=9e33b79f3128ded1105c388ace03847ad168143c;hp=d67d86ce5b0a149946f86161e507402ddce2038d;p=dpdk.git doc: fix description of L4 Rx checksum offload As described in API documentation, the field hw_ip_checksum requests both L3 and L4 offload. Fixes: dad1ec72a377 ("doc: document NIC features") Cc: stable@dpdk.org Signed-off-by: Olivier Matz Acked-by: Yuanhan Liu --- diff --git a/doc/guides/nics/features.rst b/doc/guides/nics/features.rst index 6538470ac7..8641893219 100644 --- a/doc/guides/nics/features.rst +++ b/doc/guides/nics/features.rst @@ -564,6 +564,7 @@ Supports L4 checksum offload. * **[uses] rte_eth_rxconf,rte_eth_rxmode**: ``offloads:DEV_RX_OFFLOAD_UDP_CKSUM,DEV_RX_OFFLOAD_TCP_CKSUM``. * **[uses] rte_eth_txconf,rte_eth_txmode**: ``offloads:DEV_TX_OFFLOAD_UDP_CKSUM,DEV_TX_OFFLOAD_TCP_CKSUM,DEV_TX_OFFLOAD_SCTP_CKSUM``. +* **[uses] user config**: ``dev_conf.rxmode.hw_ip_checksum``. * **[uses] mbuf**: ``mbuf.ol_flags:PKT_TX_IPV4`` | ``PKT_TX_IPV6``, ``mbuf.ol_flags:PKT_TX_L4_NO_CKSUM`` | ``PKT_TX_TCP_CKSUM`` | ``PKT_TX_SCTP_CKSUM`` | ``PKT_TX_UDP_CKSUM``.