From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rafal Kozik Subject: [PATCH 0/5][pktgen] fixes and minor features Date: Thu, 10 Jan 2019 17:14:01 +0100 Message-ID: <1547136846-23319-1-git-send-email-rk@semihalf.com> Cc: mw@semihalf.com, mk@semihalf.com, gtzalik@amazon.com, evgenys@amazon.com, matua@amazon.com, igorch@amazon.com, Rafal Kozik To: dev@dpdk.org, keith.wiles@intel.com Return-path: Received: from mail-lf1-f65.google.com (mail-lf1-f65.google.com [209.85.167.65]) by dpdk.org (Postfix) with ESMTP id 74C0E1B7E7 for ; Thu, 10 Jan 2019 17:14:16 +0100 (CET) Received: by mail-lf1-f65.google.com with SMTP id n18so8708935lfh.6 for ; Thu, 10 Jan 2019 08:14:16 -0800 (PST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hello Keith, This patch set contain two fixes for issues that were noticed when running DPDK in debug configuration. There are also three minor features that may be useful. Those patches are independent from each other. I am kindly asking, if those changes are appropriate to be merged to Pktgen? Best regards, Rafal Rafal Kozik (5): [pktgen] fix race condition in start [pktgen] different PCAP per each queue [pktgen] use constants for PCAP creation [pktgen] expose number of missed Rx packets [pktgen] fix cleanup of not sent packets app/lpktgenlib.c | 1 + app/pktgen-cmds.c | 4 ++-- app/pktgen-main.c | 40 ++++++++++++++++++++++++++++++---------- app/pktgen-pcap.c | 34 +++++++++++++++++----------------- app/pktgen-port-cfg.c | 8 +++++++- app/pktgen-port-cfg.h | 1 + app/pktgen.c | 7 +++---- 7 files changed, 61 insertions(+), 34 deletions(-) -- 2.7.4