Re: [ovs-dev] [PATCH v2] netdev_dpdk.c: Add QoS functionality.

2015-11-30 Thread Stokes, Ian
> -Original Message- > From: Flavio Leitner [mailto:f...@sysclose.org] > Sent: Thursday, November 26, 2015 8:58 PM > To: Stokes, Ian > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH v2] netdev_dpdk.c: Add QoS functionality. > > > Funny, everyone is try

Re: [ovs-dev] [PATCH v2] netdev_dpdk.c: Add QoS functionality.

2015-11-26 Thread Flavio Leitner
Funny, everyone is trying to get more performance out of vhost-user and you're are adding qos... :-) I am still looking into it, so don't consider this a throughout review. On Fri, Oct 16, 2015 at 02:28:10PM +0100, Ian Stokes wrote: > This patch provides the modifications required in netdev-dpd

Re: [ovs-dev] [PATCH v2] netdev_dpdk.c: Add QoS functionality.

2015-11-18 Thread Stokes, Ian
> -Original Message- > From: Ben Pfaff [mailto:b...@nicira.com] > Sent: Wednesday, November 04, 2015 3:55 AM > To: Stokes, Ian > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH v2] netdev_dpdk.c: Add QoS functionality. > > On Thu, Oct 22, 2015 at 09:29

Re: [ovs-dev] [PATCH v2] netdev_dpdk.c: Add QoS functionality.

2015-11-03 Thread Ben Pfaff
On Thu, Oct 22, 2015 at 09:29:37AM +, Stokes, Ian wrote: > Just wondering if anyone has input on v2 of the netdev-dpdk QoS patch? > Any feedback would be much appreciated. I don't object but I'm the wrong person to affirmatively review it. ___ dev ma

Re: [ovs-dev] [PATCH v2] netdev_dpdk.c: Add QoS functionality.

2015-10-22 Thread Stokes, Ian
Hi All, Just wondering if anyone has input on v2 of the netdev-dpdk QoS patch? Any feedback would be much appreciated. Thanks Ian > -Original Message- > From: Stokes, Ian > Sent: Friday, October 16, 2015 2:28 PM > To: dev@openvswitch.org > Cc: Stokes, Ian > Subject: [PATCH v2] netdev_dpd

[ovs-dev] [PATCH v2] netdev_dpdk.c: Add QoS functionality.

2015-10-16 Thread Ian Stokes
This patch provides the modifications required in netdev-dpdk.c and vswitch.xml to allow for a DPDK user space QoS algorithm. This patch adds a QoS configuration structure for netdev-dpdk and expected QoS operations 'dpdk_qos_ops'. Various helper functions are also supplied. Also included are the