mbox series

[v2,0/3] net/mvneta: minor updates

Message ID 1560434305-9359-1-git-send-email-lironh@marvell.com (mailing list archive)
Headers
Series net/mvneta: minor updates |

Message

Liron Himi June 13, 2019, 1:58 p.m. UTC
  From: Liron Himi <lironh@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

 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(-)
  

Comments

Jerin Jacob Kollanukkaran June 25, 2019, 8:22 a.m. UTC | #1
> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of lironh@marvell.com
> Sent: Thursday, June 13, 2019 7:28 PM
> To: dev@dpdk.org
> Cc: Liron Himi <lironh@marvell.com>
> Subject: [dpdk-dev] [PATCH v2 0/3] net/mvneta: minor updates
> 
> From: Liron Himi <lironh@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