Re: [vpp-dev] Question about rdma drivers in vpp 19.04

2019-05-13 Thread Benoit Ganne (bganne) via Lists.Fd.Io
> Linux os-vpp-mst-1 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:16:15 > UTC 2018 x86_64 x86_64 x86_64 GNU/Linux > Also, I had cleared dmesg before running the strace, as I presumed > (apparently incorrectly) that you were looking for "new" messages. Here's > a gist from another (same build tim

Re: [vpp-dev] Question about rdma drivers in vpp 19.04

2019-05-12 Thread Robert Starmer
I just retried on a Packet.net m2.xlarge.x86 instance running Ubuntu 18.04 and I get: vpp# create int rdma host-if enp94s0f1 name mlx5 create interface rdma: Device Open Failed: Bad file descriptor On packet. I've removed the enp94s0f1 interface from the default bonded config, and the interface i

Re: [vpp-dev] Question about rdma drivers in vpp 19.04

2019-05-10 Thread Thomas F Herbert
On 05/10/2019 12:46 PM, Benoit Ganne (bganne) wrote: I verified it on CentOS 7.6 and it works fine: Here i s my gist for Robert and Fred with the steps I used. https://gist.github.com/tfherbert/64cef832f03935c6a2a58729718a36ff Glad to hear, thanks a lot. In CentOS 7.6, for RDMA drivers to wo

Re: [vpp-dev] Question about rdma drivers in vpp 19.04

2019-05-10 Thread Thomas F Herbert
On 05/10/2019 12:46 PM, Benoit Ganne (bganne) wrote: I verified it on CentOS 7.6 and it works fine: Here i s my gist for Robert and Fred with the steps I used. https://gist.github.com/tfherbert/64cef832f03935c6a2a58729718a36ff Glad to hear, thanks a lot. In CentOS 7.6, for RDMA drivers to wo

Re: [vpp-dev] Question about rdma drivers in vpp 19.04

2019-05-10 Thread Benoit Ganne (bganne) via Lists.Fd.Io
> There was no dmesg output from the run, and the strace output is here: > https://gist.github.com/robertstarmer/826fd02d7255e6e5d322fa0a59fed182 For dmesg, you may need to run it under sudo (root) too to get the output (security!). Looking at the strace output (lines 6243-6254) it looks like the

Re: [vpp-dev] Question about rdma drivers in vpp 19.04

2019-05-10 Thread Benoit Ganne (bganne) via Lists.Fd.Io
> I verified it on CentOS 7.6 and it works fine: Here i s my gist for Robert > and Fred with the steps I used. > https://gist.github.com/tfherbert/64cef832f03935c6a2a58729718a36ff Glad to hear, thanks a lot. > In CentOS 7.6, for RDMA drivers to work, we need to install rdma rpm as I > did in my 1

Re: [vpp-dev] Question about rdma drivers in vpp 19.04

2019-05-10 Thread Thomas F Herbert
o: Thomas F Herbert Cc: Benoit Ganne (bganne) ; vpp-dev ; Damjan Marion (damarion) ; Dave Barach (dbarach) ; Fred Sharp Subject: Re: [vpp-dev] Question about rdma drivers in vpp 19.04 I just retried on a Packet.net m2.xlarge.x86 instance running Ubuntu 18.04 and I get: vpp# create int rdma host

Re: [vpp-dev] Question about rdma drivers in vpp 19.04

2019-05-10 Thread Benoit Ganne (bganne) via Lists.Fd.Io
lugin.so { disable } }" ~# dmesg Thanks! ben > -Original Message- > From: Robert Starmer > Sent: vendredi 10 mai 2019 17:29 > To: Thomas F Herbert > Cc: Benoit Ganne (bganne) ; vpp-dev d...@lists.fd.io>; Damjan Marion (damarion) ; Dave > Barach (dbarach) ; Fred Sharp

Re: [vpp-dev] Question about rdma drivers in vpp 19.04

2019-05-10 Thread Thomas F Herbert
Ben, I had this working with 19.02 with my patch using dpdk driver with rdma. https://gerrit.fd.io/r/#/c/18521/ Which I used in the rpms for CentOS. The challenge I had was that convincing dpdk to "see" the pci, That was because the server boots with the mlx ints in a bond and after removing

Re: [vpp-dev] Question about rdma drivers in vpp 19.04

2019-05-10 Thread Benoit Ganne (bganne) via Lists.Fd.Io
Hi Thomas, I just pushed a small doc: https://gerrit.fd.io/r/c/19364/3/src/plugins/rdma/rdma_doc.md > I also tried: > vpp# create interface rdma name mlx5 > create interface rdma: invalid interface (only mlx5 supported for now) You are missing the 'host-if ' stanza, eg: vpp# create int rdma hos

[vpp-dev] Question about rdma drivers in vpp 19.04

2019-05-09 Thread Thomas F Herbert
Question about how to enable rdma driver and mlx4/5 interfaces I just loaded 19.04 on cncf infrastructure machine in packet.net with mlx 4 ints. I don't see the mlx interfaces in show int from vppctl. I am not sure how to find them. They ifs DO show up in show pci. I also tried: vpp# crea