From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/ip_pipeline: fix NULL packet processing in source port Date: Tue, 17 May 2016 14:47:09 +0200 Message-ID: <2269408.5HmfA0sQ54@xps13> References: <1463488621-26820-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-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 3ADBA6A1B for ; Tue, 17 May 2016 14:47:21 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id n129so138856184wmn.1 for ; Tue, 17 May 2016 05:47:21 -0700 (PDT) In-Reply-To: <1463488621-26820-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-05-17 13:37, Fan Zhang: > This patch fixes the NULL packet processing problem. Originally, > the write to NULL packets generated by source port will crash > the ip pipeline application. This patch enforces, unless > specified, a default pcap file path to be read. I failed to understand. Please describe clearly the bug in 1 or 2 sentences. Then use a line break and describe the fix. Thanks