From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5] pcap: add support for rx and tx byte counters Date: Mon, 13 Jul 2015 19:33:14 +0200 Message-ID: <3413830.7ExjscLjk7@xps13> References: <1435664375-25648-1-git-send-email-kd@allegro-packets.com> <1436799262-91898-1-git-send-email-kd@allegro-packets.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Klaus Degner Return-path: Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id C1DCE11C5 for ; Mon, 13 Jul 2015 19:34:28 +0200 (CEST) Received: by wgjx7 with SMTP id x7so301633957wgj.2 for ; Mon, 13 Jul 2015 10:34:28 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Added RX and TX bytes counter support to the PCAP statistics. > > Added TX counter support for pcap dumper and interface functions. > > Renamed RX and TX packet counters for consistency. > > > > Signed-off-by: Klaus Degner > > Thanks. > > Tested-by: John McNamara > Acked-by: John McNamara Applied, thanks