X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fnics%2Fi40e.rst;h=41945b86f2046fc0d8130a17a82cfc48cab10d14;hb=e0e45bdc1e813dd4570434786b6aa660be69649f;hp=166f4476dfd3d7103f549265e3c9882db98e52a1;hpb=4ab831449a1cb9ff76e662fd04ce32ee585d6f85;p=dpdk.git diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst index 166f4476df..41945b86f2 100644 --- a/doc/guides/nics/i40e.rst +++ b/doc/guides/nics/i40e.rst @@ -394,17 +394,17 @@ The DDP functionality requires a NIC firmware version of 6.0 or greater. Current implementation supports MPLSoUDP/MPLSoGRE/GTP-C/GTP-U/PPPoE/PPPoL2TP, steering can be used with rte_flow API. -Load a profile which supports MPLSoUDP/MPLSoGRE: +Load a profile which supports MPLSoUDP/MPLSoGRE and store backup profile: .. code-block:: console - testpmd> ddp add 0 ./mpls.pkgo + testpmd> ddp add 0 ./mpls.pkgo,./backup.pkgo -Delete a MPLS profile: +Delete a MPLS profile and restore backup profile: .. code-block:: console - testpmd> ddp del 0 ./mpls.pkgo + testpmd> ddp del 0 ./backup.pkgo Get loaded DDP package info list: