Hi Aideen,
> -----Original Message----- > From: Mcloughlin, Aideen > Sent: Friday, July 12, 2019 9:32 AM > To: Lu, Wenzhuo <[email protected]>; Wu, Jingjing > <[email protected]>; Iremonger, Bernard > <[email protected]> > Cc: [email protected]; Mcloughlin, Aideen <[email protected]>; > [email protected]; [email protected] > Subject: [PATCH] app/testpmd: fix doubling of 'total TX dropped' > > The 'Accumulated forward statistics for all ports' incorrectly displayed > double > the actual value for 'total_tx_dropped'. This was because 2 lines in the same > function both incremented total_tx_dropped every time a packet was > dropped. I removed one of these lines to fix this issue. > > Fixes: 53324971a14e ("app/testpmd: display/clear forwarding stats on > demand") > Cc: [email protected] > Cc: [email protected] > > Signed-off-by: A.McLoughlin <[email protected]> ./devtools/check-git-log.sh -1 Wrong headline lowercase: app/testpmd: fix doubling of 'total TX dropped' Otherwise Acked-by: Bernard Iremonger <[email protected]>

