From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 0/3] Mellanox ConnectX-3 PMD Date: Thu, 26 Feb 2015 14:36:27 +0100 Message-ID: <7873324.ABPKluIWcB@xps13> 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-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Cc: dev-VfR2kkLFssw@public.gmane.org To: Gleb Natapov Return-path: In-Reply-To: <20150226115137.GU3806-RmZWMc9puTNJc61us3aD9laTQe2KTcn/@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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.