> -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of lir...@marvell.com > Sent: Thursday, June 13, 2019 7:28 PM > To: dev@dpdk.org > Cc: Liron Himi <lir...@marvell.com> > Subject: [dpdk-dev] [PATCH v2 0/3] net/mvneta: minor updates > > From: Liron Himi <lir...@marvell.com> > > Two patches handle statistics issues, the 3rd patch use ol_flags for the > checksum > generation > > v2: > - removed Change-Id > > Liron Himi (2): > net/mvneta: fix: ierror counted twice > net/mvneta: only use ol_flags for checksum generation offload > > Yuri Chipchev (1): > net/mvneta: reset stats during device start
This series, all the patches has empty git commit comments and there are missing Fixes lines. Please make sure to run the following scripts before submitting to upstream. ./devtools/checkpatches.sh && ./devtools/check-git-log.sh > > drivers/net/mvneta/mvneta_ethdev.c | 18 +++-------- > drivers/net/mvneta/mvneta_ethdev.h | 14 +++++++++ > drivers/net/mvneta/mvneta_rxtx.c | 62 > ++++++++++++++------------------------ > 3 files changed, 41 insertions(+), 53 deletions(-) > > -- > 2.7.4