Re: [dpdk-dev] compressdev: append dest data in PMDs instead of in application

2018-09-15 Thread Verma, Shally
HI Fiona >-Original Message- >From: Trahe, Fiona >Sent: 11 September 2018 22:47 >To: dev@dpdk.org >Cc: Trahe, Fiona ; Verma, Shally >; Daly, Lee ; Jozwiak, >TomaszX ; Akhil Goyal >Subject: RFC: compressdev: append dest data in PMDs instead of in application > >External Email > >Proposal

Re: [dpdk-dev] [RFC] ipsec: new library for IPsec data-path processing

2018-09-15 Thread Joseph, Anoob
Hi Konstantin See inline. Thanks, Anoob On 12-09-2018 23:39, Ananyev, Konstantin wrote: External Email Hi Anoob, Hi Konstantin, Please see inline. This RFC introduces a new library within DPDK: librte_ipsec. The aim is to provide DPDK native high performance library for IPsec data-path

Re: [dpdk-dev] [dpdk-stable] [PATCH] devtools: don't use bash extension in checkpatches

2018-09-15 Thread Arnon Warshavsky
> HI > > > > Let's use single quotes instead of variable. > > > > > > Using the script directly with single quotes loses the ability to reuse > it > > with an additional set of folders , expressions and RET_ON_FAIL. > > I don't know awk. Please could you explain what we are loosing and why? > The a

Re: [dpdk-dev] [dpdk-stable] [PATCH] devtools: don't use bash extension in checkpatches

2018-09-15 Thread Thomas Monjalon
15/09/2018 21:07, Arnon Warshavsky: > > > If we wish to keep the awk code in this file and not in a separate file, > > > maybe receiving the awk script parameters from the function > > > check_forbidden_additions( ) can also preserve the ability to reuse in > > > future cases. > > > > Yes I feel w

Re: [dpdk-dev] [dpdk-stable] [PATCH] devtools: don't use bash extension in checkpatches

2018-09-15 Thread Thomas Monjalon
14/09/2018 17:10, Ilya Maximets: > Hi Thomas. > > Beside your questions, > There is another patch that targeted to fix this issue: > http://patches.dpdk.org/patch/44020/ > And one similar to mine that I missed while sending: > http://patches.dpdk.org/patch/43692/ > > So, I'm not sure

Re: [dpdk-dev] [dpdk-stable] [PATCH] devtools: don't use bash extension in checkpatches

2018-09-15 Thread Arnon Warshavsky
> > I was under the wrong impression the opposite was desired, so yes, > > moving the entire awk code to a separate file would indeed be the > cleanest. > > OK, who can do this change please? > > > I will do the move to a different file later on this week thanks /Arnon

[dpdk-dev] [PATCH v2] crypto/openssl: support truncated HMAC operations

2018-09-15 Thread Dmitry Eremin-Solenikov
IPsec requires truncated HMAC operations support. Extend OpenSSL crypto PMD to support truncated HMAC operations necessary for IPsec. Signed-off-by: Dmitry Eremin-Solenikov --- Changes since V1: - support all digest sizes from half of corresponding digest size up to full length. --- drivers

Re: [dpdk-dev] [PATCH 3/4] ethdev: add Rx offload outer L4 checksum definitions

2018-09-15 Thread Shahaf Shuler
Friday, September 14, 2018 6:06 AM, Jerin Jacob: > Subject: Re: [dpdk-dev] [PATCH 3/4] ethdev: add Rx offload outer L4 > checksum definitions > > -Original Message- > > Date: Thu, 13 Sep 2018 17:24:26 + > > From: Shahaf Shuler > > To: Jerin Jacob , Wenzhuo Lu > > , Jingjing Wu , Berna