From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id C087A5A55 for ; Fri, 22 Jul 2016 00:35:59 +0200 (CEST) Received: by mail-wm0-f43.google.com with SMTP id i5so42657102wmg.0 for ; Thu, 21 Jul 2016 15:35:59 -0700 (PDT) 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:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=McBQ6nkWPKR650xDMKGuJ84gjYvOSQJ/IGuSeFpwqPc=; b=hY4pObQMqWnZHi46DLsinhQnWyw7Ybj0NWRdpinOFfrgdnwgnTwHhzwq0iA3VBEcEa PZoFOZ6mYrusIEK8Zvj6LdK5GwNUtObRoYTtNnGWwjs8dRPPWRjhTnW1ss8OztFytmy5 ev8vD6Tn+BMbeGz+sy/TBiLrzmOgq8MIOHU+pT8V5T21Ehopjtp9DpR6YBjOaAEMzq18 MzIwUvtEKd2EgL+zT0OvnppfOA3byq9PPW+BWGRSVw5fpiioPHZnbQJlz7VVYp8kFtpc pyJiWkYYbPOKZeJ5BiUrDDLGTO0M5Ps8XkJCSiEZJCZy8ScI1YsbvCrU/FYeq7iC1pqf 5DWQ== 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:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=McBQ6nkWPKR650xDMKGuJ84gjYvOSQJ/IGuSeFpwqPc=; b=DeKLZschsvelamYPeBiiGjSw79R4Q4RILZYrnVkAD+sPSxrWJX9or4rnkR8Xn+0/1s qS4YGzY7Ok/1NEXN32MtmRQPbWvd+gCer0QCRIm9Tp6EgEavv3yDApHob/N7O6TXRCkC 1pxRVQvCHU22J23Ces3ojaoU+c+uqi+cXfeSUf8hpLAz1wCAJSNzprCZyUWJnz13rq9B 0PaPhIh6nKhQuyqYMdr8CAeivl+x55vefyKDLtHWzi8rv4CzN9HF9HGV3hWmxiBTzWLf d3SXK9shb1HT36fSS+BfVBTB33YCFDZ6koO0kEAw/xSxuhZwTlTco+CVANY+QG+BEcja b3cw== X-Gm-Message-State: AEkoouvwc6GqbKe2npTANFBu4yYD+/UtHy0JARL4yB3Pv1xJBVLp8Z7OmBe5In1T4VikXAJr X-Received: by 10.28.146.211 with SMTP id u202mr983617wmd.54.1469140559482; Thu, 21 Jul 2016 15:35:59 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id r13sm7793218wmf.12.2016.07.21.15.35.58 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 21 Jul 2016 15:35:58 -0700 (PDT) From: Thomas Monjalon To: Rasesh Mody Cc: bruce.richardson@intel.com, dev@dpdk.org, Dept-EngDPDKDev@qlogic.com Date: Fri, 22 Jul 2016 00:35:58 +0200 Message-ID: <2183104.htStOW48YW@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1469041774-32359-2-git-send-email-rasesh.mody@qlogic.com> References: <1469041774-32359-1-git-send-email-rasesh.mody@qlogic.com> <1469041774-32359-2-git-send-email-rasesh.mody@qlogic.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 2/2] bnx2x: fix fw mempool name length 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: Thu, 21 Jul 2016 22:35:59 -0000 2016-07-20 12:09, Rasesh Mody: > This patch fixes following error: > EAL: Detected 36 lcore(s) > EAL: Probing VFIO support... > PMD: bnxt_rte_pmd_init() called for (null) > EAL: PCI device 0000:08:00.0 on NUMA socket 0 > EAL: probe driver: 14e4:16a1 rte_bnx2x_pmd > EAL: PCI device 0000:08:00.1 on NUMA socket 0 > EAL: probe driver: 14e4:16a1 rte_bnx2x_pmd > Lcore 0: RX port 0 > Lcore 1: RX port 1 > Initializing port 0... EAL: Error - exiting with code: 1 > Cause: Cannot configure device: err=-6, port=0 > > Fixes: 540a2110 ("bnx2x: driver core") > Fixes: 85cf0079 ("mem: avoid memzone/mempool/ring name truncation") > > Signed-off-by: Rasesh Mody Series applied, thanks