From patchwork Thu Jun 13 13:58:22 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Liron Himi X-Patchwork-Id: 54762 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9C29F1D3E9; Thu, 13 Jun 2019 13:45:06 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id 8E13D1D3A5 for ; Thu, 13 Jun 2019 13:45:05 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x5DBixek008368 for ; Thu, 13 Jun 2019 04:45:04 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-type; s=pfpt0818; bh=tC1EqQ50ydCc+N40SZUCH3Dd75ZJYhAsXnse1B/SRXY=; b=j3LuXIpB8Vj2e4jUc+ksY+4CVCiiqtE9ogfW5cx1TPJIi3IDXqqhiAFjZ69fRAb8i4vF I+Q1DRMdlC/Bk+a6y9Kgql2fHLOvCiuC6nPvkf2j4pl1HpNXj/8Q7MblMK6kGFqXfnWN z4xjDbQ2QqKgHFJpXuzVT2/PSCzEKo9cgKuqxHwihmV0JSCyISrOR3MnnilbxHB+fSVo 7JxDhwU0RRumeclkeVz9gaO7NvL3TMr2k+EJa3BKRoU7EDM0ly0A5F5PmVagxZN7DzA7 dKDQQmflcNgokn3L9taJg5iPrYXR6F9KdZKEKrDkGlcblzyLpTw1amRYsNsVoGOLbKhW Ow== Received: from sc-exch04.marvell.com ([199.233.58.184]) by mx0a-0016f401.pphosted.com with ESMTP id 2t3j820t3g-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Thu, 13 Jun 2019 04:45:04 -0700 Received: from SC-EXCH03.marvell.com (10.93.176.83) by SC-EXCH04.marvell.com (10.93.176.84) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Thu, 13 Jun 2019 04:45:04 -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; Thu, 13 Jun 2019 04:45:04 -0700 Received: from pt-lxl0023.marvell.com (pt-lxl0023.marvell.com [10.5.213.12]) by maili.marvell.com (Postfix) with ESMTP id C29763F7041; Thu, 13 Jun 2019 04:45:02 -0700 (PDT) From: To: CC: Liron Himi Date: Thu, 13 Jun 2019 16:58:22 +0300 Message-ID: <1560434305-9359-1-git-send-email-lironh@marvell.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1560258407-26378-1-git-send-email-lironh@marvell.com> References: <1560258407-26378-1-git-send-email-lironh@marvell.com> MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2019-06-13_07:, , signatures=0 Subject: [dpdk-dev] [PATCH v2 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 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(-)