From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f174.google.com (mail-we0-f174.google.com [74.125.82.174]) by dpdk.org (Postfix) with ESMTP id 84056590B for ; Wed, 30 Apr 2014 23:15:49 +0200 (CEST) Received: by mail-we0-f174.google.com with SMTP id k48so2239994wev.5 for ; Wed, 30 Apr 2014 14:15:53 -0700 (PDT) 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:content-type; bh=7Ay1Vk1k3OAXlX+dxlUMqayTe1HabBhfJUe+rzj6Zfk=; b=S5NbJueoh8x1sfyJ8jcan/l5rxexw3vZLj0aXS9lEmsyodbniuFX5AlDB+L0JVvwp0 TNEGhY48JGm+s4l4ub2OUbaur/D61/uzsDgURv51GxOxhM0pW2hhG+0FyuYD3CJ/4qXB sIW1ZLm6K92vzJfn6BIAQdcYo0UehhaWob8KlIZiNZ4YL8WQEcTB5UtjxDxWwxtVisIE qvUcpyTDfSQ6mwIFpSmTwqVw8KID0pu1eOZ6xGX7RD8mzXx2zinyIHxhbV897SKVJHCc cknIQSI+b1ITwbQKHLZjY4SRT+qafDmuumHZea/HaDNZAUEqqJz/MDkLPZHVKJAQnbqp qzdQ== X-Gm-Message-State: ALoCoQlWWWozQ6mI47GW5LynlXVWc0vy06HKVqjfIBrd5DfSE8rEeNG7rH0Tr902sXUZ7wWX/wPT X-Received: by 10.194.85.19 with SMTP id d19mr46806wjz.96.1398892553685; Wed, 30 Apr 2014 14:15:53 -0700 (PDT) Received: from xps13.localnet (abo-213-55-68.mts.modulonet.fr. [85.68.55.213]) by mx.google.com with ESMTPSA id cl9sm37937458wjc.25.2014.04.30.14.15.51 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 30 Apr 2014 14:15:52 -0700 (PDT) From: Thomas Monjalon To: adrien.mazarguil@6wind.com Date: Wed, 30 Apr 2014 23:15:51 +0200 Message-ID: <3400685.tXb8I61tlz@xps13> Organization: 6WIND User-Agent: KMail/4.13 (Linux/3.14.1-1-ARCH; KDE/4.13.0; x86_64; ; ) In-Reply-To: <1398863776-31121-1-git-send-email-david.marchand@6wind.com> References: <1398863776-31121-1-git-send-email-david.marchand@6wind.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] app/testpmd: fix crash when using set fwd tx_first with NUMA 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: Wed, 30 Apr 2014 21:15:49 -0000 > From: Adrien Mazarguil > > When NUMA is enabled, the per-core fwd_lcore structure mbuf pool pointer > is not set, causing a crash. > > Initialize fwd_lcore after allocating NUMA memory pools. > > Signed-off-by: Adrien Mazarguil Acked-by: Thomas Monjalon Applied for version 1.6.0r2. Thanks -- Thomas