Re: [ovs-dev] [PATCH 2/3] dpif-netdev: Move rxq management into functions.

2016-02-22 Thread Daniele Di Proietto
Thanks for the patch and the review! I applied this to master On 18/02/2016 12:20, "Flavio Leitner" wrote: >On Mon, 08 Feb 2016 18:30:30 +0300 >Ilya Maximets wrote: > >> Signed-off-by: Ilya Maximets >> --- >> lib/dpif-netdev.c | 163 >>+++--- >

Re: [ovs-dev] [PATCH 2/3] dpif-netdev: Move rxq management into functions.

2016-02-18 Thread Flavio Leitner
On Mon, 08 Feb 2016 18:30:30 +0300 Ilya Maximets wrote: > Signed-off-by: Ilya Maximets > --- > lib/dpif-netdev.c | 163 > +++--- > 1 file changed, 105 insertions(+), 58 deletions(-) > > diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c > index

[ovs-dev] [PATCH 2/3] dpif-netdev: Move rxq management into functions.

2016-02-08 Thread Ilya Maximets
Signed-off-by: Ilya Maximets --- lib/dpif-netdev.c | 163 +++--- 1 file changed, 105 insertions(+), 58 deletions(-) diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c index c477f2b..e62f5f6 100644 --- a/lib/dpif-netdev.c +++ b/lib/dpif-netdev.c @@