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 44C7CA2EFC for ; Mon, 14 Oct 2019 15:53:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 20B701BE9F; Mon, 14 Oct 2019 15:53:47 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id A596B2956 for ; Mon, 14 Oct 2019 15:53:43 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Oct 2019 06:53:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,295,1566889200"; d="scan'208,217";a="278871409" Received: from rnicolau-mobl1.ger.corp.intel.com (HELO [10.237.221.72]) ([10.237.221.72]) by orsmga001.jf.intel.com with ESMTP; 14 Oct 2019 06:53:40 -0700 To: Bernard Iremonger , dev@dpdk.org, konstantin.ananyev@intel.com, akhil.goyal@nxp.com References: <1567069173-10505-1-git-send-email-bernard.iremonger@intel.com> <1569943080-20228-2-git-send-email-bernard.iremonger@intel.com> From: "Nicolau, Radu" Message-ID: <3679d9d0-97ab-7271-751d-1c17b5b53548@intel.com> Date: Mon, 14 Oct 2019 14:53:40 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.0 MIME-Version: 1.0 In-Reply-To: <1569943080-20228-2-git-send-email-bernard.iremonger@intel.com> Content-Language: en-GB Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH v2 1/3] examples/ipsec-secgw: set default to IPsec library mode X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/1/2019 4:17 PM, Bernard Iremonger wrote: > Set the default code path to librte_ipsec mode. > Add parameter 0 | 1 to -l option and update error message. > Check for conflicting options, -w -a -e and reassembly options are > not supported in legacy mode. > Show fragment table size. > Update print_usage. > Update the ipsec-secgw guide. > Update the release notes. > > Signed-off-by: Bernard Iremonger > Acked-by: Konstantin Ananyev > Tested-by: Konstantin Ananyev > --- Acked-by: Radu Nicolau >