Re: [dpdk-dev] [PATCH v3 4/6] test/crypto: add unit testcase for asym crypto

2018-06-17 Thread Verma, Shally
Hi >-Original Message- >From: Akhil Goyal [mailto:akhil.go...@nxp.com] >Sent: 18 June 2018 12:10 >To: Verma, Shally ; De Lara Guarch, Pablo > >Cc: Trahe, Fiona ; akhil.go...@nxp.com; dev@dpdk.org; >Athreya, Narayana Prasad >; Sahu, Sunila ; >Gupta, Ashish >Subject: Re: [dpdk-dev] [PATC

Re: [dpdk-dev] [PATCH V3] net/thunderx: add support for hardware first skip feature

2018-06-17 Thread Jerin Jacob
-Original Message- > Date: Mon, 18 Jun 2018 11:06:24 +0530 > From: Rakesh Kudurumalla > To: dev@dpdk.org > Cc: ferruh.yi...@intel.com, jerin.ja...@caviumnetworks.com, rkudurumalla > > Subject: [PATCH V3] net/thunderx: add support for hardware first skip > feature > X-Mailer: git-send-em

Re: [dpdk-dev] [PATCH v3 4/6] test/crypto: add unit testcase for asym crypto

2018-06-17 Thread Akhil Goyal
Hi Shally, On 6/18/2018 11:10 AM, Verma, Shally wrote: Hi Pablo -Original Message- From: De Lara Guarch, Pablo [mailto:pablo.de.lara.gua...@intel.com] Sent: 18 June 2018 01:01 To: Verma, Shally Cc: Trahe, Fiona ; akhil.go...@nxp.com; dev@dpdk.org; Athreya, Narayana Prasad ; Sahu, Suni

Re: [dpdk-dev] [PATCH 6/6] cryptodev: replace mbuf scatter gather flag

2018-06-17 Thread Akhil Goyal
Hi Pablo, On 6/9/2018 3:32 AM, Pablo de Lara wrote: The current mbuf scatter gatter feature flag is too ambiguous, as it is not clear if input and/or output buffers can be scatter gather mbufs or not. Therefore, two new flags will replace this flag: RTE_CRYPTODEV_FF_MBUF_SCATTER_GATHER_IN and RT

Re: [dpdk-dev] [PATCH v3 10/27] net/ena: add lrte_timer dependency for linking

2018-06-17 Thread Michał Krawczyk
2018-06-18 0:37 GMT+02:00 Thomas Monjalon : > 07/06/2018 11:43, Michal Krawczyk: >> ENA PMD is required to use librte_timer. The appropriate depndency must >> be added ifin case the DPDK will be built as shared library. >> >> Signed-off-by: Michal Krawczyk >> --- >> drivers/net/ena/Makefile | 1 +

Re: [dpdk-dev] [PATCH v3 4/6] test/crypto: add unit testcase for asym crypto

2018-06-17 Thread Verma, Shally
Hi Pablo >-Original Message- >From: De Lara Guarch, Pablo [mailto:pablo.de.lara.gua...@intel.com] >Sent: 18 June 2018 01:01 >To: Verma, Shally >Cc: Trahe, Fiona ; akhil.go...@nxp.com; dev@dpdk.org; >Athreya, Narayana Prasad >; Sahu, Sunila ; >Gupta, Ashish >Subject: RE: [PATCH v3 4/6]

[dpdk-dev] [PATCH V3] net/thunderx: add support for hardware first skip feature

2018-06-17 Thread Rakesh Kudurumalla
From: rkudurumalla This feature is used to create a hole between HEADROOM and actual data.Size of hole is specified in bytes as module param to pmd Signed-off-by: Rakesh Kudurumalla --- V1: https://dpdk.org/ml/archives/dev/2018-May/103058.html V2: https://mails.dpdk.org/archives/dev/2018-June/1

Re: [dpdk-dev] [PATCH v3 5/6] crypto/openssl: add asym crypto support

2018-06-17 Thread Verma, Shally
Hi Pablo >-Original Message- >From: De Lara Guarch, Pablo [mailto:pablo.de.lara.gua...@intel.com] >Sent: 18 June 2018 01:09 >To: Verma, Shally >Cc: Trahe, Fiona ; akhil.go...@nxp.com; dev@dpdk.org; >Athreya, Narayana Prasad >; Sahu, Sunila ; >Gupta, Ashish >Subject: RE: [PATCH v3 5/6]

Re: [dpdk-dev] [PATCH V2] net/thunderx: add support for hardware first skip feature

2018-06-17 Thread Jerin Jacob
-Original Message- > Date: Thu, 14 Jun 2018 15:06:19 +0530 > From: rkudurumalla > To: dev@dpdk.org > Cc: ferruh.yi...@intel.com, jerin.ja...@caviumnetworks.com, Rakesh > Kudurumalla > Subject: [PATCH V2] net/thunderx: add support for hardware first skip Add [dpdk-dev] in subject. [dpdk-

Re: [dpdk-dev] [PATCH] vhost: fix missing increment of log cache count

2018-06-17 Thread Tiwei Bie
On Fri, Jun 15, 2018 at 03:48:46PM +0200, Maxime Coquelin wrote: > The log_cache_nb_elem was never incremented, resulting > in all dirty pages to be missed during live migration. > > Fixes: c16915b87109 ("vhost: improve dirty pages logging performance") > Cc: sta...@dpdk.org > > Reported-by: Peng

Re: [dpdk-dev] [PATCH v3 10/27] net/ena: add lrte_timer dependency for linking

2018-06-17 Thread Thomas Monjalon
07/06/2018 11:43, Michal Krawczyk: > ENA PMD is required to use librte_timer. The appropriate depndency must > be added ifin case the DPDK will be built as shared library. > > Signed-off-by: Michal Krawczyk > --- > drivers/net/ena/Makefile | 1 + > mk/rte.app.mk| 1 + > 2 files chang

Re: [dpdk-dev] [PATCH v3 5/6] crypto/openssl: add asym crypto support

2018-06-17 Thread De Lara Guarch, Pablo
> -Original Message- > From: Verma, Shally [mailto:shally.ve...@cavium.com] > Sent: Sunday, June 17, 2018 4:48 PM > To: De Lara Guarch, Pablo > Cc: Trahe, Fiona ; akhil.go...@nxp.com; > dev@dpdk.org; Athreya, Narayana Prasad > ; Sahu, Sunila > ; Gupta, Ashish > Subject: RE: [PATCH v3 5

Re: [dpdk-dev] [PATCH v3 4/6] test/crypto: add unit testcase for asym crypto

2018-06-17 Thread De Lara Guarch, Pablo
> -Original Message- > From: Verma, Shally [mailto:shally.ve...@cavium.com] > Sent: Sunday, June 17, 2018 4:01 PM > To: De Lara Guarch, Pablo > Cc: Trahe, Fiona ; akhil.go...@nxp.com; > dev@dpdk.org; Athreya, Narayana Prasad > ; Sahu, Sunila > ; Gupta, Ashish > Subject: RE: [PATCH v3 4

Re: [dpdk-dev] vmxnet3 TX TCP/UDP checksum not getting computed with L2_len > 14

2018-06-17 Thread Padam Jeet Singh
> On 17-Jun-2018, at 10:16 PM, Stephen Hemminger > wrote: > > On Sun, 17 Jun 2018 14:55:06 +0530 > Padam Jeet Singh wrote: > >> Hello, >> >> Issue observed when using vmxnet3 based interface on packet with following >> structure is sent: >> >> Ethernet + PPPoE + PPP (22 bytes) as the Lay

Re: [dpdk-dev] [PATCH v3 6/6] doc: add asym crypto in cryptodev programmer guide

2018-06-17 Thread Verma, Shally
HI Pablo >-Original Message- >From: De Lara Guarch, Pablo [mailto:pablo.de.lara.gua...@intel.com] >Sent: 17 June 2018 19:03 >To: Verma, Shally >Cc: Trahe, Fiona ; akhil.go...@nxp.com; dev@dpdk.org; >Athreya, Narayana Prasad >; Sahu, Sunila ; >Gupta, Ashish >Subject: RE: [PATCH v3 6/6]

Re: [dpdk-dev] vmxnet3 TX TCP/UDP checksum not getting computed with L2_len > 14

2018-06-17 Thread Stephen Hemminger
On Sun, 17 Jun 2018 14:55:06 +0530 Padam Jeet Singh wrote: > Hello, > > Issue observed when using vmxnet3 based interface on packet with following > structure is sent: > > Ethernet + PPPoE + PPP (22 bytes) as the Layer 2 header, > IPv4 (20) > UDP > DNS Payload > > The tx offload value in th

Re: [dpdk-dev] [PATCH v3 5/6] crypto/openssl: add asym crypto support

2018-06-17 Thread Verma, Shally
Hi Pablo >-Original Message- >From: De Lara Guarch, Pablo [mailto:pablo.de.lara.gua...@intel.com] >Sent: 17 June 2018 18:55 >To: Verma, Shally >Cc: Trahe, Fiona ; akhil.go...@nxp.com; dev@dpdk.org; >Athreya, Narayana Prasad >; Sahu, Sunila ; >Gupta, Ashish >Subject: RE: [PATCH v3 5/6]

Re: [dpdk-dev] [PATCH v3 4/6] test/crypto: add unit testcase for asym crypto

2018-06-17 Thread Verma, Shally
Hi Pablo >-Original Message- >From: De Lara Guarch, Pablo [mailto:pablo.de.lara.gua...@intel.com] >Sent: 17 June 2018 18:23 >To: Verma, Shally >Cc: Trahe, Fiona ; akhil.go...@nxp.com; dev@dpdk.org; >Athreya, Narayana Prasad >; Sahu, Sunila ; >Gupta, Ashish >Subject: RE: [PATCH v3 4/6]

Re: [dpdk-dev] [PATCH] eventdev: update get id from name to include PCI devices

2018-06-17 Thread Jerin Jacob
-Original Message- > Date: Fri, 15 Jun 2018 09:15:24 +0530 > From: Pavan Nikhilesh > To: jerin.ja...@caviumnetworks.com > Cc: dev@dpdk.org, Pavan Nikhilesh > Subject: [dpdk-dev] [PATCH] eventdev: update get id from name to include > PCI devices > X-Mailer: git-send-email 2.17.1 > > Curr

Re: [dpdk-dev] [PATCH] event/octeontx: fix flush callback

2018-06-17 Thread Jerin Jacob
-Original Message- > Date: Fri, 15 Jun 2018 11:14:06 +0530 > From: Pavan Nikhilesh > To: jerin.ja...@caviumnetworks.com > Cc: dev@dpdk.org, Pavan Nikhilesh > Subject: [dpdk-dev] [PATCH] event/octeontx: fix flush callback > X-Mailer: git-send-email 2.17.1 > > When event queues are being f

Re: [dpdk-dev] [PATCH] eventdev: add callback for Rx adapter SW transfers

2018-06-17 Thread Jerin Jacob
-Original Message- > Date: Fri, 8 Jun 2018 23:54:16 +0530 > From: Nikhil Rao > To: jerin.ja...@caviumnetworks.com > CC: dev@dpdk.org, Nikhil Rao > Subject: [PATCH] eventdev: add callback for Rx adapter SW transfers > X-Mailer: git-send-email 1.8.3.1 > > Add ability for application to reg

Re: [dpdk-dev] [PATCH v1 4/4] eventdev: add interrupt driven queues in Rx event adapter

2018-06-17 Thread Jerin Jacob
-Original Message- > Date: Fri, 8 Jun 2018 23:45:18 +0530 > From: Nikhil Rao > To: jerin.ja...@caviumnetworks.com > CC: dev@dpdk.org, Nikhil Rao > Subject: [PATCH v1 4/4] eventdev: add interrupt driven queues in Rx event > adapter > X-Mailer: git-send-email 1.8.3.1 > > Add support for i

Re: [dpdk-dev] [PATCH v1 3/4] eventdev: move Rx adapter eth Rx to separate function

2018-06-17 Thread Jerin Jacob
-Original Message- > Date: Fri, 8 Jun 2018 23:45:17 +0530 > From: Nikhil Rao > To: jerin.ja...@caviumnetworks.com > CC: dev@dpdk.org, Nikhil Rao > Subject: [PATCH v1 3/4] eventdev: move Rx adapter eth Rx to separate > function > X-Mailer: git-send-email 1.8.3.1 > > Create a separate fun

Re: [dpdk-dev] [PATCH v1 3/4] eventdev: move Rx adapter eth receive code to separate function

2018-06-17 Thread Jerin Jacob
-Original Message- > Date: Fri, 8 Jun 2018 23:45:16 +0530 > From: Nikhil Rao > To: jerin.ja...@caviumnetworks.com > CC: dev@dpdk.org, Nikhil Rao > Subject: [PATCH v1 3/4] eventdev: move Rx adapter eth receive code to > separate function > X-Mailer: git-send-email 1.8.3.1 > > Create a se

Re: [dpdk-dev] [PATCH v3 6/6] doc: add asym crypto in cryptodev programmer guide

2018-06-17 Thread De Lara Guarch, Pablo
Hi Shally, > -Original Message- > From: Shally Verma [mailto:shally.ve...@caviumnetworks.com] > Sent: Wednesday, May 16, 2018 7:05 AM > To: De Lara Guarch, Pablo > Cc: Trahe, Fiona ; akhil.go...@nxp.com; > dev@dpdk.org; pathr...@caviumnetworks.com; Sunila Sahu > ; Ashish Gupta > > Subjec

Re: [dpdk-dev] [PATCH v1 2/4] eventdev: improve err handling for Rx adapter queue add/del

2018-06-17 Thread Jerin Jacob
-Original Message- > Date: Fri, 8 Jun 2018 23:45:15 +0530 > From: Nikhil Rao > To: jerin.ja...@caviumnetworks.com > CC: dev@dpdk.org, Nikhil Rao > Subject: [PATCH v1 2/4] eventdev: improve err handling for Rx adapter queue > add/del > X-Mailer: git-send-email 1.8.3.1 > > The new WRR seq

Re: [dpdk-dev] [PATCH v3 5/6] crypto/openssl: add asym crypto support

2018-06-17 Thread De Lara Guarch, Pablo
> -Original Message- > From: Shally Verma [mailto:shally.ve...@caviumnetworks.com] > Sent: Wednesday, May 16, 2018 7:05 AM > To: De Lara Guarch, Pablo > Cc: Trahe, Fiona ; akhil.go...@nxp.com; > dev@dpdk.org; pathr...@caviumnetworks.com; Sunila Sahu > ; Ashish Gupta > > Subject: [PATCH

Re: [dpdk-dev] [PATCH v1 1/4] eventdev: standardize Rx adapter internal function names

2018-06-17 Thread Jerin Jacob
-Original Message- > Date: Fri, 8 Jun 2018 23:45:14 +0530 > From: Nikhil Rao > To: jerin.ja...@caviumnetworks.com > CC: dev@dpdk.org, Nikhil Rao > Subject: [PATCH v1 1/4] eventdev: standardize Rx adapter internal function > names > X-Mailer: git-send-email 1.8.3.1 > > Add a common prefi

Re: [dpdk-dev] [PATCH v3 4/6] test/crypto: add unit testcase for asym crypto

2018-06-17 Thread De Lara Guarch, Pablo
Hi Shally, > -Original Message- > From: Shally Verma [mailto:shally.ve...@caviumnetworks.com] > Sent: Wednesday, May 16, 2018 7:05 AM > To: De Lara Guarch, Pablo > Cc: Trahe, Fiona ; akhil.go...@nxp.com; > dev@dpdk.org; pathr...@caviumnetworks.com; Sunila Sahu > ; Ashish Gupta > > Subjec

Re: [dpdk-dev] [PATCH 2/2] event/sw: support device stop flush callback

2018-06-17 Thread Jerin Jacob
-Original Message- > Date: Thu, 14 Jun 2018 10:20:08 + > From: "Van Haaren, Harry" > To: "Eads, Gage" , "dev@dpdk.org" > CC: "jerin.ja...@caviumnetworks.com" , > "Richardson, Bruce" , "Rao, Nikhil" > , "Carrillo, Erik G" , > "Gujjar, Abhinandan S" > Subject: RE: [PATCH 2/2] event/

Re: [dpdk-dev] [PATCH v3 3/6] lib/cryptodev: add asymmetric crypto capability in cryptodev

2018-06-17 Thread De Lara Guarch, Pablo
> -Original Message- > From: Shally Verma [mailto:shally.ve...@caviumnetworks.com] > Sent: Wednesday, May 16, 2018 7:05 AM > To: De Lara Guarch, Pablo > Cc: Trahe, Fiona ; akhil.go...@nxp.com; > dev@dpdk.org; pathr...@caviumnetworks.com; Sunila Sahu > ; Ashish Gupta > > Subject: [PATCH

Re: [dpdk-dev] [RFC v2] eventdev: event tx adapter APIs

2018-06-17 Thread Jerin Jacob
-Original Message- > Date: Wed, 13 Jun 2018 03:02:43 +0530 > From: Nikhil Rao > To: jerin.ja...@caviumnetworks.com, olivier.m...@6wind.com > CC: hemant.agra...@nxp.com, dev@dpdk.org, narender.vang...@intel.com, > abhinandan.guj...@intel.com, gage.e...@intel.com, jia@intel.com, > cris

Re: [dpdk-dev] [PATCH v2 6/7] net/mlx5: probe all port representors

2018-06-17 Thread Shahaf Shuler
Hi Adrien, Saturday, June 16, 2018 11:58 AM, Xueming(Steven) Li: > Subject: RE: [dpdk-dev] [PATCH v2 6/7] net/mlx5: probe all port representors > > > -Original Message- > > From: dev On Behalf Of Adrien Mazarguil > > Sent: Thursday, June 14, 2018 4:35 PM > > To: Shahaf Shuler > > Cc: de

Re: [dpdk-dev] [PATCH v2 3/7] net/mlx5: split PCI from generic probing code

2018-06-17 Thread Shahaf Shuler
Thursday, June 14, 2018 11:35 AM, Adrien Mazarguil: > Subject: [PATCH v2 3/7] net/mlx5: split PCI from generic probing code > > All the generic probing code needs is an IB device. While this device is > currently supplied by a PCI lookup, other methods will be added soon. > > This patch divides t

Re: [dpdk-dev] [PATCH v2 2/7] net/mlx5: remove redundant objects in probe code

2018-06-17 Thread Shahaf Shuler
Hi Adrien, Small nit, Thursday, June 14, 2018 11:35 AM, Adrien Mazarguil: > Subject: [PATCH v2 2/7] net/mlx5: remove redundant objects in probe code > > This patch gets rid of redundant calls to open the device and query its > attributes in order to simplify the code. > > Signed-off-by: Adrie

[dpdk-dev] vmxnet3 TX TCP/UDP checksum not getting computed with L2_len > 14

2018-06-17 Thread Padam Jeet Singh
Hello, Issue observed when using vmxnet3 based interface on packet with following structure is sent: Ethernet + PPPoE + PPP (22 bytes) as the Layer 2 header, IPv4 (20) UDP DNS Payload The tx offload value in this case is 0x0f0 (PKT_TX_IPV4 | PKT_TX_IP_CKSUM | PKT_TX_UDP_CKSUM)

Re: [dpdk-dev] [PATCH] mlx5: fix log initialization

2018-06-17 Thread Shahaf Shuler
Thursday, June 14, 2018 9:46 AM, Nélio Laranjeiro: > Subject: Re: [dpdk-dev] [PATCH] mlx5: fix log initialization > > On Wed, Jun 13, 2018 at 11:46:26AM -0700, Stephen Hemminger wrote: > > The mlx5 driver had two init functions, but this could cause log > > initialization to be done after the othe

Re: [dpdk-dev] [PATCH v1] net/mlx5: fix pmd crash in device probe

2018-06-17 Thread Shahaf Shuler
Wednesday, June 13, 2018 5:18 PM, Adrien Mazarguil: > Subject: Re: [PATCH v1] net/mlx5: fix pmd crash in device probe > > On Tue, Jun 12, 2018 at 07:38:11PM +0800, Xueming Li wrote: > > This patch initializes counter descriptor struct before invoking Verbs > > api to avoid segment fault. > > > > F

Re: [dpdk-dev] [PATCH 1/2] net/mlx5: fix errno object in probe code (minor)

2018-06-17 Thread Shahaf Shuler
Thursday, May 24, 2018 9:31 PM, Yongseok Koh: > Subject: Re: [dpdk-dev] [PATCH 1/2] net/mlx5: fix errno object in probe code > (minor) > > > > On May 24, 2018, at 5:17 AM, Adrien Mazarguil > wrote: > > > > Fixes: a6d83b6a9209 ("net/mlx5: standardize on negative errno values") > > Cc: Nélio Laran

Re: [dpdk-dev] [PATCH] net/mlx5: fix error message in probe function

2018-06-17 Thread Shahaf Shuler
Friday, May 25, 2018 7:46 PM, Yongseok Koh: > Subject: Re: [dpdk-dev] [PATCH] net/mlx5: fix error message in probe > function > > > > On May 25, 2018, at 9:16 AM, Adrien Mazarguil > wrote: > > > > Error values passed to strerror() must be positive. > > > > Fixes: 012ad9944dfc ("net/mlx5: fix pro

Re: [dpdk-dev] [PATCH 1/2] net/mlx4: fix minor resource leak during init

2018-06-17 Thread Shahaf Shuler
Tuesday, May 22, 2018 6:37 PM, Adrien Mazarguil: > Subject: [PATCH 1/2] net/mlx4: fix minor resource leak during init > > Temporary IB device context and list are not freed in case of a successful > initialization of the device. > > This issue is caused by the two following commits, the first of