X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fsample_app_ug%2Fipsec_secgw.rst;h=ac118c1a2184a5ac730cf38e22ba9b48691c5f57;hb=d629b7b5fe812f0040b83d27d2ada33b003aa918;hp=3d784e7052b1363e3d6cbc8a6a28a5ca2de302da;hpb=194a83d837472a27030e55af95b1103c90c2c63a;p=dpdk.git diff --git a/doc/guides/sample_app_ug/ipsec_secgw.rst b/doc/guides/sample_app_ug/ipsec_secgw.rst index 3d784e7052..ac118c1a21 100644 --- a/doc/guides/sample_app_ug/ipsec_secgw.rst +++ b/doc/guides/sample_app_ug/ipsec_secgw.rst @@ -25,8 +25,8 @@ The application classifies the ports as *Protected* and *Unprotected*. Thus, traffic received on an Unprotected or Protected port is consider Inbound or Outbound respectively. -The application also supports complete IPSec protocol offload to hardware -(Look aside crypto accelarator or using ethernet device). It also support +The application also supports complete IPsec protocol offload to hardware +(Look aside crypto accelerator or using ethernet device). It also support inline ipsec processing by the supported ethernet device during transmission. These modes can be selected during the SA creation configuration. @@ -124,7 +124,7 @@ Where: * ``-e``: enables Security Association extended sequence number processing (available only with librte_ipsec code path). -* ``-a``: enables Security Association sequence number atomic behaviour +* ``-a``: enables Security Association sequence number atomic behavior (available only with librte_ipsec code path). * ``--config (port,queue,lcore)[,(port,queue,lcore)]``: determines which queues @@ -752,7 +752,7 @@ DUT OS(NIC1)--(IPsec)-->(NIC1)ipsec-secgw(TAP)--(plain)-->(TAP)SUT OS SUT OS(TAP)--(plain)-->(TAP)psec-secgw(NIC1)--(IPsec)-->(NIC1)DUT OS -It then tries to perform some data transfer using the scheme decribed above. +It then tries to perform some data transfer using the scheme described above. usage ~~~~~