From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] testpmd: fix crash in txonly mode and when using tx_first Date: Mon, 01 Sep 2014 12:59:15 +0200 Message-ID: <21686235.Wk2QUbLzcJ@xps13> References: <1409567471-18978-1-git-send-email-david.marchand@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: David Marchand Return-path: In-Reply-To: <1409567471-18978-1-git-send-email-david.marchand-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 2014-09-01 12:31, David Marchand: > From: Adrien Mazarguil > > This crash was believed fixed by commit 5886ae07d211e4b5e49806dd183812beb31c67ad, > but the actual issue is that the core ID provided to rte_lcore_to_socket_id() is > wrong. It must be looked up in fwd_lcores_cpuids[]. > > Signed-off-by: Adrien Mazarguil > Signed-off-by: David Marchand Applied for version 1.7.1. Thanks -- Thomas