Re: [dpdk-dev] [PATCH] net/mlx5: fix incorrect pointer operation

2020-01-07 Thread Thomas Monjalon
Hi, How this issue was seen? Is it related to the bug reported by Tonghao Zhang? If yes, you may use "Reported-by:". One comment about the title, please describe which area is fixed, instead of "incorrect pointer operation" which is very generic. The title should probably include the word "meter"

[dpdk-dev] [PATCH] net/mlx5: fix incorrect pointer operation

2020-01-07 Thread Suanming Mou
The meter suffix flow item pointer restore is not correct to minus a fixed value. It should minus the real offset it increases. Set the value to the real offset the pointer increases to fix the issue. Fixes: 9ea9b049a960 ("net/mlx5: split meter flow") Cc: sta...@dpdk.org Signed-off-by: Suanming