Re: [dpdk-users] DPDK mlx4 PMD on Azure VM

2018-04-15 Thread Andrew Bainbridge
o: Stephen Hemminger Cc: Andrew Bainbridge; users@dpdk.org Subject: Re: [dpdk-users] DPDK mlx4 PMD on Azure VM In case anyone else might need. I solved this issue by installing the mlx4 related libraries from mlxn ofed source for azure. 1) download source from: https://na01.safelinks.protection.outloo

Re: [dpdk-users] DPDK mlx4 PMD on Azure VM

2018-04-13 Thread Hui Ling
___ > From: Hui Ling > Sent: 10 April 2018 09:40 > To: Stephen Hemminger > Cc: Andrew Bainbridge; users@dpdk.org > Subject: Re: [dpdk-users] DPDK mlx4 PMD on Azure VM > > In case anyone else might need. > > I solved this issue by installing the mlx4

Re: [dpdk-users] DPDK mlx4 PMD on Azure VM

2018-04-10 Thread Hui Ling
In case anyone else might need. I solved this issue by installing the mlx4 related libraries from mlxn ofed source for azure. 1) download source from: http://www.mellanox.com/page/firmware_table_Microsoft?mtag=oem_firmware_download Note: download the sources (48M), not the others. For some reas

Re: [dpdk-users] DPDK mlx4 PMD on Azure VM

2018-01-08 Thread Stephen Hemminger
On Mon, 8 Jan 2018 11:01:09 +0800 Hui Ling wrote: > Stephen, > > My last VM (DS3 v2, with 4 cores and 16GB memory) is in Canada East > and I got AN enabled on my subscription so AN worked just fine. > > For DPDK, I saw from your slides in DPDK submit last year saying > current DPDK solution in

Re: [dpdk-users] DPDK mlx4 PMD on Azure VM

2018-01-07 Thread Hui Ling
Stephen, My last VM (DS3 v2, with 4 cores and 16GB memory) is in Canada East and I got AN enabled on my subscription so AN worked just fine. For DPDK, I saw from your slides in DPDK submit last year saying current DPDK solution in Azure needs: 1) Linux kerlnel 4.14 2) 8 cores I am not sure if t

Re: [dpdk-users] DPDK mlx4 PMD on Azure VM

2018-01-05 Thread Stephen Hemminger
Accelerated networking is now generally available for Linux (and Windows) in all regions. https://azure.microsoft.com/en-us/blog/maximize-your-vm-s-performance-with-accelerated-networking-now-generally-available-for-both-windows-and-linux/ On Mon, Jan 1, 2018 at 8:27 PM, Stephen Hemminger < step.

Re: [dpdk-users] DPDK mlx4 PMD on Azure VM

2018-01-01 Thread Stephen Hemminger
On Thu, 21 Dec 2017 15:35:00 +0800 Hui Ling wrote: > Andy, > > My last VM is not in "Canada East" center since no AN type of instance > was available to me at the time I created my VM. > > Just tried on a same type VM in Canada East, and it seems that the > location does make a difference. > >

Re: [dpdk-users] DPDK mlx4 PMD on Azure VM

2017-12-20 Thread Hui Ling
Andy, My last VM is not in "Canada East" center since no AN type of instance was available to me at the time I created my VM. Just tried on a same type VM in Canada East, and it seems that the location does make a difference. This time, I was able to run testpmd without any explicit errors: roo

Re: [dpdk-users] DPDK mlx4 PMD on Azure VM

2017-12-20 Thread Andrew Bainbridge
Hi Hui Did you create your VM in the "Canada East" data center? This page suggests that is a requirement: https://azure.microsoft.com/en-us/blog/azure-networking-updates-for-fall-2017/ Also, I seem to remember reading that the VM must have at least 8 cores. Sorry, I can't find a reference for t

Re: [dpdk-users] DPDK mlx4 PMD on Azure VM

2017-12-19 Thread Hui Ling
as Monjalon [mailto:tho...@monjalon.net] >> Sent: Tuesday, December 19, 2017 6:22 PM >> To: Hui Ling >> Cc: users@dpdk.org; Ophir Munk >> Subject: Re: [dpdk-users] DPDK mlx4 PMD on Azure VM >> >> 19/12/2017 08:14, Hui Ling: >> > I installed DPD

Re: [dpdk-users] DPDK mlx4 PMD on Azure VM

2017-12-19 Thread Ophir Munk
> Subject: Re: [dpdk-users] DPDK mlx4 PMD on Azure VM > > 19/12/2017 08:14, Hui Ling: > > I installed DPDK 17.11 on Ubuntu 16.04. And I downloaded MLNX OFED > > 4.2-1.2.0.0 and installed up-stream libs with ./mlnxofedinstall > > --guest --dpdk --upstream-libs > >

Re: [dpdk-users] DPDK mlx4 PMD on Azure VM

2017-12-19 Thread Thomas Monjalon
19/12/2017 08:14, Hui Ling: > I installed DPDK 17.11 on Ubuntu 16.04. And I downloaded MLNX OFED > 4.2-1.2.0.0 and installed up-stream libs with > ./mlnxofedinstall --guest --dpdk --upstream-libs > > MLX4 PMD in DPDK doesn't seem to work with lib from ubuntu repository > and install OFED allows me

Re: [dpdk-users] DPDK mlx4 PMD on Azure VM

2017-12-19 Thread Thomas Monjalon
Hi, 19/12/2017 08:14, Hui Ling: > I installed DPDK 17.11 on Ubuntu 16.04. And I downloaded MLNX OFED > 4.2-1.2.0.0 and installed up-stream libs with > ./mlnxofedinstall --guest --dpdk --upstream-libs > > MLX4 PMD in DPDK doesn't seem to work with lib from ubuntu repository > and install OFED allo

[dpdk-users] DPDK mlx4 PMD on Azure VM

2017-12-18 Thread Hui Ling
Hi Folks, I am trying to get DPDK up and running on my Azure VM. Per instructions from MS, I need to install DPDK with mlx4 PMD. I was able to compile but it doesn't seem to run correctly. I installed DPDK 17.11 on Ubuntu 16.04. And I downloaded MLNX OFED 4.2-1.2.0.0 and installed up-stream libs