Re: [dpdk-dev] [dpdk-announce] [HELP REQUIRED] call for reviews

2020-06-28 Thread Or Gerlitz
On Fri, Jun 26, 2020 at 7:43 PM Thomas Monjalon wrote: > Our next milestone is approaching, 20.08-rc1 should be in 12 days : > http://core.dpdk.org/roadmap/#dates > and the roadmap is very long: > http://core.dpdk.org/roadmap/#2008 > > We all want to have our code reviewed and acc

Re: [dpdk-dev] [PATCH 5/5] app/test-flow-perf: add packet forwarding support

2020-04-28 Thread Or Gerlitz
On Thu, Apr 9, 2020 at 6:44 PM Wisam Jaddo wrote: > > Introduce packet forwarding support to the app to do > some performance measurements. > > The measurements are reported in term of packet per > second unit. The forwarding will start after the end > of insertion/deletion operations. > > The sup

Re: [dpdk-dev] [PATCH 6/7] net/mlx5: add missing VLAN action constraints

2018-10-08 Thread Or Gerlitz
On Mon, Oct 8, 2018 at 9:03 PM Yongseok Koh wrote: > 1) VLAN modify isn't supported by driver. > > OVS doesn't support it also @ the DP level, modify is translated to DP pop + push How it is done on OVS/AVS-DPDK? > 2) FW syndrome (0xA9C090): > set_flow_table_entry: push vlan action ft

[dpdk-dev] [PATCH v2 10/19] mlx4: move mlx4 PMD to drivers/net directory

2015-05-23 Thread Or Gerlitz
On Fri, May 15, 2015 at 6:56 PM, Bruce Richardson wrote: > move mlx4 PMD to drivers/net directory > > Signed-off-by: Bruce Richardson > --- > drivers/net/Makefile |2 +- > drivers/net/mlx4/Makefile| 121 + > drivers/net/mlx4/mlx4.c