2016-07-13 16:33, Adrien Mazarguil: > From: Olga Shern <olgas at mellanox.com> > > RHEL 7.1's GCC for POWER8 reports the following error in one rte_memcpy() > macro call by mlx5: > > error: array subscript is above array bounds [-Werror=array-bounds] > > It appears to be a GCC bug which can be worked around by making parentheses > more explicit. > > Signed-off-by: Olga Shern <olgas at mellanox.com> > Signed-off-by: Adrien Mazarguil <adrien.mazarguil at 6wind.com>
Applied, thanks