Re: [dpdk-dev] [PATCH 1/4] net/mlx5: prepare Netlink communication routine to fix

2018-11-13 Thread Shahaf Shuler
Monday, November 12, 2018 10:02 PM, Slava Ovsiienko: > Subject: [PATCH 1/4] net/mlx5: prepare Netlink communication routine to fix > Maybe a better title can be "net/mlx5: remove unused TC message length parameter" > This patch removes the unused message length parameter, we do not send > multi

[dpdk-dev] [PATCH 1/4] net/mlx5: prepare Netlink communication routine to fix

2018-11-12 Thread Slava Ovsiienko
This patch removes the unused message length parameter, we do not send multiple commands in the single message anymore, message length can be taken from the prepared message header, so length parameter can be removed. Signed-off-by: Viacheslav Ovsiienko --- drivers/net/mlx5/mlx5_flow_tcf.c | 38