From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bcmv-tmail01.ecl.ntt.co.jp (bcmv-tmail01.ecl.ntt.co.jp [124.146.185.148]) by dpdk.org (Postfix) with ESMTP id E41AC2C23 for ; Mon, 4 Mar 2019 07:56:14 +0100 (CET) Received: from bcmv-ns01.ecl.ntt.co.jp (bcmv-ns01.ecl.ntt.co.jp [129.60.83.123]) by bcmv-tmail01.ecl.ntt.co.jp (8.14.4/8.14.4) with ESMTP id x246uCXJ019371; Mon, 4 Mar 2019 15:56:12 +0900 Received: from bcmv-ns01.ecl.ntt.co.jp (localhost [127.0.0.1]) by bcmv-ns01.ecl.ntt.co.jp (Postfix) with ESMTP id B0B221AE; Mon, 4 Mar 2019 15:56:12 +0900 (JST) Received: from localhost.localdomain (lobster.nslab.ecl.ntt.co.jp [129.60.13.95]) by bcmv-ns01.ecl.ntt.co.jp (Postfix) with ESMTP id 8F085157; Mon, 4 Mar 2019 15:56:12 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: spp@dpdk.org, ferruh.yigit@intel.com, ogawa.yasufumi@lab.ntt.co.jp Date: Mon, 4 Mar 2019 15:53:44 +0900 Message-Id: <1551682427-13835-1-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.7.4 X-TM-AS-MML: disable Subject: [spp] [PATCH 0/3] Fix bugs of spp_pcap X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Mar 2019 06:56:15 -0000 From: Yasufumi Ogawa This series of patches is to fix bugs of spp_pcap reported by Hiroyuki[1]. * Fix bug of some of packets are discarded while packet capturing is stopped. * Increase the size of shared ring buffer to avoid discarding packets. * Refactors for name of variables and log messages. [1] https://mails.dpdk.org/archives/spp/2019-February/001373.html Hideyuki Yamashita (2): spp_pcap: change mbuf size for dequeue packets spp_pcap: fix bug pkts remained after pcap stopped Yasufumi Ogawa (1): spp_pcap: add buffer size to reduce dropped pkts src/pcap/spp_pcap.c | 146 +++++++++++++++++++++++++++++--------------- 1 file changed, 98 insertions(+), 48 deletions(-) -- 2.17.1