From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 69116A00E6 for ; Tue, 11 Jun 2019 12:54:02 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3B1261C3BB; Tue, 11 Jun 2019 12:54:02 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by dpdk.org (Postfix) with ESMTP id D60E91C3BB for ; Tue, 11 Jun 2019 12:54:00 +0200 (CEST) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x5BAeSSb018731; Tue, 11 Jun 2019 03:54:00 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-type; s=pfpt0818; bh=PLx4NHAanW2rxiKSBOTbn3Yl4hD00TourUaao57jVzE=; b=hS7DZHhpwL6StqlkhgYPSWBrv4esxaaaoP5onySpPcwzbjIqflaIFRXVILwboBIrDXDs D5ct88xLbDx2OCYLNEFEzG/AKZeAF5McFAc8AmGOUT82E2hDIoh8/wmghN9TOHsSiF2+ yF2RTGJTtD/Eho1K9VwoM8SXouEIknLd9vdPVw+o/FW6VuGpu4/bckOakZ6nfC+bw/lx TE4YYjaEk0/xq2ehTQm+Sey5fLn7NVvyE4Yyfz0XAi+dcROW84zuoXpRo3p75/CyWs7r D7EE13ucH3cZFjLagRxu0MW0dFCpXKJFxA5sDTSF8dRbmjP9zqwrTSiowG2VP6LgTLt3 Dg== Received: from sc-exch03.marvell.com ([199.233.58.183]) by mx0b-0016f401.pphosted.com with ESMTP id 2t20f4tb5s-5 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Tue, 11 Jun 2019 03:54:00 -0700 Received: from SC-EXCH03.marvell.com (10.93.176.83) by SC-EXCH03.marvell.com (10.93.176.83) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Tue, 11 Jun 2019 03:53:35 -0700 Received: from maili.marvell.com (10.93.176.43) by SC-EXCH03.marvell.com (10.93.176.83) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Tue, 11 Jun 2019 03:53:35 -0700 Received: from pt-lxl0023.marvell.com (pt-lxl0023.marvell.com [10.5.213.12]) by maili.marvell.com (Postfix) with ESMTP id 291323F7041; Tue, 11 Jun 2019 03:53:33 -0700 (PDT) From: To: CC: , , Liron Himi Date: Tue, 11 Jun 2019 16:06:44 +0300 Message-ID: <1560258407-26378-1-git-send-email-lironh@marvell.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2019-06-11_05:, , signatures=0 Subject: [dpdk-dev] [PATCH 0/3] net/mvneta: minor updates X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" From: Liron Himi Two patches handle statistics issues, the 3rd patch use ol_flags for the checksum generation 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(-) -- 2.7.4