Monday, May 14, 2018 1:08 PM, Ophir Munk: > Subject: [PATCH v6 1/2] net/mlx4: avoid constant recreations in function > > Function mlx4_conv_rss_types() contains constant arrays variables which are > recreated with every call to the function. By changing the arrays definitions > from "const" to "static const" these recreations can be saved. > > Signed-off-by: Ophir Munk <ophi...@mellanox.com>
Series applied to next-net-mlx, thanks.