From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7FDFDA04B1 for ; Thu, 5 Nov 2020 09:36:37 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5376F72E2; Thu, 5 Nov 2020 09:36:36 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id 617DE6CA9 for ; Thu, 5 Nov 2020 09:36:33 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1604565391; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=vixI+XdDfMGBi4mwtbK+oWR7wqPwx5B100twrZPyJP8=; b=gEXUnHA8j/lmENApsR4DmwFCFv9io5aFZs6E5nR4Vl++7bdobA/9WCGlaOuEWgsSEc438k 3kBy/Yl05L7Q+TVMxLvZOpw9L+NjcINP52oGs/ImL3m+C9nchs36mZYDOu/G/2//bLiuOY 6xtDO8cAOeZWF3miP68knUIVxJGkqms= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-291-uB00ykQIOiqGNUx8Ufx7MA-1; Thu, 05 Nov 2020 03:36:27 -0500 X-MC-Unique: uB00ykQIOiqGNUx8Ufx7MA-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 5062A87950E; Thu, 5 Nov 2020 08:36:26 +0000 (UTC) Received: from dmarchan.remote.csb (unknown [10.40.193.107]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8E0FC5C5DE; Thu, 5 Nov 2020 08:36:24 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: stable@dpdk.org, Radu Nicolau , Akhil Goyal , Konstantin Ananyev , Bernard Iremonger Date: Thu, 5 Nov 2020 09:36:17 +0100 Message-Id: <20201105083617.28101-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=david.marchand@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Subject: [dpdk-stable] [PATCH] doc: fix typo in ipsec-secgw guide X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" Fixes: 02dc5b7d58c7 ("doc: update ipsec-secgw guide and release notes") Cc: stable@dpdk.org Signed-off-by: David Marchand --- doc/guides/sample_app_ug/ipsec_secgw.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/sample_app_ug/ipsec_secgw.rst b/doc/guides/sample_app_ug/ipsec_secgw.rst index 1f37dccf8b..fccf6b423c 100644 --- a/doc/guides/sample_app_ug/ipsec_secgw.rst +++ b/doc/guides/sample_app_ug/ipsec_secgw.rst @@ -125,7 +125,7 @@ The application has a number of command line options:: .//examples/dpdk-ipsec-secgw [EAL options] -- -p PORTMASK -P -u PORTMASK -j FRAMESIZE - -l -w REPLAY_WINOW_SIZE -e -a + -l -w REPLAY_WINDOW_SIZE -e -a -c SAD_CACHE_SIZE -s NUMBER_OF_MBUFS_IN_PACKET_POOL -f CONFIG_FILE_PATH @@ -161,7 +161,7 @@ Where: * ``-l``: enables code-path that uses librte_ipsec. -* ``-w REPLAY_WINOW_SIZE``: specifies the IPsec sequence number replay window +* ``-w REPLAY_WINDOW_SIZE``: specifies the IPsec sequence number replay window size for each Security Association (available only with librte_ipsec code path). -- 2.23.0