Does Mellanox ConnectX-5 Ex support RSS on ethernet layer headers alone?

2021-10-05 Thread Anna A
Hi, I'm trying to use rte_flow_action_type_rss to distribute packets all of the same flow type among multiple Rx queues on a single port using Mellanox ConnectX-5 and DPDK 20.5. My queries are: 1. Does Mellanox ConnectX-5 Ex support RSS on ethernet layer headers alone and spread them among

RE: [dpdk-users] SW Turbo Poll Mode Driver

2021-10-05 Thread Chautru, Nicolas
Hi Gines, I don’t see such issue, you probably have to make sure libstdc++ is installed and accessible by meson. From: Ginés García Avilés Sent: Tuesday, October 5, 2021 12:03 AM To: Chautru, Nicolas Cc: Thomas Monjalon ; users@dpdk.org Subject: Re: [dpdk-users] SW Turbo Poll Mode Driver Hi

Re: [dpdk-users] can we reserve hugepage and not release

2021-10-05 Thread Jiany Wu
Thanks for your explanation. Will try in memory mode.;) Burakov, Anatoly 于2021年9月29日 周三下午8:40写道: > > -Original Message- > > From: Thomas Monjalon > > Sent: Wednesday, September 29, 2021 12:11 PM > > To: Jiany Wu ; Burakov, Anatoly > > > > Cc: users@dpdk.org; Richardson, Bruce ; > >

Re: [dpdk-users] SW Turbo Poll Mode Driver

2021-10-05 Thread Ginés García Avilés
Hi Nicolas, thanks a lot for your help. However, with the latest version of DPDK I'm still facing the following issue: - "drivers/baseband/turbo_sw/meson.build:13:4: ERROR: C library 'libstdc++' not found" These are the steps I'm actually following for the whole process: - Set env vars (*ICC

Re: intel X550T dpdk support issue

2021-10-05 Thread David Marchand
On Mon, Oct 4, 2021 at 8:53 PM Satish Patel wrote: > > Folks, > > I am new to this nic series and just found a strange issue, i am sure > people are using this nic in production with dpdk. > > # ovs-vsctl add-port br-vlan dpdk-1 -- set Interface dpdk-1 type=dpdk >

Re: intel X550T dpdk support issue

2021-10-05 Thread David Marchand
On Mon, Oct 4, 2021 at 11:20 PM Satish Patel wrote: > > Is this my issue ? No. For this specific trace below, you are probably trying to attach a secondary process to a primary process (which was OVS iiuc) which does not have the same enabled DPDK libraries/drivers. Having the same dpdk

Re: I need DPDK MLX5 Probe error support

2021-10-05 Thread Thomas Monjalon
05/10/2021 03:17, Jaeeun Ham: > Hi Thomas, > > I attached the testpmd result which is gathered on the host sever. > Could you please take a look at the mlx5_core PCI issue? I see no real issue in the log. For doing more tests, I recommend using the latest DPDK version. > Thank you in advance.