From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/ip_pipeline: fix pcap file parsing Date: Fri, 01 Apr 2016 22:55:26 +0200 Message-ID: <2890855.tr0iaY2YOb@xps13> References: <1459504530-6158-1-git-send-email-roy.fan.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Fan Zhang Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 34B432B98 for ; Fri, 1 Apr 2016 22:57:03 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id p65so7273910wmp.1 for ; Fri, 01 Apr 2016 13:57:03 -0700 (PDT) In-Reply-To: <1459504530-6158-1-git-send-email-roy.fan.zhang@intel.com> 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" 2016-04-01 10:55, Fan Zhang: > Fixes: fe5d046 ("examples/ip_pipeline: add pcap file dump") > > This patch fixes the pcap file parsing in ip_pipeline. Originally, the > parser recognizes the pcap related entries regardless of the RTE_PORT_PCAP > macro definition status. > > Signed-off-by: Fan Zhang > Acked-by: Cristian Dumitrescu Applied, thanks