Re: [ovs-dev] [PATCH 1/2] netdev-dpdk: Fix coding style in TX/RX conf structs

2014-06-25 Thread Daniele Di Proietto
Thanks On Jun 25, 2014, at 10:55 AM, Pravin Shelar wrote: > On Wed, Jun 25, 2014 at 2:55 AM, Thomas Graf wrote: >> On 06/24/14 at 04:05pm, Daniele Di Proietto wrote: >>> Signed-off-by: Daniele Di Proietto >> >> Acked-by: Thomas Graf > > I pushed it to master. > > Thanks ___

Re: [ovs-dev] [PATCH 1/2] netdev-dpdk: Fix coding style in TX/RX conf structs

2014-06-25 Thread Pravin Shelar
On Wed, Jun 25, 2014 at 2:55 AM, Thomas Graf wrote: > On 06/24/14 at 04:05pm, Daniele Di Proietto wrote: >> Signed-off-by: Daniele Di Proietto > > Acked-by: Thomas Graf I pushed it to master. Thanks. ___ dev mailing list dev@openvswitch.org http://op

Re: [ovs-dev] [PATCH 1/2] netdev-dpdk: Fix coding style in TX/RX conf structs

2014-06-25 Thread Thomas Graf
On 06/24/14 at 04:05pm, Daniele Di Proietto wrote: > Signed-off-by: Daniele Di Proietto Acked-by: Thomas Graf ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH 1/2] netdev-dpdk: Fix coding style in TX/RX conf structs

2014-06-24 Thread Daniele Di Proietto
Signed-off-by: Daniele Di Proietto --- lib/netdev-dpdk.c | 58 +++ 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/lib/netdev-dpdk.c b/lib/netdev-dpdk.c index 3359517..79f67c1 100644 --- a/lib/netdev-dpdk.c +++ b/lib/netdev-dpdk.