> -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Stephen > Hemminger > Sent: Wednesday 23 August 2017 16:45 > To: [email protected] > Cc: Stephen Hemminger <[email protected]> > Subject: [dpdk-dev] [PATCH 1/6] testpmd: remove unnecessary void casts > > The testpmd was doing old BSD lint style casts of rte_memcpy to (void). This > is unnecessary. > > Signed-off-by: Stephen Hemminger <[email protected]> > --- > app/test-pmd/cmdline.c | 14 +++++++------- app/test-pmd/config.c | 4 ++- > - app/test-pmd/testpmd.c | 2 +- > 3 files changed, 10 insertions(+), 10 deletions(-) >
Reviewed-by: Kirill Rybalchenko <[email protected]>

