X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fguides%2Fnics%2Fcnxk.rst;h=cb2a51e1d255dede7a443f4a59ec7d1ae1501109;hb=2e3dbc80cc012f11799c7eda866e1168dadb5032;hp=4ee6eb65bf44a71fd5ab08146718732234ead35c;hpb=2fced8a1c1f3b88d7f4d7cc59423110ef8ae6063;p=dpdk.git diff --git a/doc/guides/nics/cnxk.rst b/doc/guides/nics/cnxk.rst index 4ee6eb65bf..cb2a51e1d2 100644 --- a/doc/guides/nics/cnxk.rst +++ b/doc/guides/nics/cnxk.rst @@ -24,6 +24,7 @@ Features of the CNXK Ethdev PMD are: - Multiple queues for TX and RX - Receiver Side Scaling (RSS) - MAC filtering +- Generic flow API - Inner and Outer Checksum offload - Port hardware statistics - Link state information @@ -31,6 +32,7 @@ Features of the CNXK Ethdev PMD are: - MTU update - Scatter-Gather IO support - Vector Poll mode driver +- Debug utilities - Context dump and error interrupt support - Support Rx interrupt Prerequisites @@ -207,6 +209,12 @@ CRC stripping The OCTEON CN9K/CN10K SoC family NICs strip the CRC for every packet being received by the host interface irrespective of the offload configuration. +RTE flow GRE support +~~~~~~~~~~~~~~~~~~~~ + +- ``RTE_FLOW_ITEM_TYPE_GRE_KEY`` works only when checksum and routing + bits in the GRE header are equal to 0. + Debugging Options -----------------