X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fsample_app_ug%2Fipsec_secgw.rst;h=782574dd39d5ac94676c67a73e2ab2b23a8f22fe;hb=6cc51b1293ceac4a77d4bf7ac91a8bbd59e1f78c;hp=78171b25f96e1c7c3758ba7847be6b8550651b69;hpb=9c30a6f3c9a456e8111a2b1e5f6c2c02a62025b6;p=dpdk.git diff --git a/doc/guides/sample_app_ug/ipsec_secgw.rst b/doc/guides/sample_app_ug/ipsec_secgw.rst index 78171b25f9..782574dd39 100644 --- a/doc/guides/sample_app_ug/ipsec_secgw.rst +++ b/doc/guides/sample_app_ug/ipsec_secgw.rst @@ -209,12 +209,12 @@ Where: device will ensure the ordering. Ordering will be lost when tried in PARALLEL. * ``--rxoffload MASK``: RX HW offload capabilities to enable/use on this port - (bitmask of DEV_RX_OFFLOAD_* values). It is an optional parameter and + (bitmask of RTE_ETH_RX_OFFLOAD_* values). It is an optional parameter and allows user to disable some of the RX HW offload capabilities. By default all HW RX offloads are enabled. * ``--txoffload MASK``: TX HW offload capabilities to enable/use on this port - (bitmask of DEV_TX_OFFLOAD_* values). It is an optional parameter and + (bitmask of RTE_ETH_TX_OFFLOAD_* values). It is an optional parameter and allows user to disable some of the TX HW offload capabilities. By default all HW TX offloads are enabled.