Re: [ovs-dev] [PATCH 11/13] netdev-dpdk: Change vlog module name to 'netdev_dpdk'.

2016-10-12 Thread Daniele Di Proietto
On 12/10/2016 13:27, "Ben Pfaff" wrote: >On Tue, Oct 04, 2016 at 06:22:22PM -0700, Daniele Di Proietto wrote: >> It is customary to have the vlog module name similar to the filename. >> Plus a following commit will introduce a 'dpdk' module. >> >> Signed-off-by: Daniele Di Proietto > >Acke

Re: [ovs-dev] [PATCH 11/13] netdev-dpdk: Change vlog module name to 'netdev_dpdk'.

2016-10-12 Thread Ben Pfaff
On Tue, Oct 04, 2016 at 06:22:22PM -0700, Daniele Di Proietto wrote: > It is customary to have the vlog module name similar to the filename. > Plus a following commit will introduce a 'dpdk' module. > > Signed-off-by: Daniele Di Proietto Acked-by: Ben Pfaff _

[ovs-dev] [PATCH 11/13] netdev-dpdk: Change vlog module name to 'netdev_dpdk'.

2016-10-04 Thread Daniele Di Proietto
It is customary to have the vlog module name similar to the filename. Plus a following commit will introduce a 'dpdk' module. Signed-off-by: Daniele Di Proietto --- lib/netdev-dpdk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/netdev-dpdk.c b/lib/netdev-dpdk.c index f