Re: [ovs-dev] [PATCH ovs] dpif: fix warn msg when failed to open netdev

2017-07-05 Thread Joe Stringer
On 4 July 2017 at 11:04, Marcelo Ricardo Leitner wrote: > Currently it is using the datapath name/type but what has actually > failed was the netdev. > > Fix it by using netdev name/type instead and also log why it failed. > > Signed-off-by: Marcelo Ricardo Leitner

[ovs-dev] [PATCH ovs] dpif: fix warn msg when failed to open netdev

2017-07-04 Thread Marcelo Ricardo Leitner
Currently it is using the datapath name/type but what has actually failed was the netdev. Fix it by using netdev name/type instead and also log why it failed. Signed-off-by: Marcelo Ricardo Leitner --- lib/dpif.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)