On 10/10/2023 7:09 AM, Chaoyong He wrote:
> From: James Hershaw <james.hers...@corigine.com>
>
> The pointer to the beginning of the MAC stats counters for port 1 are
> incorrectly set as the pointer to the beginning of the port 0 MAC stats
> counters, plus the size of the MAC stats counters multiplied by the port
> number.
>
> This patch corrects this by setting the multiplier as the eth_table
> index of the port.
>
> Fixes: f26e82397f6d ("net/nfp: implement xstats")
> Cc: sta...@dpdk.org
>
> Signed-off-by: James Hershaw <james.hers...@corigine.com>
> Reviewed-by: Peng Zhang <peng.zh...@corigine.com>
> Reviewed-by: Chaoyong He <chaoyong...@corigine.com>
>
Applied to dpdk-next-net/main, thanks.