Re: [ovs-dev] [PATCH 2/2] netdev-dpdk: Fix issues introduced by recent style fix.

2016-09-30 Thread Ilya Maximets
On 30.09.2016 16:36, Aaron Conole wrote: > Ilya Maximets writes: > >> Double word removed. Error message rewritten to avoid breaking of the >> user-visible string. >> >> CC: Mark Kavanagh >> Fixes: 58be5c0eecf3 ("netdev-dpdk: Fix coding style") >> Signed-off-by: Ilya Maximets >> --- >> lib/net

Re: [ovs-dev] [PATCH 2/2] netdev-dpdk: Fix issues introduced by recent style fix.

2016-09-30 Thread Aaron Conole
Ilya Maximets writes: > Double word removed. Error message rewritten to avoid breaking of the > user-visible string. > > CC: Mark Kavanagh > Fixes: 58be5c0eecf3 ("netdev-dpdk: Fix coding style") > Signed-off-by: Ilya Maximets > --- > lib/netdev-dpdk.c | 7 --- > 1 file changed, 4 insertion

Re: [ovs-dev] [PATCH 2/2] netdev-dpdk: Fix issues introduced by recent style fix.

2016-09-30 Thread Kavanagh, Mark B
> >Double word removed. Error message rewritten to avoid breaking of the >user-visible string. > >CC: Mark Kavanagh >Fixes: 58be5c0eecf3 ("netdev-dpdk: Fix coding style") >Signed-off-by: Ilya Maximets >--- > lib/netdev-dpdk.c | 7 --- > 1 file changed, 4 insertions(+), 3 deletions(-) > >diff -

[ovs-dev] [PATCH 2/2] netdev-dpdk: Fix issues introduced by recent style fix.

2016-09-30 Thread Ilya Maximets
Double word removed. Error message rewritten to avoid breaking of the user-visible string. CC: Mark Kavanagh Fixes: 58be5c0eecf3 ("netdev-dpdk: Fix coding style") Signed-off-by: Ilya Maximets --- lib/netdev-dpdk.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/ne