Re: [ovs-dev] [PATCH] netdev-dpdk: Refactor dpdk_class_init()

2014-07-17 Thread Daniele Di Proietto
Thanks, Daniele On Jul 17, 2014, at 11:20 AM, Pravin Shelar wrote: > On Wed, Jul 16, 2014 at 5:10 PM, Daniele Di Proietto > wrote: >> The following changes were made: >> >> - Since we have two dpdk classes, we should split the initial operations >> needed >> by both classes from the initial

Re: [ovs-dev] [PATCH] netdev-dpdk: Refactor dpdk_class_init()

2014-07-17 Thread Pravin Shelar
On Wed, Jul 16, 2014 at 5:10 PM, Daniele Di Proietto wrote: > The following changes were made: > > - Since we have two dpdk classes, we should split the initial operations > needed > by both classes from the initialization needed by each class. > - The dpdk_ring class does not need an initializ

[ovs-dev] [PATCH] netdev-dpdk: Refactor dpdk_class_init()

2014-07-16 Thread Daniele Di Proietto
The following changes were made: - Since we have two dpdk classes, we should split the initial operations needed by both classes from the initialization needed by each class. - The dpdk_ring class does not need an initialization function: it has been removed. This also prevents many testcase f