[vpp-dev] Error in classify session CLI

2019-05-12 Thread via Lists.Fd.Io
Hi Vpp-Dev, I am trying to add a classify table and a session. My classify session CLI is failing with following error. "classify session: Table index required" Any idea if I am doing something wrong here. [root@DPE-1 ~]# vppctl classify table mask hex 000

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

[vpp-dev] Vpp 1904 does not recognize vmxnet3 interfaces

2019-05-12 Thread Mostafa Salari
Hi I installed version stable/19.04 successfully. Although binding of VM's interfaces (drv=vmxnet3) to DPDK with dpdk-devbind.py works with no error, but, i can not see the NICs when executing: *vppctl show interface *command -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this grou

Re: [vpp-dev] Vpp 1904 does not recognize vmxnet3 interfaces

2019-05-12 Thread steven luong via Lists.Fd.Io
Mostafa, Vmxnet3 NICs are in the blacklist by default. Please specify the vmxnet3 pci’s in the dpdk section of the startup.conf. Steven From: on behalf of Mostafa Salari Date: Sunday, May 12, 2019 at 4:52 AM To: "vpp-dev@lists.fd.io" Subject: [vpp-dev] Vpp 1904 does not recognize vmxnet3 int