From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 0C1161B514 for ; Thu, 13 Dec 2018 13:14:33 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Dec 2018 04:14:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,349,1539673200"; d="scan'208";a="107155227" Received: from dwdohert-mobl.ger.corp.intel.com (HELO [163.33.176.66]) ([163.33.176.66]) by fmsmga007.fm.intel.com with ESMTP; 13 Dec 2018 04:14:31 -0800 To: Konstantin Ananyev , dev@dpdk.org References: <1543596366-22617-2-git-send-email-konstantin.ananyev@intel.com> <1544110714-4514-9-git-send-email-konstantin.ananyev@intel.com> From: "Doherty, Declan" Message-ID: <0a7f9cf5-e580-8257-a0dc-4372e9f1d8a0@intel.com> Date: Thu, 13 Dec 2018 12:14:31 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.3 MIME-Version: 1.0 In-Reply-To: <1544110714-4514-9-git-send-email-konstantin.ananyev@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 8/9] ipsec: helper functions to group completed crypto-ops 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: Thu, 13 Dec 2018 12:14:34 -0000 On 06/12/2018 3:38 PM, Konstantin Ananyev wrote: > Introduce helper functions to process completed crypto-ops > and group related packets by sessions they belong to. > > Signed-off-by: Konstantin Ananyev > --- ... > Acked-by: Declan Doherty