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 memory. > > Fixes: 8086cf08b2f0 ("net/mlx5: handle RSS hash configuration in RSS flow") > Cc: sta...@dpdk.org > > Signed-off-by: Yongseok Koh <ys...@mellanox.com> > Acked-by: Nelio Laranjeiro <nelio.laranje...@6wind.com>
Applied to next-net-mlx, thanks