Re: [dpdk-dev] [PATCH v1 5/9] app/testpmd: fix RSS flow action configuration

2018-05-06 Thread Zhao1, Wei
Hi, Adrien Mazarguil Once we apply this patch ,we will meet an abnormal issue, rte_flow command will cause core dump. If we do not apply it, this will disappear. I have check this issue, it seems there is something wrong in function of port_flow_new() in Config.c file, core dump happen

Re: [dpdk-dev] [v3, 3/5] eventdev: add crypto adapter implementation

2018-05-06 Thread Jerin Jacob
-Original Message- > Date: Sun, 6 May 2018 00:17:08 +0530 > From: Abhinandan Gujjar > To: jerin.ja...@caviumnetworks.com, hemant.agra...@nxp.com, > akhil.go...@nxp.com, dev@dpdk.org > CC: narender.vang...@intel.com, abhinandan.guj...@intel.com, > nikhil@intel.com, gage.e...@intel.com

Re: [dpdk-dev] [PATCH v2] net/mlx5: change device reference for secondary process

2018-05-06 Thread Yongseok Koh
> On May 5, 2018, at 11:25 PM, Shahaf Shuler wrote: > > Hi Koh, > > See some small comments. > > Thursday, May 3, 2018 2:11 AM, Yongseok Koh: >> Subject: [dpdk-dev] [PATCH v2] net/mlx5: change device reference for >> secondary process >> >> rte_eth_devices[] is not shared between primary and

[dpdk-dev] [PATCH] net/virtio-user: fix feature setting with vhost-net backend

2018-05-06 Thread Jiayu Hu
Currently, when the backend is vhost-net, which implies virtio-user works in client mode, virtio-user is assigned to the default feature VIRTIO_USER_SUPPORTED_FEATURES. However, virtio-user should request features from the backend in this case. Fixes: bd8f50a45d0f ("net/virtio-user: support server

Re: [dpdk-dev] [PATCH] net/i40e: fix flow RSS key array error

2018-05-06 Thread Zhang, Qi Z
> -Original Message- > From: Zhao1, Wei > Sent: Monday, May 7, 2018 1:34 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; adrien.mazarg...@6wind.com; Zhao1, > Wei > Subject: [PATCH] net/i40e: fix flow RSS key array error > > This is a bug introduced into RSS key array span. > > Fixes: ac8d22de2

Re: [dpdk-dev] [PATCH] net/i40e: fix flow RSS key array error

2018-05-06 Thread Zhang, Qi Z
> -Original Message- > From: Zhao1, Wei > Sent: Monday, May 7, 2018 2:31 PM > To: Zhang, Qi Z ; dev@dpdk.org > Cc: adrien.mazarg...@6wind.com > Subject: RE: [PATCH] net/i40e: fix flow RSS key array error > > > > > -Original Message- > > From: Zhang, Qi Z > > Sent: Monday, May 7

Re: [dpdk-dev] [PATCH] net/i40e: fix flow RSS key array error

2018-05-06 Thread Zhao1, Wei
> -Original Message- > From: Zhang, Qi Z > Sent: Monday, May 7, 2018 2:28 PM > To: Zhao1, Wei ; dev@dpdk.org > Cc: adrien.mazarg...@6wind.com > Subject: RE: [PATCH] net/i40e: fix flow RSS key array error > > > > > -Original Message- > > From: Zhao1, Wei > > Sent: Monday, May 7,

Re: [dpdk-dev] [PATCH] net/i40e: fix flow RSS key array error

2018-05-06 Thread Zhang, Qi Z
> -Original Message- > From: Zhao1, Wei > Sent: Monday, May 7, 2018 1:34 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; adrien.mazarg...@6wind.com; Zhao1, > Wei > Subject: [PATCH] net/i40e: fix flow RSS key array error > > This is a bug introduced into RSS key array span. > > Fixes: ac8d22d

Re: [dpdk-dev] [v3,4/5] test: add event crypto adapter auto-test

2018-05-06 Thread Jerin Jacob
-Original Message- > Date: Sun, 6 May 2018 00:17:09 +0530 > From: Abhinandan Gujjar > To: jerin.ja...@caviumnetworks.com, hemant.agra...@nxp.com, > akhil.go...@nxp.com, dev@dpdk.org > CC: narender.vang...@intel.com, abhinandan.guj...@intel.com, > nikhil@intel.com, gage.e...@intel.com

[dpdk-dev] [PATCH] net/i40e: fix flow RSS key array error

2018-05-06 Thread Wei Zhao
This is a bug introduced into RSS key array span. Fixes: ac8d22de2394 ("ethdev: flatten RSS configuration in flow API") Signed-off-by: Wei Zhao --- drivers/net/i40e/i40e_ethdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/i40e/i40e_ethdev.h b/drivers/net/i40e

Re: [dpdk-dev] event/octeontx: add event timer adapter driver

2018-05-06 Thread Jerin Jacob
-Original Message- > Date: Mon, 7 May 2018 05:30:56 + > From: Shahaf Shuler > To: Jerin Jacob > CC: Pavan Nikhilesh , Ali Alnubani > , Thomas Monjalon , Raslan > Darawsheh , "dev@dpdk.org" > Subject: RE: event/octeontx: add event timer adapter driver > > Sunday, May 6, 2018 4:33 P

Re: [dpdk-dev] [PATCH 2/3] net/mlx5: add a function to rdma-core glue

2018-05-06 Thread Shahaf Shuler
Thursday, May 3, 2018 2:21 AM, Yongseok Koh: > Subject: [dpdk-dev] [PATCH 2/3] net/mlx5: add a function to rdma-core glue > > mlx5dv_create_wq() is added for the Multi-Packet RQ (a.k.a Striding RQ). > > Signed-off-by: Yongseok Koh Acked-by: Shahaf Shuler > --- > drivers/net/mlx5/Makefile

Re: [dpdk-dev] [PATCH] eal: copy optarg when parsing mempool ops name

2018-05-06 Thread santosh
On Friday 04 May 2018 04:01 PM, Andrew Rybchenko wrote: > From: Ivan Malov > > The code aimed to pick and remember the value of > mempool ops name from EAL command line arguments does not > copy the string and remembers the pointer provided > by getopt_long() directly. The latter could be clobber

Re: [dpdk-dev] [PATCH 1/3] net/mlx5: separate filling Rx flags

2018-05-06 Thread Shahaf Shuler
Thursday, May 3, 2018 2:21 AM, Yongseok Koh: > Subject: [dpdk-dev] [PATCH 1/3] net/mlx5: separate filling Rx flags > > Filling in fields of mbuf becomes a separate inline function so that this can > be > reused. > > Signed-off-by: Yongseok Koh Acked-by: Shahaf Shuler > --- > drivers/net/mlx

Re: [dpdk-dev] event/octeontx: add event timer adapter driver

2018-05-06 Thread Shahaf Shuler
Sunday, May 6, 2018 4:33 PM, Jerin Jacob: > Subject: Re: event/octeontx: add event timer adapter driver > > -Original Message- > > Date: Sun, 6 May 2018 13:17:55 + > > From: Shahaf Shuler > > To: Pavan Nikhilesh , Ali Alnubani > > , Thomas Monjalon , > Raslan > > Darawsheh , "jerin.ja

Re: [dpdk-dev] [PATCH v6 07/11] app/testpmd: fix RSS flow action configuration

2018-05-06 Thread Peng, Yuan
Hi Adrien, There is a core dump when I set i40e fdir flexbytes rule, I bisect the commit version, d0ad8648b1c57c0e311ab7a3192bc3b507de5bf6 is the first bad commit commit d0ad8648b1c57c0e311ab7a3192bc3b507de5bf6 Author: Adrien Mazarguil Date: Thu Apr 19 12:07:37 2018 +0200 app/testpmd: fix

Re: [dpdk-dev] [v3,4/5] test: add event crypto adapter auto-test

2018-05-06 Thread Jerin Jacob
-Original Message- > Date: Sun, 6 May 2018 00:17:09 +0530 > From: Abhinandan Gujjar > To: jerin.ja...@caviumnetworks.com, hemant.agra...@nxp.com, > akhil.go...@nxp.com, dev@dpdk.org > CC: narender.vang...@intel.com, abhinandan.guj...@intel.com, > nikhil@intel.com, gage.e...@intel.com

Re: [dpdk-dev] [PATCH] net/i40e: fix missing mbuf fast free offload

2018-05-06 Thread Xing, Beilei
> -Original Message- > From: Zhang, Qi Z > Sent: Monday, May 7, 2018 9:26 AM > To: Yigit, Ferruh > Cc: Xing, Beilei ; dev@dpdk.org; Zhang, Qi Z > > Subject: [PATCH] net/i40e: fix missing mbuf fast free offload > > Expose the missing mbuf fast free capability since i40 does support it.

Re: [dpdk-dev] [v3, 3/5] eventdev: add crypto adapter implementation

2018-05-06 Thread Jerin Jacob
-Original Message- > Date: Sun, 6 May 2018 00:17:08 +0530 > From: Abhinandan Gujjar > To: jerin.ja...@caviumnetworks.com, hemant.agra...@nxp.com, > akhil.go...@nxp.com, dev@dpdk.org > CC: narender.vang...@intel.com, abhinandan.guj...@intel.com, > nikhil@intel.com, gage.e...@intel.com

Re: [dpdk-dev] [PATCH] vhost: improve dirty pages logging performance

2018-05-06 Thread Michael S. Tsirkin
On Mon, May 07, 2018 at 11:49:49AM +0800, Tiwei Bie wrote: > On Fri, May 04, 2018 at 05:48:05PM +0200, Maxime Coquelin wrote: > > Hi Tiwei, > > > > On 05/03/2018 01:56 PM, Tiwei Bie wrote: > > > On Mon, Apr 30, 2018 at 05:59:54PM +0200, Maxime Coquelin wrote: > [...] > > > > +static __rte_always_i

Re: [dpdk-dev] [PATCH] vhost: improve dirty pages logging performance

2018-05-06 Thread Tiwei Bie
On Fri, May 04, 2018 at 05:48:05PM +0200, Maxime Coquelin wrote: > Hi Tiwei, > > On 05/03/2018 01:56 PM, Tiwei Bie wrote: > > On Mon, Apr 30, 2018 at 05:59:54PM +0200, Maxime Coquelin wrote: [...] > > > +static __rte_always_inline void > > > +vhost_log_cache_sync(struct virtio_net *dev, struct vho

Re: [dpdk-dev] [PATCH] net/vhost: Initialise vid to -1

2018-05-06 Thread Chen, Junjie J
Hi Maxime I saw Yuanhan already did this. Two patches already in 17.11 LTS. Cheers JJ > -Original Message- > From: Maxime Coquelin [mailto:maxime.coque...@redhat.com] > Sent: Friday, May 4, 2018 9:09 PM > To: Loftus, Ciara ; dev@dpdk.org > Cc: Chen, Junjie J > Subject: Re: [dpdk-dev] [P

[dpdk-dev] [PATCH] net/i40e: fix missing mbuf fast free offload

2018-05-06 Thread Qi Zhang
Expose the missing mbuf fast free capability since i40 does support it. Fixes: 7497d3e2f777 ("net/i40e: convert to new Tx offloads API") Signed-off-by: Qi Zhang --- drivers/net/i40e/i40e_ethdev.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/net/i40e/i40e_eth

Re: [dpdk-dev] [PATCH v8 5/5] iFPGA: add document for iFPGA driver

2018-05-06 Thread Zhang, Tianfei
> -Original Message- > From: Shreyansh Jain [mailto:shreyansh.j...@nxp.com] > Sent: Sunday, May 6, 2018 7:54 PM > To: Xu, Rosen ; dev@dpdk.org; > tho...@monjalon.net > Cc: Doherty, Declan ; Richardson, Bruce > ; Yigit, Ferruh ; > Ananyev, Konstantin ; Zhang, Tianfei > ; Liu, Song ; Wu, Ha

Re: [dpdk-dev] event/octeontx: add event timer adapter driver

2018-05-06 Thread Jerin Jacob
-Original Message- > Date: Sun, 6 May 2018 13:17:55 + > From: Shahaf Shuler > To: Pavan Nikhilesh , Ali Alnubani > , Thomas Monjalon , Raslan > Darawsheh , "jerin.ja...@caviumnetworks.com" > > CC: "dev@dpdk.org" > Subject: RE: event/octeontx: add event timer adapter driver > > Mo

Re: [dpdk-dev] event/octeontx: add event timer adapter driver

2018-05-06 Thread Shahaf Shuler
Monday, April 23, 2018 11:45 AM, Pavan Nikhilesh: > Subject: Re: event/octeontx: add event timer adapter driver > > Hi Ali, > > Looks like a compiler bug rather than code issue, I have verified this on x86 > with gcc 4.8.5 and don't see an issue. > > Looking around I found that compiling with -O

Re: [dpdk-dev] [PATCH 3/5] net/mlx5: add new Memory Region support

2018-05-06 Thread Shahaf Shuler
Hi Koh, Huge work. It takes (and will take) me some time to process. In the meanwhile find some small comments. As this design heavily relies on synchronization (cache flush) between the control thread and the data path thread along with possible deadlocks from the memory hotplug events the

Re: [dpdk-dev] [PATCH v8 5/5] iFPGA: add document for iFPGA driver

2018-05-06 Thread Shreyansh Jain
Hi Rosen, > -Original Message- > From: Xu, Rosen [mailto:rosen...@intel.com] > Sent: Sunday, May 6, 2018 2:11 PM > To: dev@dpdk.org > Cc: rosen...@intel.com; declan.dohe...@intel.com; > bruce.richard...@intel.com; Shreyansh Jain ; > ferruh.yi...@intel.com; konstantin.anan...@intel.com; > t

[dpdk-dev] [PATCH v8 5/5] iFPGA: add document for iFPGA driver

2018-05-06 Thread Xu, Rosen
From: Figo Zhang add some introduction, motivation and usage for iFPGA driver. Signed-off-by: Rosen Xu Signed-off-by: Figo Zhang --- doc/guides/rawdevs/ifpga_rawdev.rst| 112 + doc/guides/rel_notes/release_18_05.rst | 13 2 files changed, 125 insertio

[dpdk-dev] [PATCH v8 4/5] iFPGA: add meson build

2018-05-06 Thread Xu, Rosen
From: Figo Zhang add meson build support for iFPGA driver. Signed-off-by: Figo Zhang --- drivers/raw/ifpga_rawdev/base/meson.build | 34 +++ drivers/raw/ifpga_rawdev/meson.build | 15 ++ 2 files changed, 49 insertions(+) create mode 100644 drivers/

[dpdk-dev] [PATCH v8 3/5] iFPGA: Add Intel FPGA BUS Rawdev Driver

2018-05-06 Thread Xu, Rosen
From: Rosen Xu Add Intel FPGA BUS Rawdev Driver which is based on librte_rawdev library. Signed-off-by: Rosen Xu Signed-off-by: Yanglong Wu Signed-off-by: Figo zhang Acked-by: Shreyansh Jain --- config/common_base | 1 + drivers/raw/Makefile

[dpdk-dev] [PATCH v8 0/5] Introduce Intel FPGA BUS

2018-05-06 Thread Xu, Rosen
From: "Xu, Rosen" Intel FPGA BUS in DPDK - This patch set introduces Intel FPGA BUS support in DPDK. v8 updates: == - Fix some comments from Shreyansh Jain - Patch 3 and Patch 5 will continue rebase when qcom patches merging into mainline - add Shreyansh Jai

[dpdk-dev] [PATCH v8 1/5] bus/ifpga: Add Intel FPGA BUS Library

2018-05-06 Thread Xu, Rosen
From: Rosen Xu Defined FPGA-BUS for Acceleration Drivers of AFUs 1. FPGA PCI Scan (1st Scan) follows DPDK UIO/VFIO PCI Scan Process, probe Intel FPGA Rawdev Driver, it will be covered in following patches. 2. AFU Scan(2nd Scan) bind DPDK driver to FPGA Partial-Bitstream. This scan is trigged by