[dpdk-dev] [PATCH v4 1/2] net/axgbe: support flow control API

2020-03-01 Thread asomalap
From: Amaranath Somalapuram Adding api for flow_ctrl_get and flow_ctrl_set. By default axgbe driver flow control is disabled. Adding dpdk flow control to set water high and low. Signed-off-by: Amaranath Somalapuram --- drivers/net/axgbe/axgbe_ethdev.c | 84 dri

[dpdk-dev] [PATCH v4 2/2] net/axgbe: support priority flow control API

2020-03-01 Thread asomalap
From: Amaranath Somalapuram Adding API for priority_flow_ctrl_set. Priority flow control to set water high and low, pause_time and priority. Signed-off-by: Amaranath Somalapuram --- drivers/net/axgbe/axgbe_ethdev.c | 94 1 file changed, 94 insertions(+) diff

Re: [dpdk-dev] [dpdk v1] net/mlx5: fix possible building error

2020-03-01 Thread Ali Alnubani
> -Original Message- > From: Tonghao Zhang > Sent: Monday, March 2, 2020 2:23 AM > To: Ali Alnubani > Cc: sta...@dpdk.org; Matan Azrad ; dev@dpdk.org > Subject: Re: [dpdk-dev] [dpdk v1] net/mlx5: fix possible building error > > On Mon, Mar 2, 2020 at 1:09 AM Ali Alnubani > wrote: > > >

Re: [dpdk-dev] [EXT] [RFC v5] regexdev: introduce regexdev subsystem

2020-03-01 Thread Jerin Jacob
On Sun, Mar 1, 2020 at 9:28 PM Pavan Nikhilesh Bhagavatula wrote: > > Hi OrI, > > > > >Hi Pavan, > > > > > >> -Original Message- > >> From: dev On Behalf Of Pavan Nikhilesh > >Bhagavatula > >> Sent: Sunday, March 1, 2020 4:38 PM > >> To: Ori Kam ; Jerin Jacob Kollanukkaran > >> ; xiang.w.

Re: [dpdk-dev] [PATCH v3] examples/vmdq: fix the output of pools/queues

2020-03-01 Thread Li, Xiaoyun
Hi > -Original Message- > From: Jiang, JunyuX > Sent: Monday, March 2, 2020 14:41 > To: dev@dpdk.org > Cc: Li, Xiaoyun ; Yang, Qiming ; > Jiang, JunyuX ; sta...@dpdk.org > Subject: [PATCH v3] examples/vmdq: fix the output of pools/queues > > To match the pools/queues configuration, the poo

Re: [dpdk-dev] [RFC v5] regexdev: introduce regexdev subsystem

2020-03-01 Thread Wang Xiang
Hi Ori, Comments below. Thanks, Xiang On Thu, Feb 27, 2020 at 03:08:35PM +, Ori Kam wrote: > From: Jerin Jacob > > Even though there are some vendors which offer Regex HW offload, due to > lack of standard API, It is diffcult for DPDK consumer to use them > in a portable way. > > This _RF

[dpdk-dev] [PATCH v3] examples/vmdq: fix the output of pools/queues

2020-03-01 Thread Junyu Jiang
To match the pools/queues configuration, the pools/queues output should start from VMDQ base queue. This patch fixed the issue. Fixes: 6bb97df521aa ("examples/vmdq: new app") Cc: sta...@dpdk.org Signed-off-by: Junyu Jiang --- examples/vmdq/main.c | 9 + 1 file changed, 5 insertions(+),

[dpdk-dev] [PATCH v2 1/1] net/octeontx: fix meson build for disabled octeontx drivers

2020-03-01 Thread agupta3
From: Amit Gupta Add a additional condition to check if all required internal dependencies are met before building octeontx drivers using meson. Bugzilla ID: 387 Fixes: 7f615033d64f ("drivers/net: build Cavium NIC PMDs with meson") Signed-off-by: Amit Gupta --- v2: - rebased to v20.02 - up

Re: [dpdk-dev] [PATCH v2] examples/vmdq: fix the output of pools/queues

2020-03-01 Thread Li, Xiaoyun
Hi > -Original Message- > From: Jiang, JunyuX > Sent: Wednesday, February 26, 2020 16:35 > To: dev@dpdk.org > Cc: Li, Xiaoyun ; Jiang, JunyuX > ; > sta...@dpdk.org > Subject: [PATCH v2] examples/vmdq: fix the output of pools/queues > > To match the pools/queues configuration, the pools/q

Re: [dpdk-dev] [PATCH v2] examples/vmdq: fix the output of pools/queues

2020-03-01 Thread Yang, Qiming
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Junyu Jiang > Sent: Wednesday, February 26, 2020 16:35 > To: dev@dpdk.org > Cc: Li, Xiaoyun ; Jiang, JunyuX > ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH v2] examples/vmdq: fix the output of > pools/queues >

Re: [dpdk-dev] net/i40e: add promiscuous configure unsupported check

2020-03-01 Thread Ye Xiaolong
On 02/28, Xiao Zhang wrote: >Return ENOTSUP error code when configuring i40evf promiscuous mode to >fix port start hang issue on platforms which are unsupported to configure >promiscuous mode. > >Fixes: ddc7cb0d9453 ("net/i40e: re-program promiscuous mode on VF >interface") Please don't truncate t

[dpdk-dev] [PATCH] mempool: sort the rte_mempool_ops by name

2020-03-01 Thread xiangxia . m . yue
From: Tonghao Zhang The order of mempool initiation affects mempool index in the rte_mempool_ops_table. For example, when building APPs with: $ gcc -lrte_mempool_bucket -lrte_mempool_ring ... The "bucket" mempool will be registered firstly, and its index in table is 0 while the index of "ring"

Re: [dpdk-dev] [PATCH 1/2] net/bonding: fix MAC address when switching active port

2020-03-01 Thread Wei Hu (Xavier)
Hi, Chas Williams Could you please give some suggestion on these patches? Thanks. Regards Xavier On 2020/2/28 9:31, Wei Hu (Xavier) wrote: Hi,Ferruh Yigit On 2020/2/28 1:03, Ferruh Yigit wrote: On 2/25/2020 9:29 AM, Wei Hu (Xavier) wrote: From: "Wei Hu (Xavier)" Currently, based o

Re: [dpdk-dev] [dpdk v1] net/mlx5: fix possible building error

2020-03-01 Thread Tonghao Zhang
On Mon, Mar 2, 2020 at 1:09 AM Ali Alnubani wrote: > > Hi Tonghao, > > > -Original Message- > > From: dev On Behalf Of > > xiangxia.m@gmail.com > > Sent: Saturday, February 29, 2020 12:27 PM > > To: Matan Azrad ; dev@dpdk.org > > Cc: Tonghao Zhang ; sta...@dpdk.org > > Subject: [dpdk-

Re: [dpdk-dev] net/netvsc: subchannel configuration failed due to unexpected NVS response

2020-03-01 Thread Stephen Hemminger
On Thu, 27 Feb 2020 11:16:01 -0500 Min Tang wrote: > Hi Stephen: > > I saw the following error messages when using DPDK 18.11.2 in Azure: > > hn_nvs_execute(): unexpected NVS resp 0x6b, expect 0x85 > hn_dev_configure(): subchannel configuration failed > > It was not easy to reproduce it and it

Re: [dpdk-dev] [dpdk v1] net/mlx5: fix possible building error

2020-03-01 Thread Ali Alnubani
Hi Tonghao, > -Original Message- > From: dev On Behalf Of > xiangxia.m@gmail.com > Sent: Saturday, February 29, 2020 12:27 PM > To: Matan Azrad ; dev@dpdk.org > Cc: Tonghao Zhang ; sta...@dpdk.org > Subject: [dpdk-dev] [dpdk v1] net/mlx5: fix possible building error > > From: Tonghao

Re: [dpdk-dev] [EXT] [RFC v5] regexdev: introduce regexdev subsystem

2020-03-01 Thread Pavan Nikhilesh Bhagavatula
Hi OrI, > >Hi Pavan, > > >> -Original Message- >> From: dev On Behalf Of Pavan Nikhilesh >Bhagavatula >> Sent: Sunday, March 1, 2020 4:38 PM >> To: Ori Kam ; Jerin Jacob Kollanukkaran >> ; xiang.w.w...@intel.com >> Cc: dev@dpdk.org; Shahaf Shuler ; >> hemant.agra...@nxp.com; Opher Reviv ;

Re: [dpdk-dev] [EXT] [RFC v5] regexdev: introduce regexdev subsystem

2020-03-01 Thread Ori Kam
Hi Pavan, > -Original Message- > From: dev On Behalf Of Pavan Nikhilesh Bhagavatula > Sent: Sunday, March 1, 2020 4:38 PM > To: Ori Kam ; Jerin Jacob Kollanukkaran > ; xiang.w.w...@intel.com > Cc: dev@dpdk.org; Shahaf Shuler ; > hemant.agra...@nxp.com; Opher Reviv ; Alex > Rosenbaum ; Do

Re: [dpdk-dev] [EXT] [RFC v5] regexdev: introduce regexdev subsystem

2020-03-01 Thread Pavan Nikhilesh Bhagavatula
Hi Ori, > >Hi Pavan, > >> -Original Message- >> From: dev On Behalf Of Pavan Nikhilesh >Bhagavatula >> Sent: Sunday, March 1, 2020 3:23 PM >> To: Ori Kam ; Jerin Jacob Kollanukkaran >> ; xiang.w.w...@intel.com >> Cc: dev@dpdk.org; Shahaf Shuler ; >> hemant.agra...@nxp.com; Opher Reviv ; >

Re: [dpdk-dev] [EXT] [RFC v5] regexdev: introduce regexdev subsystem

2020-03-01 Thread Ori Kam
Hi Pavan, > -Original Message- > From: dev On Behalf Of Pavan Nikhilesh Bhagavatula > Sent: Sunday, March 1, 2020 3:23 PM > To: Ori Kam ; Jerin Jacob Kollanukkaran > ; xiang.w.w...@intel.com > Cc: dev@dpdk.org; Shahaf Shuler ; > hemant.agra...@nxp.com; Opher Reviv ; Alex > Rosenbaum ; Dov

Re: [dpdk-dev] [EXT] [RFC v5] regexdev: introduce regexdev subsystem

2020-03-01 Thread Pavan Nikhilesh Bhagavatula
Hi Ori, > >Hi Pavan, >Thanks for the comments please see below. > >> -Original Message- >> From: dev On Behalf Of Pavan Nikhilesh >Bhagavatula >> Sent: Sunday, March 1, 2020 8:13 AM >> To: Ori Kam ; Jerin Jacob Kollanukkaran >> ; xiang.w.w...@intel.com >> Cc: dev@dpdk.org; Shahaf Shuler ;

Re: [dpdk-dev] [PATCH v1] net/mlx5: fix VLAN PCP item calculation

2020-03-01 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Ophir Munk > Sent: Wednesday, February 26, 2020 10:28 AM > To: dev@dpdk.org > Cc: Thomas Monjalon ; Raslan Darawsheh > ; Ophir Munk > Subject: [PATCH v1] net/mlx5: fix VLAN PCP item calculation > > The VLAN 16 bits tci field contains both values of PCP a