Re: [dpdk-dev] [PATCH v4 3/4] app/testpmd: remove useless casts on statistics

2019-03-22 Thread Maxime Coquelin
On 3/22/19 2:37 PM, David Marchand wrote: Caught by code review while investigating the fwd stats display code. Fixes: af75078fece3 ("first public release") Cc: sta...@dpdk.org Signed-off-by: David Marchand Reviewed-by: Andrew Rybchenko --- Changelog since v2: - focused on useless casts on

[dpdk-dev] [PATCH v4 3/4] app/testpmd: remove useless casts on statistics

2019-03-22 Thread David Marchand
Caught by code review while investigating the fwd stats display code. Fixes: af75078fece3 ("first public release") Cc: sta...@dpdk.org Signed-off-by: David Marchand Reviewed-by: Andrew Rybchenko --- Changelog since v2: - focused on useless casts only - Cc'd stable --- app/test-pmd/testpmd.c |