From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f50.google.com (mail-pa0-f50.google.com [209.85.220.50]) by dpdk.org (Postfix) with ESMTP id 728985A53 for ; Fri, 16 Oct 2015 22:01:49 +0200 (CEST) Received: by pacfv9 with SMTP id fv9so31408797pac.3 for ; Fri, 16 Oct 2015 13:01:48 -0700 (PDT) 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-type:content-transfer-encoding; bh=a6Xyfh3nukZTODNLpByWD854lvF2E1RvDGxMVIpw9cs=; b=FRNt/1Doj4b9GZBU78K65E0wFq3D8ucIJDcvx3VhZw8OA0mAZAPEC/dIkcvezmScEB VBglU6/VVSkbt0B4+bXULCBSDp4XHOxuGKnaVpTJNehThDNf84Wsy1yfDMZLWxkepWTl FVgSz022RmQ8gusFCNGJTWYI0d5WDHsn2ylJRCwobiQaT8D+0pxiviPz4y2zoUCV4VDF r7h9NQK5bToBEbuX9GBvspXR+J9peNKV4rJry6Wwi7NToCL2SQN3jV3ksR2mtIQoQqIT ADb+OcwIPvfKdd5x41cIr/h+JrfkrG0zYxfz1txmdrJc4vNA/knlpqbEkDLdm7MwSPe/ iOig== X-Gm-Message-State: ALoCoQklg7D+/huD0yyT6nWQN5Y2Lv6tL+eAIePvDpEcZ7SKytRphrBwTsK4okeymgCpS1kZIX31 X-Received: by 10.66.216.39 with SMTP id on7mr18348238pac.73.1445025708705; Fri, 16 Oct 2015 13:01:48 -0700 (PDT) Received: from xeon-e3 (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by smtp.gmail.com with ESMTPSA id qj10sm5416411pbb.8.2015.10.16.13.01.48 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 16 Oct 2015 13:01:48 -0700 (PDT) Date: Fri, 16 Oct 2015 13:01:58 -0700 From: Stephen Hemminger To: "Bill O'Hara" Message-ID: <20151016130158.02055ce1@xeon-e3> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" , Moshe Lazer Subject: Re: [dpdk-dev] Mellanox PMD failure w/DPDK-2.1.0 and MLNX_OFED-3.1-1.0.3 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: Fri, 16 Oct 2015 20:01:49 -0000 On Fri, 16 Oct 2015 12:11:14 -0700 "Bill O'Hara" wrote: > Hi Olga, > > Sorry for slow response. Initially, raw_ethernet_bw and raw_ethernet_lat > were not working. > > * we clean installed some boxes, rather than upgrading from previous ofed > etc and now the raw_ethernet_bw and raw_ethernet_lat work. (This is on > ubuntu14.04 with most recent mellanox ofed release). > > * dpdk-2.1 still did not work. We clean installed the build box, to clear > any possibility of mismatches due to upgrade process. Still not working. > > * at the suggestion of one of our developers, we switched from statically > linking dpdk and libibverbs to static dpdk and dynamic libibverbs. Now the > dpdk test programs work. > > * at this point, we've switched back to our own kernel build (with > patches), our own dpdk programs, and everything appears to be correct. > > Apologies for the firedrill -- we do not yet know the exact root cause, but > it appears to be related to having done an upgrade of mellanox ofed on the > ubuntu14.04 boxes AND building with static linking of libibverbs (though we > double checked that the correct .a file was being linked). I will let you > know if we have a more satisfactory answer -- we're also more highly > prioritizing hermetic builds at this point. > > thanks for your help and hints! > bill Sounds like a case where the application was not linked with proper LDFLAGS to enable constructors.