From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: show-stopper bug before releasing -rc3 Date: Mon, 14 May 2018 16:20:00 +0200 Message-ID: <1657199.3gVNzflbN5@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: anatoly.burakov@intel.com, ferruh.yigit@intel.com, shahafs@mellanox.com, john.mcnamara@intel.com To: dev@dpdk.org Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id CF4241C89A for ; Mon, 14 May 2018 16:20:02 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, We have just discovered an issue in master branch when starting testpmd. The core number is wrongly detected after this commit: http://dpdk.org/commit/e505d84c64 Command used for the test: /x86_64-native-linuxapp-gcc/build/app/test-pmd/testpmd -n 4 -w 00:07.0,l3_vxlan_en=1,rx_vec_en=0,tx_vec_en=0 -w 00:06.0,l3_vxlan_en=1,rx_vec_en=0,tx_vec_en=0 -- --burst=64 --mbcache=512 -i --nb-cores=5 --rxq=4 --txq=4 --txd=1024 --rxd=1024 --tx-offloads=0x8000 --enable-rx-cksum --enable-scatter We need to fix it urgently today before pulling next-net, and before closing RC3 today. Anatoly has started the analysis. Any help to accelerate the resolution is welcome. Thanks