Re: [dpdk-dev] Getting meta data from different pipelines in ip_pipeline application

2017-06-04 Thread Nidhia Varghese
Hi, I tested it, but its not working as expected. Pipelines 4,5 and 6 are passthrough pipelines and 7 is of flow classification type. Packets are getting dropped at pipeline 7. On Sat, Jun 3, 2017 at 6:01 PM, Dumitrescu, Cristian < cristian.dumitre...@intel.com> wrote: > Hi Nidhia, > > You shou

Re: [dpdk-dev] [RFC PATCH] igb_uio: issue FLR during open and release of device file

2017-06-04 Thread Gregory Etelson
In my environment I could reproduce server crash after applying the patch Regards, Gregory On Wednesday, 31 May 2017 15:20:08 IDT Ferruh Yigit wrote: > On 5/31/2017 12:09 PM, Shijith Thotton wrote: > > Set UIO info device file operations open and release. Call pci reset > > function inside open

Re: [dpdk-dev] [PATCH v1] doc: change doc line length limit in contributors guide

2017-06-04 Thread Thomas Monjalon
22/05/2017 08:44, Yuanhan Liu: > On Tue, May 16, 2017 at 02:20:58PM +, Mcnamara, John wrote: > > > > > > > -Original Message- > > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > > Sent: Friday, May 12, 2017 10:24 AM > > > ,,, > > > > > > > The current DPDK "single sentence pe

Re: [dpdk-dev] [PATCH 2/2] app/testpmd: remove duplicated license

2017-06-04 Thread Thomas Monjalon
09/05/2017 12:35, Ferruh Yigit: > Signed-off-by: Ferruh Yigit > --- > As a reference, get the list with following command: > git grep "BSD LICENSE" | cut -d ":" -f1 | sort | uniq -c | grep -v 1 Applied, thanks

Re: [dpdk-dev] [PATCH] fix comment

2017-06-04 Thread Thomas Monjalon
> > Signed-off-by: Herakliusz Lipiec > > Acked-by: John McNamara Applied, thanks

Re: [dpdk-dev] [PATCH v6 0/3] examples/l3fwd: merge l3fwd-acl code into l3fwd

2017-06-04 Thread Thomas Monjalon
10/03/2017 21:58, Ravi Kerur: > This patchset merges l3fwd-acl and l3fwd code into common directory. > Adds config file read option to build LPM and EM tables. > > Ravi Kerur (3): > examples/l3fwd: merge l3fwd-acl code into l3fwd > examples/l3fwd: add config file support for lpm > examples/l

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

2017-06-04 Thread Thomas Monjalon
> > Merge l3fwd and l3fwd-acl documentation to reflect the code. > > Add examples of LPM and Exact Match rules as text. > > > > Signed-off-by: Ravi Kerur > > Acked-by: John McNamara This patch depends on a (not yet approved) code change: http://dpdk.org/dev/patchwork/patch/21696/

[dpdk-dev] [PATCH v4 2/4] net/mlx4: implement isolated mode from flow API

2017-06-04 Thread Vasily Philipov
The user must request isolated mode before device configuration, the default RSS ring isn't created in this case. Signed-off-by: Vasily Philipov --- drivers/net/mlx4/mlx4.c | 58 +++- drivers/net/mlx4/mlx4.h | 1 + drivers/net/mlx4/mlx4_flow.c |

[dpdk-dev] [PATCH v4 1/4] net/mlx4: RSS parent queues new method maintenance

2017-06-04 Thread Vasily Philipov
Insert just created parent queue in a list, keep the list in private structure. Signed-off-by: Vasily Philipov --- The series depends on: http://dpdk.org/ml/archives/dev/2017-April/064327.html http://dpdk.org/dev/patchwork/patch/23741/ --- drivers/net/mlx4/mlx4.c | 375 +

[dpdk-dev] [PATCH v4 3/4] net/mlx4: support for the RSS flow action

2017-06-04 Thread Vasily Philipov
The isolated mode should be enabled. The number of queues in RSS ring must be power of 2. The sharing a queue between several RSS rings is impossible. Signed-off-by: Vasily Philipov --- drivers/net/mlx4/mlx4.c | 21 +++-- drivers/net/mlx4/mlx4.h | 5 ++ drivers/net/mlx4/mlx4_flow.c

[dpdk-dev] [PATCH v4 4/4] app/testpmd: add isolated mode parameter

2017-06-04 Thread Vasily Philipov
In case if --isolated-mode parameter was added to the command line the rte flow isolate action will be applied on each port before the device configuring. Providing this parameter requests isolated mode from the flow API on all ports at initialization time in order to ensure that all traffic is re

Re: [dpdk-dev] [PATCH] examples/ip_fragmentation: add fragmentation size support

2017-06-04 Thread Ananyev, Konstantin
Hi, > -Original Message- > From: Ashish Jain [mailto:ashish.j...@nxp.com] > Sent: Thursday, April 20, 2017 8:18 AM > To: dev@dpdk.org; Ananyev, Konstantin > Subject: [PATCH] examples/ip_fragmentation: add fragmentation size support > > Adding support for determining fragmentation size f

Re: [dpdk-dev] [PATCH] ip_frag: free mbufs on reassembly table destroy

2017-06-04 Thread Ananyev, Konstantin
Hu Allain, > -Original Message- > From: Allain Legacy [mailto:allain.leg...@windriver.com] > Sent: Tuesday, April 25, 2017 6:05 PM > To: Ananyev, Konstantin > Cc: dev@dpdk.org; Osman, Dahir (Wind River) > Subject: [PATCH] ip_frag: free mbufs on reassembly table destroy > > From: Dahir O

Re: [dpdk-dev] ip_frag: handle MTU sizes not aligned to 8 bytes

2017-06-04 Thread Ananyev, Konstantin
> > The rte_ipv4_fragment_packet API expects that the link/interface MTU value > passed in be divisible by 8 bytes. Given the name of the parameter is > "mtu" rather than "frag_size" it is not necessarily the case that it will > be divisible by 8. An MTU of 1500 happens to produce a max fragme

Re: [dpdk-dev] [PATCH v4 04/12] net/failsafe: add fail-safe PMD

2017-06-04 Thread Gaëtan Rivet
On Thu, Jun 01, 2017 at 10:57:22AM -0700, Stephen Hemminger wrote: > On Thu, 1 Jun 2017 16:01:37 +0200 > Gaëtan Rivet wrote: > > > What is necessary is a common piece of info (it can be MAC address, a > > class Id, anything else) that allows a script to detect that the right > > device has been p

Re: [dpdk-dev] [PATCH v2] net/ixgbe: enable PTYPE offload for x86 vector PMD

2017-06-04 Thread Ananyev, Konstantin
Hi Qi, > -Original Message- > From: Zhang, Qi Z > Sent: Thursday, June 1, 2017 12:30 AM > To: Ananyev, Konstantin ; Zhang, Helin > > Cc: Lu, Wenzhuo ; Kinsella, Ray > ; dev@dpdk.org; Zhang, Qi Z > Subject: [PATCH v2] net/ixgbe: enable PTYPE offload for x86 vector PMD > > Hardware PTYP

Re: [dpdk-dev] [PATCH v4 05/12] net/failsafe: add plug-in support

2017-06-04 Thread Gaëtan Rivet
On Thu, Jun 01, 2017 at 11:00:10AM -0700, Stephen Hemminger wrote: > On Thu, 1 Jun 2017 16:12:41 +0200 > Gaëtan Rivet wrote: > > > On Wed, May 31, 2017 at 08:15:26AM -0700, Stephen Hemminger wrote: > > > On Mon, 29 May 2017 15:42:17 +0200 > > > Gaetan Rivet wrote: > > > > > > > Periodically c

Re: [dpdk-dev] [PATCH v2 05/11] net/e1000: parse n-tuple filter

2017-06-04 Thread Lu, Wenzhuo
Hi Wei, > -Original Message- > From: Zhao1, Wei > Sent: Friday, June 2, 2017 2:36 PM > To: dev@dpdk.org > Cc: Lu, Wenzhuo; Zhao1, Wei > Subject: [PATCH v2 05/11] net/e1000: parse n-tuple filter > > Add rule validate function and check if the rule is a n-tuple rule, and get > the > n-tupl

Re: [dpdk-dev] [PATCH v2 05/11] net/e1000: parse n-tuple filter

2017-06-04 Thread Zhao1, Wei
HI, wenzhuo > -Original Message- > From: Lu, Wenzhuo > Sent: Monday, June 5, 2017 9:21 AM > To: Zhao1, Wei ; dev@dpdk.org > Subject: RE: [PATCH v2 05/11] net/e1000: parse n-tuple filter > > Hi Wei, > > > -Original Message- > > From: Zhao1, Wei > > Sent: Friday, June 2, 2017 2:36

Re: [dpdk-dev] [RFC PATCH] igb_uio: issue FLR during open and release of device file

2017-06-04 Thread Tan, Jianfeng
Hi Gregory, On 6/4/2017 3:22 PM, Gregory Etelson wrote: In my environment I could reproduce server crash after applying the patch Different from your patch, my patch calls pci_enable_device()/pci_disable_device() instead of pci_reset_function()/pci_try_reset_function() separately in open

Re: [dpdk-dev] [PATCH v2 05/11] net/e1000: parse n-tuple filter

2017-06-04 Thread Lu, Wenzhuo
Hi Wei, > -Original Message- > From: Zhao1, Wei > Sent: Monday, June 5, 2017 9:55 AM > To: Lu, Wenzhuo; dev@dpdk.org > Subject: RE: [PATCH v2 05/11] net/e1000: parse n-tuple filter > > HI, wenzhuo > > > -Original Message- > > From: Lu, Wenzhuo > > Sent: Monday, June 5, 2017 9:21

Re: [dpdk-dev] [PATCH v2 05/11] net/e1000: parse n-tuple filter

2017-06-04 Thread Zhao1, Wei
Hi, wenzhuo > -Original Message- > From: Lu, Wenzhuo > Sent: Monday, June 5, 2017 10:37 AM > To: Zhao1, Wei ; dev@dpdk.org > Subject: RE: [PATCH v2 05/11] net/e1000: parse n-tuple filter > > Hi Wei, > > > > -Original Message- > > From: Zhao1, Wei > > Sent: Monday, June 5, 2017 9

Re: [dpdk-dev] [PATCH v2 06/11] net/e1000: parse ethertype filter

2017-06-04 Thread Lu, Wenzhuo
Hi Wei, > -Original Message- > From: Zhao1, Wei > Sent: Friday, June 2, 2017 2:36 PM > To: dev@dpdk.org > Cc: Lu, Wenzhuo; Zhao1, Wei > Subject: [PATCH v2 06/11] net/e1000: parse ethertype filter > > check if the rule is a ethertype rule, and get the ethertype info. > > Signed-off-by: W

Re: [dpdk-dev] [PATCH v2 07/11] net/e1000: parse TCP SYN filter

2017-06-04 Thread Lu, Wenzhuo
Hi, > -Original Message- > From: Zhao1, Wei > Sent: Friday, June 2, 2017 2:36 PM > To: dev@dpdk.org > Cc: Lu, Wenzhuo; Zhao1, Wei > Subject: [PATCH v2 07/11] net/e1000: parse TCP SYN filter > > check if the rule is a TCP SYN rule, and get the SYN info. > > Signed-off-by: Wei Zhao Acked-

Re: [dpdk-dev] [PATCH v2 06/11] net/e1000: parse ethertype filter

2017-06-04 Thread Zhao1, Wei
Hi, Wenzhuo > -Original Message- > From: Lu, Wenzhuo > Sent: Monday, June 5, 2017 11:14 AM > To: Zhao1, Wei ; dev@dpdk.org > Subject: RE: [PATCH v2 06/11] net/e1000: parse ethertype filter > > Hi Wei, > > > > -Original Message- > > From: Zhao1, Wei > > Sent: Friday, June 2, 2017

Re: [dpdk-dev] [PATCH v2 08/11] net/e1000: parse flex filter

2017-06-04 Thread Lu, Wenzhuo
Hi Wei, > -Original Message- > From: Zhao1, Wei > Sent: Friday, June 2, 2017 2:36 PM > To: dev@dpdk.org > Cc: Lu, Wenzhuo; Zhao1, Wei > Subject: [PATCH v2 08/11] net/e1000: parse flex filter > > check if the rule is a flex byte rule, and get the flex info. > > Signed-off-by: Wei Zhao >

Re: [dpdk-dev] [PATCH v2 08/11] net/e1000: parse flex filter

2017-06-04 Thread Zhao1, Wei
Hi, wenzhuo > -Original Message- > From: Lu, Wenzhuo > Sent: Monday, June 5, 2017 11:39 AM > To: Zhao1, Wei ; dev@dpdk.org > Subject: RE: [PATCH v2 08/11] net/e1000: parse flex filter > > Hi Wei, > > > -Original Message- > > From: Zhao1, Wei > > Sent: Friday, June 2, 2017 2:36 PM

Re: [dpdk-dev] [RFC] eal/memory: introducing an option to set iova as va

2017-06-04 Thread santosh
Hi Bruce, On Friday 02 June 2017 02:57 PM, Bruce Richardson wrote: > On Fri, Jun 02, 2017 at 09:54:46AM +0530, santosh wrote: >> Ping? >> >> On Wednesday 24 May 2017 09:41 PM, Santosh Shukla wrote: >> >>> Some NPU hardware like OCTEONTX follows push model to get >>> the packet from the pktio devi

Re: [dpdk-dev] [PATCH 1/2] test/test_mbuf: Remove mempool global var

2017-06-04 Thread santosh
On Thursday 11 May 2017 04:00 PM, Santosh Shukla wrote: > Cc: sta...@dpdk.org > Signed-off-by: Santosh Shukla > --- Ping?

Re: [dpdk-dev] [PATCH 2/2] test/test_mbuf: Free mempool on exit

2017-06-04 Thread santosh
On Thursday 11 May 2017 04:00 PM, Santosh Shukla wrote: > Cc: sta...@dpdk.org > Signed-off-by: Santosh Shukla > --- ping?

Re: [dpdk-dev] [PATCH v2 09/11] net/e1000: create consistent filter

2017-06-04 Thread Lu, Wenzhuo
Hi, > -Original Message- > From: Zhao1, Wei > Sent: Friday, June 2, 2017 2:36 PM > To: dev@dpdk.org > Cc: Lu, Wenzhuo; Zhao1, Wei > Subject: [PATCH v2 09/11] net/e1000: create consistent filter > > This patch adds a function to create the flow directory filter. > > Signed-off-by: Wei Zha

Re: [dpdk-dev] [PATCH v2 10/11] net/e1000: destroy consistent filter

2017-06-04 Thread Lu, Wenzhuo
Hi Wei, > -Original Message- > From: Zhao1, Wei > Sent: Friday, June 2, 2017 2:37 PM > To: dev@dpdk.org > Cc: Lu, Wenzhuo; Zhao1, Wei > Subject: [PATCH v2 10/11] net/e1000: destroy consistent filter > > This patch adds a function to destroy the flow fliter. > > Signed-off-by: Wei Zhao >

[dpdk-dev] [PATCH] net/e1000: add support 2-tuple filter on i210/i211

2017-06-04 Thread Wei Zhao
Add support of i210 and i211 type nic in 2-tuple filter. Signed-off-by: Wei Zhao --- drivers/net/e1000/igb_ethdev.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/net/e1000/igb_ethdev.c b/drivers/net/e1000/igb_ethdev.c index 2817fbb..37cefc3 100644 --- a/drivers/n

Re: [dpdk-dev] [RFC PATCH] igb_uio: issue FLR during open and release of device file

2017-06-04 Thread Gregory Etelson
Hello Jianfeng, I was experimenting with pci_disable_device() in release Tests running on Intel 82599 VF crashed server after process down, before a new instance was started. Tests running on Intel XL710 VF did not crash server, but could not send / receive Ethernet frames although all DPDK initi

Re: [dpdk-dev] [PATCH v2 10/11] net/e1000: destroy consistent filter

2017-06-04 Thread Zhao1, Wei
Hi, wenzhuo > -Original Message- > From: Lu, Wenzhuo > Sent: Monday, June 5, 2017 1:42 PM > To: Zhao1, Wei ; dev@dpdk.org > Subject: RE: [PATCH v2 10/11] net/e1000: destroy consistent filter > > Hi Wei, > > > -Original Message- > > From: Zhao1, Wei > > Sent: Friday, June 2, 2017

Re: [dpdk-dev] [PATCH v2 10/11] net/e1000: destroy consistent filter

2017-06-04 Thread Lu, Wenzhuo
Hi, > -Original Message- > From: Zhao1, Wei > Sent: Monday, June 5, 2017 2:01 PM > To: Lu, Wenzhuo; dev@dpdk.org > Subject: RE: [PATCH v2 10/11] net/e1000: destroy consistent filter > > Hi, wenzhuo > > > -Original Message- > > From: Lu, Wenzhuo > > Sent: Monday, June 5, 2017 1:4

Re: [dpdk-dev] [PATCH v2 11/11] net/e1000: flush all the filter

2017-06-04 Thread Lu, Wenzhuo
Hi, > -Original Message- > From: Zhao1, Wei > Sent: Friday, June 2, 2017 2:37 PM > To: dev@dpdk.org > Cc: Lu, Wenzhuo; Zhao1, Wei > Subject: [PATCH v2 11/11] net/e1000: flush all the filter > > This patch adds a function to flush all the fliter list and filter rule on a > port. > > Sign

Re: [dpdk-dev] [PATCH] net/e1000: add support 2-tuple filter on i210/i211

2017-06-04 Thread Lu, Wenzhuo
Hi, > -Original Message- > From: Zhao1, Wei > Sent: Monday, June 5, 2017 1:41 PM > To: dev@dpdk.org > Cc: Lu, Wenzhuo; Zhao1, Wei > Subject: [PATCH] net/e1000: add support 2-tuple filter on i210/i211 > > Add support of i210 and i211 type nic in 2-tuple filter. > > Signed-off-by: Wei Zha

Re: [dpdk-dev] [PATCH] net/e1000: add support 2-tuple filter on i210/i211

2017-06-04 Thread Zhao1, Wei
Hi ,wenzhuo > -Original Message- > From: Lu, Wenzhuo > Sent: Monday, June 5, 2017 2:15 PM > To: Zhao1, Wei ; dev@dpdk.org > Subject: RE: [PATCH] net/e1000: add support 2-tuple filter on i210/i211 > > Hi, > > > > -Original Message- > > From: Zhao1, Wei > > Sent: Monday, June 5, 2

Re: [dpdk-dev] [PATCH] crypto/scheduler: add multicore scheduling mode

2017-06-04 Thread Zhang, Roy Fan
Hi Kirill, Great job! It would be handy if you can enable the option of run-time adding and deleting the number of cores, or at least showing the lcore list that is used for this mode of scheduler? Some more comments inline. On 29/05/2017 04:08, Pablo de Lara wrote: From: Kirill Rybalchen