Re: [ovs-dev] [PATCH] netdev-dpdk : vhost-user port link state fix

2016-07-15 Thread Daniele Di Proietto
Thanks everyone, I pushed this to branch-2.5 2016-07-15 3:28 GMT-07:00 Zoltán Balogh : > > > > > > I changed 'netdev' to 'dev' in netdev_dpdk_init(), added Jan to AUTHORS > > > and > > > pushed this to master. > > > > Another backport request - could this be pushed to 2.5 too? > > > > Thanks, > >

Re: [ovs-dev] [PATCH] netdev-dpdk : vhost-user port link state fix

2016-07-15 Thread Zoltán Balogh
> > > > I changed 'netdev' to 'dev' in netdev_dpdk_init(), added Jan to AUTHORS > > and > > pushed this to master. > > Another backport request - could this be pushed to 2.5 too? > > Thanks, > Ciara Hi, Here is the patch for OVS 2.5, in case you want to push it: OVS reports that link state of a

Re: [ovs-dev] [PATCH] netdev-dpdk : vhost-user port link state fix

2016-07-15 Thread Loftus, Ciara
> > I changed 'netdev' to 'dev' in netdev_dpdk_init(), added Jan to AUTHORS > and > pushed this to master. Another backport request - could this be pushed to 2.5 too? Thanks, Ciara > > Thanks! > > Daniele > > 2016-06-02 5:42 GMT-07:00 Zoltán Balogh : > > > Hi Daniele, > > > > I fixed the pa

Re: [ovs-dev] [PATCH] netdev-dpdk : vhost-user port link state fix

2016-06-02 Thread Daniele Di Proietto
I changed 'netdev' to 'dev' in netdev_dpdk_init(), added Jan to AUTHORS and pushed this to master. Thanks! Daniele 2016-06-02 5:42 GMT-07:00 Zoltán Balogh : > Hi Daniele, > > I fixed the patch based on your comments: > > OVS reports that link state of a vhost-user port (type=dpdkvhostuser) is >

Re: [ovs-dev] [PATCH] netdev-dpdk : vhost-user port link state fix

2016-06-02 Thread Zoltán Balogh
Hi Daniele, I fixed the patch based on your comments: OVS reports that link state of a vhost-user port (type=dpdkvhostuser) is DOWN, even when traffic is running through the port between a Virtual Machine and the vSwitch. Changing admin state with the "ovs-ofctl mod-port up/down" command ove

Re: [ovs-dev] [PATCH] netdev-dpdk : vhost-user port link state fix

2016-06-01 Thread Daniele Di Proietto
Thanks for the patch! I have a few comments inline, otherwise this looks good to me 2016-05-12 9:13 GMT-07:00 Zoltán Balogh : > Hi, > > OVS reports that link state of a vhost-user port (type=dpdkvhostuser) is > DOWN, even when traffic is running through the port between a Virtual > Machine and t

[ovs-dev] [PATCH] netdev-dpdk : vhost-user port link state fix

2016-05-12 Thread Zoltán Balogh
Hi, OVS reports that link state of a vhost-user port (type=dpdkvhostuser) is DOWN, even when traffic is running through the port between a Virtual Machine and the vSwitch. Changing admin state with the "ovs-ofctl mod-port up/down" command over OpenFlow does affect neither the reported link st