From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] examples/ip_pipeline: fix NULL packet processing in source port Date: Tue, 07 Jun 2016 22:44:23 +0200 Message-ID: <5271656.KCWqAlG4ZA@xps13> References: <1463500930-29177-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-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 30CC9ADB0 for ; Tue, 7 Jun 2016 22:44:25 +0200 (CEST) Received: by mail-wm0-f49.google.com with SMTP id r5so11291831wmr.0 for ; Tue, 07 Jun 2016 13:44:25 -0700 (PDT) In-Reply-To: <1463500930-29177-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 17:02, Fan Zhang: > This patch fixes the NULL packet processing problem. Originally, > pipeline's write attempt to NULL packets generated by source > port may crash the application. I still don't understand what is *the* NULL packet processing problem. Anyway applied, thanks