X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fnics%2Ffeatures.rst;h=902ac160ddb2b01d42095b838e1a4001a0356d2d;hb=ab3ce1e0c19329c8a2d21480b0db55be259bc168;hp=ee89d6bfa0d1ec5c192b0839365fbbf34e3f78d9;hpb=adeddc9c1890a42fafe887d7d1457145310491f6;p=dpdk.git diff --git a/doc/guides/nics/features.rst b/doc/guides/nics/features.rst index ee89d6bfa0..902ac160dd 100644 --- a/doc/guides/nics/features.rst +++ b/doc/guides/nics/features.rst @@ -577,7 +577,6 @@ 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``.