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 0F6DFA046B for ; Thu, 25 Jul 2019 21:24:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 286951C3AA; Thu, 25 Jul 2019 21:24:30 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 422F41C3A8 for ; Thu, 25 Jul 2019 21:24:29 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A81E13086211; Thu, 25 Jul 2019 19:24: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 ACFAE5DDDC; Thu, 25 Jul 2019 19:24:27 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: ferruh.yigit@intel.com Date: Thu, 25 Jul 2019 21:24:16 +0200 Message-Id: <1564082659-21922-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.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.42]); Thu, 25 Jul 2019 19:24:28 +0000 (UTC) Subject: [dpdk-dev] [PATCH v3 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 v2: - coding style fixes in patch3, - added acks, 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 | 106 ++++++++++++++++------------------------ 1 file changed, 42 insertions(+), 64 deletions(-) -- 1.8.3.1