> On Aug 1, 2017, at 12:55 AM, Nelio Laranjeiro <nelio.laranje...@6wind.com> > wrote: > > Changing the MTU is not related to changing the number of segments, > activating or not the multi-segment support should be handled by the > application. > > Fixes: 9964b965ad69 ("net/mlx5: re-add Rx scatter support") > Cc: sta...@dpdk.org > > Signed-off-by: Nelio Laranjeiro <nelio.laranje...@6wind.com> > Acked-by: Yongseok Koh <ys...@mellanox.com> One small comment although I had already acked. I think rxq_ctrl_setup() can be static now, it doesn't need to be exposed??
Thanks, Yongseok