Re: [dpdk-dev] [PATCH] net/mlx5: fix missing attribute size for drop action

2018-01-14 Thread Shahaf Shuler
Wednesday, January 10, 2018 7:51 PM, Yongseok Koh: > Subject: [dpdk-dev] [PATCH] net/mlx5: fix missing attribute size for drop > action > > Adding the size of ibv_flow_spec_action_drop is missing. This can cause > overflow when converting rte_flow to ibv_flow and thus corrupt mem

[dpdk-dev] [PATCH] net/mlx5: fix missing attribute size for drop action

2018-01-10 Thread Yongseok Koh
Adding the size of ibv_flow_spec_action_drop is missing. This can cause overflow when converting rte_flow to ibv_flow and thus corrupt memory. Fixes: 8086cf08b2f0 ("net/mlx5: handle RSS hash configuration in RSS flow") Cc: sta...@dpdk.org Signed-off-by: Yongseok Koh Acked-by: Nelio Laranjeiro -