Re: [dpdk-dev] [RFC PATCH 00/11] net/virtio: packed ring layout

2017-05-08 Thread Jens Freimann
On Mon, May 08, 2017 at 01:02:57PM +0800, Yuanhan Liu wrote: > On Fri, May 05, 2017 at 09:57:11AM -0400, Jens Freimann wrote: > > Hi Yuanhan, > > > > I rebased your patches on next-virtio/for-testing to current master, > > made sure every patch compiles and still works. > > Thanks for that. > >

[dpdk-dev] [PATCH] eal/bsd: don't zero the pages during mmap in contigmem

2017-05-08 Thread Tiwei Bie
Don't zero the pages during mmap in contigmem. Instead, zero the pages after mmap in primary process. Otherwise, the multi-process support will be broken, as the pages will be zeroed when secondary processes map the memory. Fixes: 82f931805506 ("contigmem: zero all pages during mmap") Cc: sta...@d

Re: [dpdk-dev] [PATCH] doc: API change notice for librte_table

2017-05-08 Thread Singh, Jasvinder
-Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Cristian Dumitrescu Sent: Tuesday, May 2, 2017 7:23 PM To: dev@dpdk.org Subject: [dpdk-dev] [PATCH] doc: API change notice for librte_table Signed-off-by: Cristian Dumitrescu Acked-by: Jasvinder Singh

Re: [dpdk-dev] Fwd: Sharing tables among pipelines

2017-05-08 Thread Singh, Jasvinder
Hi Nidhia, For my pipeline application, I want to share same table between two different pipeline. Is that possible? If yes, how can I do it? [Jasvinder] - In the current ip pipeline application, we don’t have such illustration of sharing a table between two pipelines. Therefore, you need to

Re: [dpdk-dev] [PATCH] eal/bsd: don't zero the pages during mmap in contigmem

2017-05-08 Thread Bruce Richardson
On Mon, May 08, 2017 at 08:09:16AM +, Tiwei Bie wrote: > Don't zero the pages during mmap in contigmem. Instead, zero the > pages after mmap in primary process. Otherwise, the multi-process > support will be broken, as the pages will be zeroed when secondary > processes map the memory. > > Fix

Re: [dpdk-dev] [PATCH 1/2] eal/bsd: fix ioport write operation

2017-05-08 Thread Bruce Richardson
On Sun, May 07, 2017 at 01:33:33PM +, Tiwei Bie wrote: > The first param of out*() on FreeBSD is port, and the second one is > data. But they are reversed in DPDK. This patch fixes it. > > Fixes: 756ce64b1ecd ("eal: introduce PCI ioport API") Cc: > sta...@dpdk.org > > Signed-off-by: Tiwei Bie

Re: [dpdk-dev] Occasional instability in RSS Hashes/Queues from X540 NIC

2017-05-08 Thread Yang, Qiming
Hi, Matt Could you send me the pcap file? I'm dealing with this issue. Thank you~ Qiming > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Matt Laswell > Sent: Friday, May 5, 2017 9:05 PM > To: dev@dpdk.org > Subject: Re: [dpdk-dev] Occasional instability in RSS H

Re: [dpdk-dev] [PATCH 1/2] eal/bsd: fix ioport write operation

2017-05-08 Thread Tiwei Bie
On Mon, May 08, 2017 at 09:55:01AM +0100, Bruce Richardson wrote: > On Sun, May 07, 2017 at 01:33:33PM +, Tiwei Bie wrote: > > The first param of out*() on FreeBSD is port, and the second one is > > data. But they are reversed in DPDK. This patch fixes it. > > > > Fixes: 756ce64b1ecd ("eal: in

Re: [dpdk-dev] [PATCH] eal/bsd: don't zero the pages during mmap in contigmem

2017-05-08 Thread Tiwei Bie
On Mon, May 08, 2017 at 09:53:57AM +0100, Bruce Richardson wrote: > On Mon, May 08, 2017 at 08:09:16AM +, Tiwei Bie wrote: > > Don't zero the pages during mmap in contigmem. Instead, zero the > > pages after mmap in primary process. Otherwise, the multi-process > > support will be broken, as th

Re: [dpdk-dev] [PATCH] doc: notice for changes in kni structures

2017-05-08 Thread Hemant Agrawal
On 5/4/2017 10:20 PM, Ferruh Yigit wrote: On 5/3/2017 12:31 PM, Hemant Agrawal wrote: Signed-off-by: Hemant Agrawal --- doc/guides/rel_notes/deprecation.rst | 7 +++ 1 file changed, 7 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst i

Re: [dpdk-dev] [PATCH 1/2] eal/bsd: fix ioport write operation

2017-05-08 Thread Bruce Richardson
On Mon, May 08, 2017 at 05:07:36PM +0800, Tiwei Bie wrote: > On Mon, May 08, 2017 at 09:55:01AM +0100, Bruce Richardson wrote: > > On Sun, May 07, 2017 at 01:33:33PM +, Tiwei Bie wrote: > > > The first param of out*() on FreeBSD is port, and the second one is > > > data. But they are reversed i

Re: [dpdk-dev] [PATCH 2/2] eal/bsd: fix the read operation on PCI configuration space

2017-05-08 Thread Bruce Richardson
On Sun, May 07, 2017 at 01:33:34PM +, Tiwei Bie wrote: > Some drivers (such as virtio) may need to read more than 4 bytes > data from PCI configuration space via rte_eal_pci_read_config(). > But it will return with an error on FreeBSD when the expected > data length is bigger than the size of p

Re: [dpdk-dev] [PATCH] doc: announce crypto device type enumeration removal

2017-05-08 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Slawomir > Mrozowicz > Sent: Friday, May 05, 2017 12:24 PM > To: Doherty, Declan > Cc: dev@dpdk.org; Mrozowicz, SlawomirX > Subject: [dpdk-dev] [PATCH] doc: announce crypto device type enumeration > removal > > R

Re: [dpdk-dev] [PATCH] doc: announce API changes in crypto library

2017-05-08 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Tomasz Kulasek > Sent: Thursday, May 04, 2017 4:37 PM > To: dev@dpdk.org > Cc: Doherty, Declan > Subject: [dpdk-dev] [PATCH] doc: announce API changes in crypto library > > API changes are planned for 17.08 to ma

Re: [dpdk-dev] [RFC PATCH 5/5] kni: support multiple userspace process working with kni module

2017-05-08 Thread Hemant Agrawal
On 5/5/2017 6:38 PM, Ferruh Yigit wrote: On 5/3/2017 12:21 PM, Hemant Agrawal wrote: in case of multiple application using the same KNI module, protect that one application will only clean it's own devices. Idea looks OK, but there is already a check in the module that prevents /dev/kni opened

Re: [dpdk-dev] [PATCH] doc: announce public crypto PMD names removal

2017-05-08 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Slawomir > Mrozowicz > Sent: Thursday, May 04, 2017 10:39 AM > To: Doherty, Declan > Cc: dev@dpdk.org; Mrozowicz, SlawomirX > Subject: [dpdk-dev] [PATCH] doc: announce public crypto PMD names > removal > > The fo

Re: [dpdk-dev] [RFC PATCH 1/5] kni: change and configure mac address

2017-05-08 Thread Hemant Agrawal
On 5/5/2017 4:58 PM, Ferruh Yigit wrote: On 5/3/2017 12:21 PM, Hemant Agrawal wrote: This patch adds following: 1. option to configure the mac address during create 2. inform usespace, if mac address is being changed in linux Signed-off-by: Hemant Agrawal --- .../linuxapp/eal/include/exec-env

Re: [dpdk-dev] [PATCH] doc: notice for changes in kni structures

2017-05-08 Thread Hemant Agrawal
On 5/3/2017 9:20 PM, Stephen Hemminger wrote: On Wed, 3 May 2017 17:01:31 +0530 Hemant Agrawal wrote: Signed-off-by: Hemant Agrawal --- doc/guides/rel_notes/deprecation.rst | 7 +++ 1 file changed, 7 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes

Re: [dpdk-dev] [PATCH] doc: announce crypto device type enumeration removal

2017-05-08 Thread Declan Doherty
On 05/05/2017 12:24 PM, Slawomir Mrozowicz wrote: Refer to RFC patch - cryptodev: remove crypto device type enumeration It is planned to remove device type enumeration rte_cryptodev_type from library to remove the coupling between crypto PMD and the librte_cryptodev. In this case following stuc

Re: [dpdk-dev] [RFC] cryptodev: remove crypto device type enumeration

2017-05-08 Thread Declan Doherty
On 05/05/2017 4:37 PM, Declan Doherty wrote: On 05/05/2017 12:07 PM, Slawomir Mrozowicz wrote: This RFC changes device type identification to be based on a unique driver id replacing the current device type enumeration, which needed library changes every time a new crypto driver was added. The

[dpdk-dev] cryptodev: proposed changes for 17.08

2017-05-08 Thread Declan Doherty
Hey folks, as maintainers of crypto PMDs I just want to draw your attention to the following doc announcements and RFCs patches for proposed changes to the cryptodev library in 17.08. - removal of PMD names from librte_cryptodev announce - http://dpdk.org/dev/patchwork/patch/24084/ - removal

Re: [dpdk-dev] [PATCH] doc: announce public crypto PMD names removal

2017-05-08 Thread Jerin Jacob
-Original Message- > Date: Thu, 4 May 2017 11:39:19 +0200 > From: Slawomir Mrozowicz > To: declan.dohe...@intel.com > CC: dev@dpdk.org, Slawomir Mrozowicz > Subject: [dpdk-dev] [PATCH] doc: announce public crypto PMD names removal > X-Mailer: git-send-email 2.9.3 > > The following PMD na

[dpdk-dev] [PATCH] net/ixgbe: fix LSC interrupt issue

2017-05-08 Thread Qi Zhang
There is a bug in previous fix for lsc interrupt. lsc interrupt is not disabled before delayed handler, that cause the delayed handler be re-entered. Fixes: 9b667210700e ("net/ixgbe: fix blocked interrupts") Cc: sta...@dpdk.org Signed-off-by: Qi Zhang --- drivers/net/ixgbe/ixgbe_ethdev.c | 11 +

Re: [dpdk-dev] [PATCH] doc: announce crypto device type enumeration removal

2017-05-08 Thread Jerin Jacob
-Original Message- > Date: Fri, 5 May 2017 13:24:19 +0200 > From: Slawomir Mrozowicz > To: declan.dohe...@intel.com > CC: dev@dpdk.org, Slawomir Mrozowicz > Subject: [dpdk-dev] [PATCH] doc: announce crypto device type enumeration > removal > X-Mailer: git-send-email 2.9.3 > > Refer to R

Re: [dpdk-dev] [PATCH] net/ixgbe: fix LSC interrupt issue

2017-05-08 Thread Liu, Yu Y
Hi Thomas, This is fix for critical issues exposed by Gaetan Rivet's commit(8ea656f8c300175ac84f3cbe1117f5ef11ffc4eb) to enable LSC. This fix two issues. One is "VF testpmd can't set up successfully on Niantic nic.", another is " kernel VF sometimes can't link up successfully when test DPDK P

Re: [dpdk-dev] [PATCH] doc: announce public crypto PMD names removal

2017-05-08 Thread Trahe, Fiona
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Jerin Jacob > Sent: Monday, May 8, 2017 12:02 PM > To: Mrozowicz, SlawomirX > Cc: Doherty, Declan ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] doc: announce public crypto PMD names > removal > > -Origina

Re: [dpdk-dev] [PATCH] doc: announce crypto device type enumeration removal

2017-05-08 Thread Trahe, Fiona
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Jerin Jacob > Sent: Monday, May 8, 2017 12:05 PM > To: Mrozowicz, SlawomirX > Cc: Doherty, Declan ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] doc: announce crypto device type enumeration > removal > > -

Re: [dpdk-dev] [PATCH] doc: announce API changes in crypto library

2017-05-08 Thread Trahe, Fiona
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Tomasz Kulasek > Sent: Thursday, May 4, 2017 4:37 PM > To: dev@dpdk.org > Cc: Doherty, Declan > Subject: [dpdk-dev] [PATCH] doc: announce API changes in crypto library > > API changes are planned for 17.08 to ma

Re: [dpdk-dev] [PATCH] doc: announce crypto structures rework

2017-05-08 Thread Trahe, Fiona
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Declan Doherty > Sent: Friday, May 5, 2017 4:34 PM > To: De Lara Guarch, Pablo ; dev@dpdk.org > Cc: akhil.go...@nxp.com; hemant.agra...@nxp.com; > zbigniew.bo...@caviumnetworks.com; jerin.ja...@caviumnetworks.com

Re: [dpdk-dev] [PATCH] doc: announce crypto structures rework

2017-05-08 Thread Hemant Agrawal
On 5/8/2017 7:26 PM, Trahe, Fiona wrote: -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Declan Doherty Sent: Friday, May 5, 2017 4:34 PM To: De Lara Guarch, Pablo ; dev@dpdk.org Cc: akhil.go...@nxp.com; hemant.agra...@nxp.com; zbigniew.bo...@caviumnetworks.com;

Re: [dpdk-dev] [PATCH] doc: announce public crypto PMD names removal

2017-05-08 Thread Hemant Agrawal
On 5/8/2017 6:38 PM, Trahe, Fiona wrote: -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Jerin Jacob Sent: Monday, May 8, 2017 12:02 PM To: Mrozowicz, SlawomirX Cc: Doherty, Declan ; dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] doc: announce public crypto PMD n

Re: [dpdk-dev] [PATCH] vfio: fix device unplug when several devices per vfio group

2017-05-08 Thread Jerin Jacob
-Original Message- > Date: Sun, 30 Apr 2017 19:29:49 +0200 > From: Thomas Monjalon > To: Alejandro Lucero > Cc: dev@dpdk.org, "Burakov, Anatoly" > Subject: Re: [dpdk-dev] [PATCH] vfio: fix device unplug when several > devices per vfio group > > 28/04/2017 15:25, Burakov, Anatoly: > > F

[dpdk-dev] Fw: New Defects reported by Coverity Scan for DPDK Data Plane Development Kit

2017-05-08 Thread Stephen Hemminger
Lots of new warnings. Most of them from the ARK driver. Begin forwarded message: Date: Mon, 08 May 2017 03:17:22 -0700 From: scan-ad...@coverity.com To: step...@networkplumber.org Subject: New Defects reported by Coverity Scan for DPDK Data Plane Development Kit Hi, Please find the latest rep

Re: [dpdk-dev] [PATCH] vfio: fix device unplug when several devices per vfio group

2017-05-08 Thread Alejandro Lucero
Hi Jerin, On Mon, May 8, 2017 at 4:20 PM, Jerin Jacob wrote: > -Original Message- > > Date: Sun, 30 Apr 2017 19:29:49 +0200 > > From: Thomas Monjalon > > To: Alejandro Lucero > > Cc: dev@dpdk.org, "Burakov, Anatoly" > > Subject: Re: [dpdk-dev] [PATCH] vfio: fix device unplug when seve

Re: [dpdk-dev] [PATCH v2] app/testpmd: support non contiguous socket ids

2017-05-08 Thread Shahaf Shuler
--Shahaf > -Original Message- > From: Wu, Jingjing [mailto:jingjing...@intel.com] > Sent: Monday, May 8, 2017 3:54 AM > To: Shahaf Shuler > Cc: dev@dpdk.org; Thomas Monjalon ; > sta...@dpdk.org > Subject: RE: [PATCH v2] app/testpmd: support non contiguous socket ids > > > > > -O

[dpdk-dev] [PATCH] vfio: use right index when tracking devices in a vfio group

2017-05-08 Thread Alejandro Lucero
Previous fix for properly handling devices from the same VFIO group introduced another bug where the file descriptor of a kernel vfio group is used as the index for tracking number of devices of a vfio group struct handled by dpdk vfio code. Instead of the file descriptor itself, the vfio group obj

Re: [dpdk-dev] [PATCH] vfio: fix device unplug when several devices per vfio group

2017-05-08 Thread Alejandro Lucero
I have just sent a fix for this. Because this was not detected by my testing and Anatoly's either, I suspect we do not have any automated tests related to VFIO or UIO hotplug. With other file descriptors already opened by the app, this problem could have been detected with far less devices than t

Re: [dpdk-dev] [PATCH] net/qede: fix RSS table entries for 100G adapter

2017-05-08 Thread Mody, Rasesh
Hi Thomas, > From: Rasesh Mody [mailto:rasesh.m...@cavium.com] > Sent: Sunday, May 07, 2017 3:53 PM > > With the change in base APIs the logic for 100G handling needs to be > adjusted to pass cid values instead for queue ids. The current API works > assuming its queue id. > > Fixes: 69d7ba88f1a1

[dpdk-dev] [PATCH v2] doc: Merge l3fwd and l3fwd-acl documentation files

2017-05-08 Thread Ravi Kerur
Merge l3fwd and l3fwd-acl documentation to reflect the code. Add examples of LPM and Exact Match rules in .svg files. Signed-off-by: Ravi Kerur --- v2: Remove binary PNG from .svg files. v1: Merge relevant contents of l3fwd and l3fwd-acl documentation. Modify l3fwd docume

Re: [dpdk-dev] [PATCH v1] doc: Merge l3fwd and l3fwd-acl documentation files

2017-05-08 Thread Ravi Kerur
On Sun, May 7, 2017 at 1:50 PM, Thomas Monjalon wrote: > Hi, > > 25/04/2017 20:39, Ravi Kerur: > > Merge relevant contents of l3fwd and l3fwd-acl documentation. > > Modify l3fwd document with ACL specific information. > > Remove l3fwd-acl documentation file. > > > > Signed-off-by: Ravi Kerur > >

Re: [dpdk-dev] [PATCH v2] app/testpmd: support non contiguous socket ids

2017-05-08 Thread Wu, Jingjing
> > Right, i prefer the following though, what do you think? > >for (i = 0; i < RTE_MAX_LCORE; i++) { > sock_num = rte_lcore_to_socket_id(i); > if (new_socket_id(sock_num)) { > if (num_sockets >= RTE_MAX_NUMA_NODES) { >

Re: [dpdk-dev] [PATCH] net/ixgbe: fix LSC interrupt issue

2017-05-08 Thread Lu, Wenzhuo
Hi Qi, > -Original Message- > From: Zhang, Qi Z > Sent: Monday, May 8, 2017 11:58 AM > To: Zhang, Helin; Lu, Wenzhuo > Cc: dev@dpdk.org; Zhang, Qi Z; sta...@dpdk.org > Subject: [PATCH] net/ixgbe: fix LSC interrupt issue > > There is a bug in previous fix for lsc interrupt. > lsc interrupt

Re: [dpdk-dev] [PATCH] vfio: use right index when tracking devices in a vfio group

2017-05-08 Thread Jerin Jacob
-Original Message- > Date: Mon, 8 May 2017 18:44:18 +0100 > From: Alejandro Lucero > To: dev@dpdk.org > CC: anatoly.bura...@intel.com, jerin.ja...@caviumnetworks.com, > tho...@monjalon.net > Subject: [PATCH] vfio: use right index when tracking devices in a vfio group > X-Mailer: git-send-

Re: [dpdk-dev] [PATCH] vfio: fix device unplug when several devices per vfio group

2017-05-08 Thread Jerin Jacob
-Original Message- > Date: Mon, 8 May 2017 17:44:37 +0100 > From: Alejandro Lucero > To: Jerin Jacob > Cc: Thomas Monjalon , dev , "Burakov, > Anatoly" > Subject: Re: [dpdk-dev] [PATCH] vfio: fix device unplug when several > devices per vfio group > > Hi Jerin, > > On Mon, May 8, 201

[dpdk-dev] [PATCH] ethdev: fix wrong sizeof argument in malloc function

2017-05-08 Thread Kuba Kozak
From: Michal Jastrzebski Coverity reported that an argument for sizeof was used improperly. We should allocate memory for value size that pointer points to, instead of pointer size itself. Coverity issue: 144522 Fixes: 79c913a42f0e ("ethdev: retrieve xstats by ID") Signed-off-by: Michal Jastr

[dpdk-dev] [PATCH] proc-info: wrong sizeof argument in malloc function

2017-05-08 Thread Kuba Kozak
From: Michal Jastrzebski Coverity reported that an argument for sizeof was used improperly. We should allocate memory for value size that pointer points to, instead of pointer size itself. Coverity issue: 144523, 144521 Fixes: 7ac16a3660c0 ("app/proc-info: support xstats by ID and by name") S

[dpdk-dev] [PATCH v3] eal: Set numa node value for system which not support it.

2017-05-08 Thread Tonghao Zhang
The NUMA node information for PCI devices provided through sysfs is invalid for AMD Opteron(TM) Processor 62xx and 63xx on Red Hat Enterprise Linux 6, and VMs on some hypervisors. It is good to see more checking for valid values. Signed-off-by: Tonghao Zhang --- lib/librte_eal/linuxapp/eal/eal_p

[dpdk-dev] [PATCH v3] eal: Set numa node value for system which not support it.

2017-05-08 Thread Tonghao Zhang
The NUMA node information for PCI devices provided through sysfs is invalid for AMD Opteron(TM) Processor 62xx and 63xx on Red Hat Enterprise Linux 6, and VMs on some hypervisors. It is good to see more checking for valid values. Signed-off-by: Tonghao Zhang --- lib/librte_eal/linuxapp/eal/eal_p