[dpdk-dev] [PATCH v2] examples/flow_filtering: fix example documentation

2018-12-25 Thread Dekel Peled
Previous patch removed the VLAN item from example code. This patch fixes the code and documentation accordingly. Code update includes fix of comments, and removal of redundant variables and their initialization. Documentation update reflects the code changes done in previous patch and in this patc

Re: [dpdk-dev] [PATCH v2] examples/flow_filtering: fix example documentation

2018-12-25 Thread Ori Kam
> -Original Message- > From: dev On Behalf Of Dekel Peled > Sent: Tuesday, December 25, 2018 9:42 AM > To: Ori Kam > Cc: dev@dpdk.org; Dekel Peled > Subject: [dpdk-dev] [PATCH v2] examples/flow_filtering: fix example > documentation > > Previous patch removed the VLAN item from examp

Re: [dpdk-dev] [PATCH] net/mlx5: modify-header support using Direct Verbs

2018-12-25 Thread Shahaf Shuler
Hi Dekel, See some comments below, Sunday, December 23, 2018 11:58 AM, Dekel Peled: > Subject: [PATCH] net/mlx5: modify-header support using Direct Verbs Maybe title can be: "support modify header using Direct Verbs" > > This patch implements the set of actions to support offload of packet hea

[dpdk-dev] TX offloads lead to Segmentation fault?

2018-12-25 Thread bai bakari
Hi, When I enable the Tx offloads capabilities, I get the segmentation fault. The backtrace like this: lcore_main_loop --> main_loop_tx --> rte_eth_tx_burst --> eth_igb_xmit_pkts --> rte_pktmbuf_free_seg

Re: [dpdk-dev] [PATCH] net/mlx4: support flow w/o ETH spec and with VLAN

2018-12-25 Thread Matan Azrad
From: Dekel Peled > This patch adds to MLX4 PMD the option to set flow rules with wildcard ether > MAC and specific VLAN ID. with wildcard => with empty > > Note that this fix works with > 1. CX-3 FW 2.42.5016 or higher. > 2. mlxconfig configuration STEER_FORCE_VLAN set to 1. > > Signed-of

[dpdk-dev] [PATCH] doc: fix a parameter name in testpmd guide

2018-12-25 Thread Rami Rosen
There is no parameter called "eth-peer-configfile" in testpmd. It should be "eth-peers-configfile". See the usage() method in app/test-pmd/parameters.c. Fixes: a67857e97ba8 ("doc: clarify usage of testpmd MAC forward mode") Cc: sta...@dpdk.org Signed-off-by: Rami Rosen --- doc/guides/testpmd_a

[dpdk-dev] [Bug 175] DPDK on Azure using `intel-go/nff-go` fails using `hv_netvsc` driver

2018-12-25 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=175 Bug ID: 175 Summary: DPDK on Azure using `intel-go/nff-go` fails using `hv_netvsc` driver Product: DPDK Version: 18.11 Hardware: Other OS: Linux Status:

[dpdk-dev] [PATCH v1 2/3] net/mlx5: add devx functions to glue

2018-12-25 Thread Mordechay Haimovsky
This patch adds glue functions for operations: - dv_open_device. - devx object create, destroy, query and modify. - devx general command The new operations depend on HAVE_IBV_DEVX_OBJ. Signed-off-by: Moti Haimovsky --- drivers/net/mlx5/Makefile| 5 +++ drivers/net/mlx5/meson.build |

[dpdk-dev] [PATCH v1 3/3] net/mlx5: support flow counters using devx

2018-12-25 Thread Mordechay Haimovsky
This commit adds counters support when creating flows via direct verbs. The implementation uses devx interface in order to create query and delete the counters. This support requires MLNX_OFED_LINUX-4.5-0.1.0.1 installation. Signed-off-by: Moti Haimovsky --- drivers/net/mlx5/Makefile |

[dpdk-dev] [PATCH v1 1/3] net/mlx5: modify shared counter allocation logic

2018-12-25 Thread Mordechay Haimovsky
This commit modifies the logic for searching an allocating a shared counter in mlx5_flow_verbs. modifies commit 84c406e74524 ("net/mlx5: add flow translate function") Signed-off-by: Moti Haimovsky --- drivers/net/mlx5/mlx5_flow_verbs.c | 14 +++--- 1 file changed, 7 insertions(+), 7 del

[dpdk-dev] [PATCH v1 0/3] support flow counters using devx

2018-12-25 Thread Mordechay Haimovsky
This series of commits add support for creating, allocating, querying and destroying flow counters in mlx5 PMD using the devx interface. Moti Haimovsky (3): net/mlx5: modify shared counter allocation logic net/mlx5: add devx functions to glue net/mlx5: support flow counters using devx driv

Re: [dpdk-dev] [PATCH] net/mlx5: modify-header support using Direct Verbs

2018-12-25 Thread Dekel Peled
Thanks, PSB. > -Original Message- > From: Shahaf Shuler > Sent: Tuesday, December 25, 2018 1:38 PM > To: Dekel Peled ; Yongseok Koh > > Cc: dev@dpdk.org; Ori Kam ; Dekel Peled > > Subject: RE: [PATCH] net/mlx5: modify-header support using Direct Verbs > > Hi Dekel, > > See some comment

Re: [dpdk-dev] [PATCH] app/testpmd: fix mpls encap ipv4 version and ihl

2018-12-25 Thread Rami Rosen
Hi Saleh, Thanks for your patch. If you will grep into the DPDK repo you will see that there are several occurrences of IP_VHL_DEF, with the same functionality. I would consider putting the IPV4_VHL_DEF you added in a more generic location and not under testpmd, so other modules will be able to use

[dpdk-dev] [PATCH v2] doc: add GRO API limitations in prog_guide

2018-12-25 Thread Jiayu Hu
This patch adds GRO API limitations in the programmer guide. Fixes: 2c900d09055e ("doc: add GRO guide") Fixes: 9e0b9d2ec0f4 ("gro: support VxLAN GRO") Cc: sta...@dpdk.org Signed-off-by: Jiayu Hu --- changes in v2: - add fix versions - add more limitations doc/guides/prog_guide/generic_receive_

Re: [dpdk-dev] [PATCH v7 0/9] app/proc-info: improve debug of proc-info tool

2018-12-25 Thread Varghese, Vipin
HI Thomas, Snipped > > > Small nits > > > 9th patch in this set is doc. So above info need to be corrected. > > > if you are addressing my earlier comment of separating out mempool > > > element iteration changes in to separate new patch 9/10 .Please keep > > > my ack in next version > > > > Than

Re: [dpdk-dev] 18.08.1 patches review and test

2018-12-25 Thread Shreyansh Jain
Hello Kevin, I have an issue with one of the patches originating from me and targeted for stable. In-lined below. On Thursday 20 December 2018 05:07 PM, Kevin Traynor wrote: > (resend with correct subject) > > Hi all, > > Here is a list of patches targeted for stable release 18.08.1. Please >