From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lhrrgout.huawei.com (lhrrgout.huawei.com [194.213.3.17]) by dpdk.org (Postfix) with ESMTP id 322A21B60B for ; Tue, 7 Nov 2017 09:54:53 +0100 (CET) Received: from 172.18.7.190 (EHLO lhreml703-cah.china.huawei.com) ([172.18.7.190]) by lhrrg01-dlp.huawei.com (MOS 4.3.7-GA FastPath queued) with ESMTP id DZI38838; Tue, 07 Nov 2017 08:54:50 +0000 (GMT) Received: from FRAEML703-CAH.china.huawei.com (10.206.14.34) by lhreml703-cah.china.huawei.com (10.201.108.44) with Microsoft SMTP Server (TLS) id 14.3.361.1; Tue, 7 Nov 2017 08:54:48 +0000 Received: from FRAEML521-MBX.china.huawei.com ([169.254.1.209]) by fraeml703-cah.china.huawei.com ([10.206.14.34]) with mapi id 14.03.0361.001; Tue, 7 Nov 2017 09:54:42 +0100 From: "Avi Cohen (A)" To: "De Lara Guarch, Pablo" , Thomas Monjalon CC: "users@dpdk.org" , "olgas@mellanox.com" Thread-Topic: [dpdk-users] IPsec offload Thread-Index: AdNWEJZww10MSYRtTmqj3ER7vsBW+wAgf84AABWgwGD///12AP//of+ggAC4lAD//+5ZQIAAFKCA//7iG6A= Date: Tue, 7 Nov 2017 08:54:42 +0000 Message-ID: References: <4048707.fcLJULAWd5@xps> <7246948.uKqDaxhOvY@xps> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.200.202.145] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020205.5A0174DA.0187, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0, ip=169.254.1.209, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: a375d8f16170297ab738195d38eb714e Subject: Re: [dpdk-users] IPsec offload X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Nov 2017 08:54:53 -0000 > > Thank you Pablo > > Can you supply an example command line to run the ipsec-secgw ? >=20 > ./examples/ipsec-secgw/build/ipsec-secgw -l 10,11 -n 4 -- > vdev=3D"crypto_aesni_gcm0" / > -- -p 0x1 -P --config=3D"(0,0,10)" -f ep-sample.cfg >=20 > Where ep-sample.cfg contains: >=20 > sp ipv4 out esp protect 0010 pri 1 dst 001.0.0.0/24 sport 0:65535 dport 0= :65535 > sa out 0010 aead_algo aes-128-gcm aead_key de:ad:be:ef:de:ad:be:ef:de:ad:= be: > ef:de:ad:be:ef:de:ad:be:ef mode ipv4-tunnel src 20.0.0.0 dst 21.0.0.0 rt = ipv4 dst > 21.0.0.0/8 port 0 >=20 [Avi Cohen (A)]=20 When running it almost all parameters from the config file starting from " = sa out 0010" are not recognized by the application=20 Do I have to create any additional objects before running it ? I don't see = it in the documentation . I want to run IPsec offload over ethernet port Best Regards Avi