From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 128CAA046B for ; Thu, 25 Jul 2019 14:04:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 163AD1C316; Thu, 25 Jul 2019 14:04:31 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id ABB9C1C30F for ; Thu, 25 Jul 2019 14:04:29 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id BCCD93084248; Thu, 25 Jul 2019 12:04:28 +0000 (UTC) Received: from dmarchan.remote.csb (ovpn-204-235.brq.redhat.com [10.40.204.235]) by smtp.corp.redhat.com (Postfix) with ESMTP id E357960852; Thu, 25 Jul 2019 12:04:27 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: ferruh.yigit@intel.com Date: Thu, 25 Jul 2019 14:04:17 +0200 Message-Id: <1564056260-18125-1-git-send-email-david.marchand@redhat.com> In-Reply-To: <1563969270-29669-1-git-send-email-david.marchand@redhat.com> References: <1563969270-29669-1-git-send-email-david.marchand@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.40]); Thu, 25 Jul 2019 12:04:28 +0000 (UTC) Subject: [dpdk-dev] [PATCH v2 0/3] Multiseg fixes for pcap pmd 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" Here are some fixes caught while looking at oerrors statistics for this driver. The second patch can be seen as a revert or a followup of [1]. 1: https://git.dpdk.org/dpdk/commit/?id=49a0a2ffd5db Changelog since v1: - comments from Ferruh on patch2, - little simplification in patch3, -- David Marchand David Marchand (3): net/pcap: fix Rx with small buffers net/pcap: fix transmit return count in error conditions net/pcap: fix concurrent multiseg packet transmits drivers/net/pcap/rte_eth_pcap.c | 104 ++++++++++++++++------------------------ 1 file changed, 40 insertions(+), 64 deletions(-) -- 1.8.3.1