From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id B75815683 for ; Thu, 26 Feb 2015 14:37:04 +0100 (CET) Received: by wgha1 with SMTP id a1so10815524wgh.5 for ; Thu, 26 Feb 2015 05:37:04 -0800 (PST) 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=z6Nv0FpBsttXSMAPiv8d9C4nnir+FqjUdFNQx6ebS/g=; b=HsntyYWi4Hki5KUgDTxvEWjDTfdghhPVfVEvXuDTE5visKrsr9br58qcM05dyc7FLK kTR+jk2MnVnPKor/6zFR6H5clEM5dPKkTvq6zL1JgjS9efpy3HMIhyK7gELoevV63JA2 gQ3g4Ea9GPNca5MRuz866XZrdq1Df4Int/XSKYxsp03JkYr/Pblu9KD/jldWzJ8vqUGZ UhITmCYjp/C972DYBmKzVUm80zbFe3W/rGfXn2UADZHXEUlRnBMd7jVGIoJrhStkrotD p93wNtZodi+sRS8H2fMfsNqplNBKoJR9Z/UfFoSnuZ2+ULujlgC03Govm3Pj9/Kx0Zmr iVyA== X-Gm-Message-State: ALoCoQnh2jEumOb9NFTGGh4VW7/jctgpqwu+AT2QaxfUNeYbR9LRbY9fhEVCVFsdfBdBz/jmt/Rd X-Received: by 10.180.84.9 with SMTP id u9mr16119058wiy.91.1424957823707; Thu, 26 Feb 2015 05:37:03 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id x6sm1440163wjf.24.2015.02.26.05.37.02 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Feb 2015 05:37:02 -0800 (PST) From: Thomas Monjalon To: Gleb Natapov Date: Thu, 26 Feb 2015 14:36:27 +0100 Message-ID: <7873324.ABPKluIWcB@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <20150226115137.GU3806@cloudius-systems.com> References: <1424492174-27072-1-git-send-email-adrien.mazarguil@6wind.com> <1424872326-17930-1-git-send-email-adrien.mazarguil@6wind.com> <20150226115137.GU3806@cloudius-systems.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v3 0/3] Mellanox ConnectX-3 PMD 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, 26 Feb 2015 13:37:04 -0000 2015-02-26 13:51, Gleb Natapov: > Did git pull today. After enabling mlnx pmd compilation fails with: >=20 > dpdk/lib/librte_pmd_mlx4/mlx4.c: In function =E2=80=98mlx4_pci_devini= t=E2=80=99: > dpdk/lib/librte_pmd_mlx4/mlx4.c:4636:14: error: too few arguments to = function =E2=80=98rte_eth_dev_allocate=E2=80=99 > eth_dev =3D rte_eth_dev_allocate(name); Yes, thanks for reporting. I didn't test the disabled mlx4 after hotplug integration: =09dpdk.org/browse/dpdk/commit/?id=3D9f1653e7b7e1746e7c Clearly, I have to improve my sanity checks. Sorry for the inconvenience.