From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akhil Goyal Subject: Re: [PATCH v1] examples/ipsec-secgw: increase the number of dev mappings Date: Tue, 25 Sep 2018 16:33:54 +0530 Message-ID: References: <1536151668-10428-1-git-send-email-ajoseph@caviumnetworks.com> <1536203428-12094-1-git-send-email-ajoseph@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Jerin Jacob , Narayana Prasad , dev@dpdk.org, Ankur Dwivedi To: Anoob Joseph , Pablo de Lara , Radu Nicolau Return-path: Received: from EUR01-HE1-obe.outbound.protection.outlook.com (mail-he1eur01on0052.outbound.protection.outlook.com [104.47.0.52]) by dpdk.org (Postfix) with ESMTP id 959865F2B for ; Tue, 25 Sep 2018 13:04:17 +0200 (CEST) In-Reply-To: <1536203428-12094-1-git-send-email-ajoseph@caviumnetworks.com> Content-Language: en-US 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 9/6/2018 8:40 AM, Anoob Joseph wrote: > Increasing the number of cdev mappings to accommodate usage of crypto > devices with larger number of capabilities, with higher number of cores. > > Required mappings : ([no of ciphers] * [no of auth] + [aead algos]) * > [no of cores] > > Signed-off-by: Ankur Dwivedi > Signed-off-by: Anoob Joseph > --- > v1: > * Fixed typo in description > > Acked-by: Akhil Goyal