[dpdk-dev] [PATCH v2] hash: rename unused field to "reserved"

2015-07-15 Thread Olga Shern
Hi, I see the following compilation error : dpdk/lib/librte_hash/rte_cuckoo_hash.c:145: error: flexible array member in otherwise empty struct when compiling on RH6.5 Best Regards, Olga -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Bruce Richardson Sent:

[dpdk-dev] Multi-process model and mlx4 pmd

2015-06-11 Thread Olga Shern
Hi Bill, Some clarification: On Mellanox web we have released updated PMD that supports DPDK 1.7/1.8. the primary and secondary multi-process model limitation is missing in http://dpdk.org/doc/guides/nics/mlx4.html just because we forgot to mention it. In general, there is currently no

[dpdk-dev] DPDK v2.0 testpmd with Mellanox ConnectX-3 problem!

2015-04-21 Thread Olga Shern
Hi Kang, You probably compiled the downloaded libraries using dynamic linkage, prior to the static one you specified here. You need to remove them from /usr/local/libs and also please delete /usr/local/include/infiniband Let me know if it solves your problem. Best Regards, Olga

[dpdk-dev] DPDK v2.0 testpmd with Mellanox ConnectX-3 problem!

2015-04-26 Thread Olga Shern
, mlx4_core parameter log_num_mgm_entry_size = -1 Best Regards, Olga From: Arthas [mailto:kangzy1...@qq.com] Sent: Wednesday, April 22, 2015 6:56 AM To: Olga Shern; dev Subject: Re: RE: [dpdk-dev] DPDK v2.0 testpmd with Mellanox ConnectX-3 problem! 3KS, Olga, I try you suggestion and it can't

[dpdk-dev] Compilation error on Power8 with RC3

2015-12-10 Thread Olga Shern
Hi, We see the following compilation error on Power8, Ubuntu15.04 with DPDK2.2 RC3: In file included from /download/dpdk/app/test/test_hash_scaling.c:35:0: /download/dpdk/ppc_64-power8-linuxapp-gcc/include/rte_hash.h:70:70: error: unknown type name 'size_t' typedef int

[dpdk-dev] [PATCH] mlx4: update documentation

2015-12-12 Thread Olga Shern
-Split "Features" and "Limitations" sections. -Update limitations with missing information. -Update prerequisites with supported MLNX_OFED release, firmware and CPU architectures. -Enhance usage example with openibd script. Signed-off-by: Olga Shern Signed-off-by: Adrien

[dpdk-dev] [PATCH] mlx5: update documentation

2015-12-12 Thread Olga Shern
- Update features, limitations, configuration and prerequisites sections. - Add a note to describe RSS behavior differences with librte_pmd_mlx4 in testpmd. Signed-off-by: Olga Shern Signed-off-by: Adrien Mazarguil --- doc/guides/nics/mlx5.rst | 67

[dpdk-dev] [PATCH 0/2] *** Updated release_2_2.rst with mlx4 and mlx5 information ***

2015-12-13 Thread Olga Shern
*** BLURB HERE *** Olga Shern (2): release_2_2.rst: add mlx4 new features and bug fixes release_2_2.rst: add mlx4 and mlx5 known issues doc/guides/rel_notes/release_2_2.rst | 27 +++ 1 files changed, 27 insertions(+), 0 deletions(-) -- 1.7.8.2

[dpdk-dev] [PATCH 1/2] release_2_2.rst: add mlx4 new features and bug fixes

2015-12-13 Thread Olga Shern
Signed-off-by: Olga Shern --- doc/guides/rel_notes/release_2_2.rst | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/doc/guides/rel_notes/release_2_2.rst b/doc/guides/rel_notes/release_2_2.rst index 591f4cc..c3ff086 100644 --- a/doc/guides/rel_notes

[dpdk-dev] [PATCH 2/2] release_2_2.rst: add mlx4 and mlx5 known issues

2015-12-13 Thread Olga Shern
Signed-off-by: Olga Shern --- doc/guides/rel_notes/release_2_2.rst | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/doc/guides/rel_notes/release_2_2.rst b/doc/guides/rel_notes/release_2_2.rst index c3ff086..4f393cf 100644 --- a/doc/guides/rel_notes

[dpdk-dev] Compilation error on Power8 with RC3

2015-12-13 Thread Olga Shern
Hi Pablo, Thanks, looks that this is fixed indeed with latest code. Best Regards, Olga -Original Message- From: De Lara Guarch, Pablo [mailto:pablo.de.lara.gua...@intel.com] Sent: Thursday, December 10, 2015 11:36 AM To: Olga Shern ; dev at dpdk.org Subject: RE: Compilation error

[dpdk-dev] [PATCH 1/2] doc: announce ABI change for cmdline buffer size

2015-12-14 Thread Olga Shern
Acked-by: Olga Shern -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon Sent: Monday, December 14, 2015 4:13 PM To: Mcnamara, John Cc: dev at dpdk.org Subject: Re: [dpdk-dev] [PATCH 1/2] doc: announce ABI change for cmdline buffer size 2015-11-10

[dpdk-dev] [PATCH 2/2] doc: announce ABI change for RETA configuration

2015-12-14 Thread Olga Shern
Acked-by: Olga Shern -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon Sent: Monday, December 14, 2015 4:25 PM To: Nelio Laranjeiro Cc: dev at dpdk.org Subject: Re: [dpdk-dev] [PATCH 2/2] doc: announce ABI change for RETA configuration 2015-11-09

[dpdk-dev] [PATCH] doc: fix typos and inaccuracies (mlx4/mlx5)

2015-12-14 Thread Olga Shern
Signed-off-by: Olga Shern --- doc/guides/nics/mlx4.rst | 10 +- doc/guides/nics/mlx5.rst |4 ++-- doc/guides/rel_notes/release_2_2.rst | 12 ++-- 3 files changed, 17 insertions(+), 9 deletions(-) diff --git a/doc/guides/nics/mlx4.rst b/doc/guides

[dpdk-dev] [PATCH] doc: announce ABI change for link speed

2015-12-15 Thread Olga Shern
Acked-by: Olga Shern -Original Message- From: Thomas Monjalon [mailto:thomas.monja...@6wind.com] Sent: Tuesday, December 15, 2015 9:21 AM To: dev at dpdk.org Cc: Marc Sune ; Olga Shern ; Matej Vido Subject: [PATCH] doc: announce ABI change for link speed A rework was prepared by Marc

[dpdk-dev] [PATCH v6 0/5] ethdev: add speed capabilities and refactor link API

2015-12-16 Thread Olga Shern
We will test on Mellanox NICs -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Marc Sune Sent: Wednesday, December 16, 2015 10:38 PM To: dev at dpdk.org Subject: Re: [dpdk-dev] [PATCH v6 0/5] ethdev: add speed capabilities and refactor link API 2015-10-25 22:59

[dpdk-dev] [PATCH] doc: update mlx4 usage and dependencies

2015-04-04 Thread Olga Shern
Hi Raghav, What OFED version did you install? There are 2 ways to compile mlx4: 1. You can compile it dynamically with the libibverbs that are coming with Mellanox_OFED 2.4 2. To get better performance: compile it statically with libibverbs and libmlx4 that can be downloaded from

[dpdk-dev] [PATCH] doc: update mlx4 usage and dependencies

2015-04-04 Thread Olga Shern
with static linking against dpdk.org<http://dpdk.org> libraries Both have the same issue. Best, Raghav On Sat, Apr 4, 2015 at 4:49 PM Olga Shern mailto:olgas at mellanox.com>> wrote: Hi Raghav, What OFED version did you install? There are 2 ways to compile mlx4: 1. You

[dpdk-dev] [PATCH] doc: update mlx4 usage and dependencies

2015-04-04 Thread Olga Shern
message From: Raghav Sethi Date:05/04/2015 00:29 (GMT+02:00) To: Olga Shern ,Adrien Mazarguil ,dev at dpdk.org,Xiaozhou Li Subject: Re: [dpdk-dev] [PATCH] doc: update mlx4 usage and dependencies Hi Olga, Thanks very much for helping. I tried stopping and starting, after stop lsmod | grep mlx

[dpdk-dev] Mellanox Flow Steering

2015-04-12 Thread Olga Shern
Hi Raghav, You are right with your observations, Mellanox PMD and mlx4_en (kernel driver) are co-exist. When DPDK application run, all traffic is redirected to DPDK application. When DPDK application exit the traffic is received by mlx4_en driver. Regarding ethtool configuration you did, it

[dpdk-dev] Mellanox Flow Steering

2015-04-13 Thread Olga Shern
Hi Danny, Please see below Best Regards, Olga -Original Message- From: Zhou, Danny [mailto:danny.z...@intel.com] Sent: Monday, April 13, 2015 2:30 AM To: Olga Shern; Raghav Sethi; dev at dpdk.org Subject: RE: [dpdk-dev] Mellanox Flow Steering Thanks for clarification Olga. I assume

[dpdk-dev] [PATCH 0/2] Native uio-based PMD for Mellanox ConnectX-3 devices

2015-07-07 Thread Olga Shern
verbs API is that you have so called bi-furcated driver by design. Kernel driver can work side by side with DPDK PMD , if needed, and there is no security issues with this model. Best Regards, Olga Olga Shern Sr. Manager

[dpdk-dev] [PATCH 0/2] Native uio-based PMD for Mellanox ConnectX-3 devices

2015-07-07 Thread Olga Shern
Message- From: Pavel Odintsov [mailto:pavel.odint...@gmail.com] Sent: Tuesday, July 07, 2015 10:02 AM To: Olga Shern Cc: Keunhong Lee; Thomas Monjalon; dev at dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/2] Native uio-based PMD for Mellanox ConnectX-3 devices Hello! Sorry for off topic

[dpdk-dev] [PATCH] doc : update guide and release notes for mlx5

2016-07-26 Thread Olga Shern
Signed-off-by: Olga Shern --- doc/guides/nics/mlx5.rst |7 ++- doc/guides/rel_notes/release_16_07.rst | 16 +++- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst index 063c4a5..1bcb818 100644

[dpdk-dev] [PATCH v2] doc: update guide and release notes for mlx5

2016-07-27 Thread Olga Shern
Signed-off-by: Olga Shern --- doc/guides/nics/mlx5.rst |7 ++- doc/guides/rel_notes/release_16_07.rst | 14 ++ 2 files changed, 20 insertions(+), 1 deletions(-) diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst index 063c4a5..5c10cd3 100644

[dpdk-dev] [PATCH] doc : update guide and release notes for mlx5

2016-07-27 Thread Olga Shern
Thanks John Sent fixed patch including your comments Best Regards, Olga -Original Message- From: Mcnamara, John [mailto:john.mcnam...@intel.com] Sent: Wednesday, July 27, 2016 11:18 AM To: Olga Shern ; dev at dpdk.org Subject: RE: [dpdk-dev] [PATCH] doc : update guide and release

[dpdk-dev] Mellanox PMD failure w/DPDK-2.1.0 and MLNX_OFED-3.1-1.0.3

2015-10-15 Thread Olga Shern
mlx4_0 -i 1 --client -E 00:00:00:00:01:02 --use_res_domain --verb_type=accl Another suggestion, can you please compile PMD with debug enabled, it may give more details ? Best Regards, Olga From: Bill O'Hara [mailto:billtoh...@gmail.com] Sent: Saturday, October 10, 2015 12:18 AM To: Olga Shern

[dpdk-dev] Mellanox PMD failure w/DPDK-2.1.0 and MLNX_OFED-3.1-1.0.3

2015-10-17 Thread Olga Shern
Hi Bill, Glad to hear that everything is working for you ? Let me know if you have any question or you have figured out what was wrong with your compilation Best Regards, Olga From: Bill O'Hara [mailto:billtoh...@gmail.com] Sent: Friday, October 16, 2015 10:11 PM To: Olga Shern Cc: dev

[dpdk-dev] Compiling MLX4 Support into 2.1.0

2015-09-11 Thread Olga Shern
Nathan, What application are you running? Please send the output of it. Please send output of ofed_info -s, ibdev2netdev and ibv_devinfo. Do you see any errors in dmesg? Regards, Olga Sent from Samsung Mobile. Original message From: Nathan Speulda Date:11/09/2015 7:51 PM

[dpdk-dev] DPDK 2.2 roadmap

2015-09-15 Thread Olga Shern
Hi, Mellanox will submit a new PMD for ConnectX-4 and ConnectX-4 LX cards Best Regards, Olga -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon Sent: Monday, September 14, 2015 11:57 AM To: Zhang, Helin; O'Driscoll, Tim Cc: dev at dpdk.org

[dpdk-dev] Mellanox dpdk issues

2015-11-22 Thread Olga Shern
Hi Sotiris, You can disable compilation of igb_uio, this module is not needed for Mellanox PMD. Let me know if you have any question Best Regards, Olga -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Gilad Berman Sent: Sunday, November 22, 2015 1:30 PM To:

[dpdk-dev] Mellanox PMD failure w/DPDK-2.1.0 and MLNX_OFED-3.1-1.0.3

2015-10-08 Thread Olga Shern
Hi Bill, There shouldn?t be any problem with what you are doing. We are checking this now. Best Regards, Olga -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Bill O'Hara Sent: Thursday, October 08, 2015 6:05 AM To: dev at dpdk.org Subject: [dpdk-dev] Mellanox

[dpdk-dev] Mellanox PMD failure w/DPDK-2.1.0 and MLNX_OFED-3.1-1.0.3

2015-10-08 Thread Olga Shern
Hi Bill, Can you please check the fw version that is installed on your ConnectX3? Thanks Sent from Samsung Mobile. Original message From: Olga Shern Date:08/10/2015 7:55 AM (GMT+00:00) To: Bill O'Hara ,dev at dpdk.org Subject: RE: [dpdk-dev] Mellanox PMD failure w/DPDK

[dpdk-dev] Segmentation fault when bonding ports on Mellanox ConnectX-3

2015-10-08 Thread Olga Shern
Hi Jesper, Bonding pmd is not supported with dpdk 2.1 on Mellanox nic We just sent patches to support async link events. Without these patches it will not work. Best Regards Olga Sent from Samsung Mobile. Original message From: Jesper Wramberg Date:08/10/2015 4:25 PM

[dpdk-dev] Mellanox PMD failure w/DPDK-2.1.0 and MLNX_OFED-3.1-1.0.3

2015-10-08 Thread Olga Shern
? Best Regards, Olga From: Bill O'Hara [mailto:billtoh...@gmail.com] Sent: Thursday, October 08, 2015 11:55 PM To: Olga Shern Cc: dev at dpdk.org Subject: Re: [dpdk-dev] Mellanox PMD failure w/DPDK-2.1.0 and MLNX_OFED-3.1-1.0.3 Olga If it's all all helpful, linking our code against dpdk-2.0

[dpdk-dev] Segmentation fault when bonding ports on Mellanox ConnectX-3

2015-10-08 Thread Olga Shern
For the sake of clarity, I assume you mean the patches about: "eal: new interrupt handler type" "mlx4: handle interrupts" [Olga ] Yes, you are right Best Regards, Olga 2015-10-08 17:36 GMT+02:00 Olga Shern mailto:olgas at mellanox.com>>: Hi Jesper, Bonding pmd is n

[dpdk-dev] Multi Queue Support With Mellanox 40GbE NIC - MT27500 Family [ConnectX-3]

2016-03-02 Thread Olga Shern
Hi Suresh, RSS configuration is not supported with ConnectX-3 PMD. We added this support for ConnectX-4 PMD, available in DPDK 2.2. Best Regards, Olga -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Suresh Paruchuri Sent: Tuesday, March 01, 2016 8:03 PM To:

[dpdk-dev] [PATCH 01/10] ethdev: add a generic flow and new behavior switch to fdir

2016-03-03 Thread Olga Shern
I think what Thomas meant is that we should redesign Flow Director feature and call it something else , Mellanox is calling it "Flow Steering" . I agree that Filtering may be more generic name. We have implemented Flow Director API in Mellanox ConnectX-4 PMD (part of the DPDK 16.04 patches)

[dpdk-dev] [PATCH v8 3/4] ethdev: redesign link speed config API

2016-02-15 Thread Olga Shern
Hi Marc, You can download MLNX_OFED from Mellanox web site: http://www.mellanox.com/page/products_dyn?product_family=26=linux_sw_drivers Best Regards, Olga -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Marc Sent: Monday, February 15, 2016 1:00 PM To: N?lio