From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] librte_port: fix segmentation fault for ethdev writer nodrop Date: Mon, 07 Mar 2016 11:53:38 +0100 Message-ID: <1535768.XEvTy3nA9o@xps13> References: <1456953569-40406-1-git-send-email-jasvinder.singh@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jasvinder Singh Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id EEE0B2BA1 for ; Mon, 7 Mar 2016 11:55:15 +0100 (CET) Received: by mail-wm0-f43.google.com with SMTP id n186so79843259wmn.1 for ; Mon, 07 Mar 2016 02:55:15 -0800 (PST) In-Reply-To: <1456953569-40406-1-git-send-email-jasvinder.singh@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-03-02 21:19, Jasvinder Singh: > Error log: > [APP] Initializing PIPELINE0 ... > pipeline> [APP] Initializing PIPELINE1 ... > [PIPELINE1] Pass-through > Segmentation fault (core dumped) > > Fixes: 304c8091e90a ("port: add ethdev writer nodrop") > > Signed-off-by: Jasvinder Singh > Acked-by: Cristian Dumitrescu Applied, thanks