Re: [ovs-discuss] OVS+DPDK on CentOS 7

2019-07-12 Thread Nicolas Vazquez
Thanks Ben and Alon for your help. I want to share the solution in case someone else hits the same issue: dpdkvhostuser type requires the bridge to be created with datatype_path=netdev as stated in the documentation: http://docs.openvswitch.org/en/latest/howto/dpdk/ Regards, Nicolas Vazquez El

Re: [ovs-discuss] OVS+DPDK on CentOS 7

2019-07-11 Thread Ben Pfaff
I forgot to finish my thought. For the most recent version of OVS, if DPDK is supported, so is dpdkvhostuser (and dpdkvhostuserclient, which is not deprecated). Maybe dpdkvhostuser was optional in 2.9. On Thu, Jul 11, 2019 at 01:22:20PM -0700, Ben Pfaff wrote: > It looks like dpdkvhostuser

Re: [ovs-discuss] OVS+DPDK on CentOS 7

2019-07-11 Thread Ben Pfaff
It looks like dpdkvhostuser ports are deprecated, although they should still work. On Thu, Jul 11, 2019 at 12:35:53AM -0300, Nicolas Vazquez wrote: > My mistake :) > > Been checking the /var/run/openvswitch/ovs-vswitchd.log and found this is > the error: > >

Re: [ovs-discuss] OVS+DPDK on CentOS 7

2019-07-10 Thread Nicolas Vazquez
My mistake :) Been checking the /var/run/openvswitch/ovs-vswitchd.log and found this is the error: 2019-07-11T03:11:31.789Z|00226|netdev_dpdk|INFO|Socket /var/run/openvswitch/test created for vhost-user port test 2019-07-11T03:11:31.790Z|00227|dpif_netlink|WARN|system@ovs-system: cannot create

Re: [ovs-discuss] OVS+DPDK on CentOS 7

2019-07-10 Thread Ben Pfaff
On Wed, Jul 10, 2019 at 04:16:14PM -0300, Nicolas Vazquez wrote: > Thank you both. > > I tried replacing the OVS packages. Have bind NIC to DPDK support: > # dpdk-devbind --status > > Network devices using DPDK-compatible driver > > :02:04.0

Re: [ovs-discuss] OVS+DPDK on CentOS 7

2019-07-10 Thread Nicolas Vazquez
Thank you both. I tried replacing the OVS packages. Have bind NIC to DPDK support: # dpdk-devbind --status Network devices using DPDK-compatible driver :02:04.0 '82545EM Gigabit Ethernet Controller (Copper) 100f' drv=igb_uio unused= However

Re: [ovs-discuss] OVS+DPDK on CentOS 7

2019-07-10 Thread Ben Pfaff
On Wed, Jul 10, 2019 at 10:30:12AM -0300, Nicolas Vazquez wrote: > I've been trying to extend an existing OVS installation on CentOS 7 to > support DPDK, but could not find a way without a clean install. Is it > possible to configure OVS with DPDK without reinstalling it? [1] > > # ovs-vsctl

Re: [ovs-discuss] OVS+DPDK on CentOS 7

2019-07-10 Thread Alon Dotan
I dont think is dpdk enabled package... you need to get the ovs from the openstack repo... From: Nicolas Vazquez Sent: Wednesday, July 10, 2019 5:05 PM To: Alon Dotan Cc: ovs-discuss@openvswitch.org Subject: Re: [ovs-discuss] OVS+DPDK on CentOS 7 Version is 2.9.2

Re: [ovs-discuss] OVS+DPDK on CentOS 7

2019-07-10 Thread Nicolas Vazquez
ovs-discuss-boun...@openvswitch.org < > ovs-discuss-boun...@openvswitch.org> on behalf of Nicolas Vazquez < > nicovazque...@gmail.com> > *Sent:* Wednesday, July 10, 2019 4:30 PM > *To:* ovs-discuss@openvswitch.org > *Subject:* [ovs-discuss] OVS+DPDK on CentOS 7 >

Re: [ovs-discuss] OVS+DPDK on CentOS 7

2019-07-10 Thread Alon Dotan
-discuss] OVS+DPDK on CentOS 7 Hi all, I've been trying to extend an existing OVS installation on CentOS 7 to support DPDK, but could not find a way without a clean install. Is it possible to configure OVS with DPDK without reinstalling it? [1] # ovs-vsctl --no-wait set Open_vSwitch

[ovs-discuss] OVS+DPDK on CentOS 7

2019-07-10 Thread Nicolas Vazquez
Hi all, I've been trying to extend an existing OVS installation on CentOS 7 to support DPDK, but could not find a way without a clean install. Is it possible to configure OVS with DPDK without reinstalling it? [1] # ovs-vsctl --no-wait set Open_vSwitch . other_config:dpdk-init=true # ovs-vsctl