From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from huawei.com (lhrrgout.huawei.com [194.213.3.17]) by dpdk.org (Postfix) with ESMTP id E1ADE58CE for ; Sun, 21 Jan 2018 17:36:05 +0100 (CET) Received: from lhreml702-cah.china.huawei.com (unknown [172.18.7.107]) by Forcepoint Email with ESMTP id A98A95B80E4DE for ; Sun, 21 Jan 2018 16:36:02 +0000 (GMT) Received: from FRAEMA704-CHM.china.huawei.com (10.206.14.53) by lhreml702-cah.china.huawei.com (10.201.108.43) with Microsoft SMTP Server (TLS) id 14.3.361.1; Sun, 21 Jan 2018 16:36:04 +0000 Received: from FRAEML521-MBX.china.huawei.com ([169.254.1.156]) by FRAEMA704-CHM.china.huawei.com ([169.254.4.77]) with mapi id 14.03.0361.001; Sun, 21 Jan 2018 17:36:01 +0100 From: "Avi Cohen (A)" To: "users@dpdk.org" Thread-Topic: l2fwd-crypto sample application Thread-Index: AdOS1Ua5rK3pNCAxQ6aNMctEFdqU4A== Date: Sun, 21 Jan 2018 16:36:00 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.200.202.108] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-CFilter-Loop: Reflected Subject: [dpdk-users] l2fwd-crypto sample application 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: Sun, 21 Jan 2018 16:36:06 -0000 Hi Is it possible to run this application for the following use-case: [similar to ipsec-secgw application] 2 hosts A and B connected back to back via port 2=20 In A: - Clear-text packet received on port 1 - Packet is encrypted and sent to port 2 In B: - the encrypted packet is received on port 2 in server B - packet is decrypted and sent to port 1=20 Best Regards Avi =20