Re: [dpdk-dev] [PATCH v2 1/2] net/mlx5: refactor TC-flow infrastructure

2018-10-14 Thread Shahaf Shuler
Hi Moty, Thursday, October 11, 2018 4:05 PM, Mordechay Haimovsky: > Subject: [PATCH v2 1/2] net/mlx5: refactor TC-flow infrastructure > > This commit refactors tc_flow as a preparation to coming commits that sends > different type of messages and expect differ type of replies while still using >

[dpdk-dev] [PATCH v2 1/2] net/mlx5: refactor TC-flow infrastructure

2018-10-11 Thread Mordechay Haimovsky
This commit refactors tc_flow as a preparation to coming commits that sends different type of messages and expect differ type of replies while still using the same underlying routines. Signed-off-by: Moti Haimovsky --- drivers/net/mlx5/mlx5.c | 18 +++ drivers/net/mlx5/mlx5.h