From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f45.google.com (mail-pa0-f45.google.com [209.85.220.45]) by dpdk.org (Postfix) with ESMTP id 4E9EA5681 for ; Thu, 22 Sep 2016 17:30:51 +0200 (CEST) Received: by mail-pa0-f45.google.com with SMTP id qn7so12918028pac.3 for ; Thu, 22 Sep 2016 08:30:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=c90CJfF+N6HyAmcAK1BmJZbTA/48p/S4sXM9xinhMs0=; b=V+a+evy2SNgpYSJw0b65iLFPSetbRt+XYWBW9l7NHWVa88/bV4ZQbrdcX1XslTgNMi NnePE8WbEh0+mUlQoaybYEMRnKB4igKv7ONZsqFT082yB2pSi8TADinAV1T9YyZi/oHn wraMiU5/bcdYsGi4vTTR/XAjC67PnuDEI10rxXftocLIdthVrgvxHTUGQBWqmgu8xTCR IL7kYHD/mFt07pFRaxrMw+bFAmCqq6SwoB0xgYf0n7/RQqNGk3gpXgq9y7MeruJpOD+R 6MdavvxHxjRC76KApRpJAdTQxos/kBBHUd/tj8cga+ciMIbRUd4LMFttgnjNYzu3KAJE XQNQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=c90CJfF+N6HyAmcAK1BmJZbTA/48p/S4sXM9xinhMs0=; b=XyAcCEX7BdwuUqY0E1scorSfOToOjbGTL4PoQgd/CfS59BedFzaHuOYQeVrYPVaoCz VNq24aDRo3V7eHbihgh9aEm+sBXJX8Be8bP/tm+mU3HVC9Z80syQ6mrCXVLFo2vrM+8r +SLhzVdzZ5QeHNJtiwxZupSqe0fR+XU7LcZgEXbroAia9eukpaOugdVxc99grQCE/ieG nTzBXZIKOhfIDkOjHVJLdBpZvct66xI8qwCqPyvjMO+XVp+zdq0f36hau2kAPHFzo4LX e7YQ4bOwIkwSwg/PAzBOFaZ5kdi8DRLRQ8EwLM17I4oB3olaEzXEkmcP06oRrLaSrhIy Jibw== X-Gm-Message-State: AE9vXwNrceeQiaNtfznKuXMEUaNql3irYCa7aJ65zVyDQzi+z6xoOKv1r0QgV8bY1gGV+A== X-Received: by 10.66.75.39 with SMTP id z7mr4285491pav.83.1474558250618; Thu, 22 Sep 2016 08:30:50 -0700 (PDT) Received: from xeon-e3 (static-50-53-69-251.bvtn.or.frontiernet.net. [50.53.69.251]) by smtp.gmail.com with ESMTPSA id wa9sm4997030pac.35.2016.09.22.08.30.50 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 22 Sep 2016 08:30:50 -0700 (PDT) Date: Thu, 22 Sep 2016 08:31:00 -0700 From: Stephen Hemminger To: Cc: , Message-ID: <20160922083100.6dc778ce@xeon-e3> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-users] Issue while running more than 64 core X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2016 15:30:51 -0000 On Thu, 22 Sep 2016 12:07:17 +0000 wrote: > Hi, > I am running DPDK on 96 core machine (4 E7 CPUs with 24 cores each) ,we unable to utilize more than 64 core on 96 CPU server. > > CLI : AuthEngine --dpdk-pmd --network-stack native -c64 --host-ipv4-addr 10.165.*.* --gw-ipv4-addr 10.165.*.* --netmask-ipv4-addr 255.255.255.* > > Error : Failed to bootstrap AuthEngine: _Base_bitset::_M_do_to_ulong This error is not from the DPDK code base, it is some proprietary code you are using. Fix your own code, or if you bought it from someone complain to them. Probably they code is trying to fit more than 64 CPU's into an unsigned long bitmask.