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

2016-03-02 Thread Stokes, Ian
> From: Daniele Di Proietto [mailto:diproiet...@vmware.com] > Sent: Tuesday, March 01, 2016 10:19 PM > To: Stokes, Ian; dev@openvswitch.org > Cc: f...@sysclose.org > Subject: Re: [PATCH v4] netdev_dpdk.c: Add QoS functionality. > > Hi Ian, > > I have one comment and some minor style nitpicks inli

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

2016-03-01 Thread Daniele Di Proietto
Hi Ian, I have one comment and some minor style nitpicks inline, but other than that I think the patch is good to go. If you agree with the comments would you mind fixing those and rebasing? Thanks On 19/02/2016 09:26, "Ian Stokes" wrote: >This patch provides the modifications required in net

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

2016-02-23 Thread Stokes, Ian
> -Original Message- > From: Flavio Leitner [mailto:f...@sysclose.org] > Sent: Tuesday, February 23, 2016 2:10 AM > To: Stokes, Ian > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH v4] netdev_dpdk.c: Add QoS functionality. > > On Fri, 19 Feb 2016 17:

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

2016-02-22 Thread Flavio Leitner
On Fri, 19 Feb 2016 17:26:30 + Ian Stokes wrote: > 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'. V