From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 38C95107A for ; Mon, 11 Dec 2017 12:02:09 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Dec 2017 03:02:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,391,1508828400"; d="scan'208,217";a="185917942" Received: from rnicolau-mobl.ger.corp.intel.com (HELO [10.237.221.73]) ([10.237.221.73]) by fmsmga006.fm.intel.com with ESMTP; 11 Dec 2017 03:02:06 -0800 To: Anoob Joseph , Akhil Goyal , Declan Doherty , Sergio Gonzalez Monroy Cc: Jerin Jacob , Narayana Prasad , dev@dpdk.org References: <1511333716-11955-1-git-send-email-anoob.joseph@caviumnetworks.com> <1511435969-5887-1-git-send-email-anoob.joseph@caviumnetworks.com> <1511435969-5887-3-git-send-email-anoob.joseph@caviumnetworks.com> From: Radu Nicolau Message-ID: Date: Mon, 11 Dec 2017 11:02:06 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <1511435969-5887-3-git-send-email-anoob.joseph@caviumnetworks.com> Content-Language: en-US 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 v3 2/2] examples/ipsec-secgw: add support for inline protocol 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: , X-List-Received-Date: Mon, 11 Dec 2017 11:02:10 -0000 On 11/23/2017 11:19 AM, Anoob Joseph wrote: > Adding support for inline protocol processing > > In ingress side, application will receive regular IP packets, without > any IPsec related info. Application will do a selector check (SP-SA > check) by making use of the metadata from the packet. > > In egress side, the plain packet would be submitted to the driver. The > packet will have optional metadata, which could be used to identify the > security session associated with the packet. > > Signed-off-by: Anoob Joseph > --- > Acked-by: Radu Nicolau