From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id EDFC42C6B for ; Mon, 7 Mar 2016 11:55:31 +0100 (CET) Received: by mail-wm0-f47.google.com with SMTP id p65so65578481wmp.0 for ; Mon, 07 Mar 2016 02:55:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=GTtIrEsvb6DbGWxOSHJEtpcpJee0zYRfNsmuk8J9NZM=; b=NkTB4SSwSWPo3wDj2odbnf3pxixe5MZUBf2HMVN5VcemZU7ylZHedl3nZYA0rH4ZNU scieAWPjIBEadLY6ynSxE3m6Yng/tEqczzyVt3vfws0TQgyB9kbZ92glwAaY3zHpv2YX xo84ApKLbg1FzgkxZgriDC8Ngs33gK4Gx2wPKH6k2caz9/7RT0UiIzzdAQBRPlefuisC TDVIhf2IFjTMWls7EI2jd4vuSgsXzBIidvJXtKT2Ndpkpk+wUchqj9whHr+ubuBmamFG yWdUAHq0WCThog3nLbmAj9Oi8Z0dwvKw9iLqPCPxorDlvLOUpRyy004CPm/R0elEuiym BJ8Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding; bh=GTtIrEsvb6DbGWxOSHJEtpcpJee0zYRfNsmuk8J9NZM=; b=RCVB76kA4UAW0RRMAH0pz04WT6cy3VjI9RfLxR+mEE1ewbkjT2GixJ3jeAG+xnM18d msMMW9LJWZJgtjTAKUjraK0psVWhSmgnHJI1Ckw5AvISHpAEkbBn+uZVC7TD0iZID7SR o5mrYWm8D96dEEl7CxPhppNGcIxq0hG1Xv5+opoKxg5thEAQjdW034TKdb/6bzbekUjs /hWzoxGxGJzl+wxmZ00BYO/IWJlIm0c3Q4e0M3B9BNAT+fHAfMPksQ1xEhOU3kwvwjrI Kr0sA1IDCorEya1apWZF3uXPu8JAVNEmRN9bZPfXd4m2rIPrhg7vqLPa1ycQcQVH4rZp F47g== X-Gm-Message-State: AD7BkJKh8rRaOadr7Cjhglr2pnBuGJBZu9t06jXn+jLhBRftUw0s7V4GPkrrVr47jYoaa7Jy X-Received: by 10.28.63.68 with SMTP id m65mr9534022wma.95.1457348131859; Mon, 07 Mar 2016 02:55:31 -0800 (PST) Received: from xps13.localnet (171.36.101.84.rev.sfr.net. [84.101.36.171]) by smtp.gmail.com with ESMTPSA id v82sm4017748wmv.6.2016.03.07.02.55.31 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 07 Mar 2016 02:55:31 -0800 (PST) From: Thomas Monjalon To: Jasvinder Singh Date: Mon, 07 Mar 2016 11:53:55 +0100 Message-ID: <1793368.YUl2veyybv@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1456953598-40449-1-git-send-email-jasvinder.singh@intel.com> References: <1456953598-40449-1-git-send-email-jasvinder.singh@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] librte_port: fix segmentation fault for ring writer nodrop X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2016 10:55:32 -0000 2016-03-02 21:19, Jasvinder Singh: > Error log: > [APP] Initializing PIPELINE0 ... > pipeline> [APP] Initializing PIPELINE1 ... > [PIPELINE1] Pass-through > [APP] Initializing PIPELINE2 ... > [PIPELINE2] Pass-through > Segmentation fault (core dumped) > > Fixes: 5f4cd47309d6 ("port: add ring writer nodrop") > Fixes: d58f69c54172 ("port: add ring multi reader or writer") > > Signed-off-by: Jasvinder Singh Applied, thanks