Re: [dpdk-users] Capturing Pause Frames in DPDK Applications

2020-04-21 Thread Jim Thompson
> On Apr 21, 2020, at 10:50 PM, Alireza Sanaee wrote: > > Dear all, > > I'm wondering that if there is any chances to pass pause frames through a NIC > and receive it in the DPDK application? Is there any ideas to practically > make this modification? > > I have read that Pause Frames are

[dpdk-users] Capturing Pause Frames in DPDK Applications

2020-04-21 Thread Alireza Sanaee
Dear all, I'm wondering that if there is any chances to pass pause frames through a NIC and receive it in the DPDK application? Is there any ideas to practically make this modification? I have read that Pause Frames are being consumed at ASIC level so it would not be possible to pass the fra

Re: [dpdk-users] [mlx5 + DPDK 19.11] Flow insertion rate less than 4K per sec

2020-04-21 Thread Raslan Darawsheh
Hi Tom, Can you send an example for an rte_flow rule that you are trying ? I guess since you are using RSS it might affect more the performance what flows are being used. Kindest regards, Raslan Darawsheh > -Original Message- > From: users On Behalf Of Tom Barbette > Sent: Tuesday, Apr

Re: [dpdk-users] [mlx5 + DPDK 19.11] Flow insertion rate less than 4K per sec

2020-04-21 Thread Tom Barbette
Interesting! No I did not try the flow_perf, it was from our own application. I'm actually taking that number from the installation time of a single rule, that have RSS action which is probably more costly. So this and that may bring down the performance. Tom Le 20/04/2020 à 15:48, Yan Lei