Re: [ovs-dev] [PATCH 1/3] lib/netdev-dpdk: make device name parsing more robust

2016-01-25 Thread Mauricio Vásquez
Hello Aaron, On 25 January 2016 at 10:28, Aaron Conole wrote: > Mauricio Vasquez B writes: > > > Current implementation of dpdk_dev_parse_name does not perform a robust > > error handling, port names as "dpdkr" or "dpdkr1x" are considered valid. > > Mauricio, thanks for the patch! > > > Signed-

Re: [ovs-dev] [PATCH 1/3] lib/netdev-dpdk: make device name parsing more robust

2016-01-25 Thread Aaron Conole
Mauricio Vasquez B writes: > Current implementation of dpdk_dev_parse_name does not perform a robust > error handling, port names as "dpdkr" or "dpdkr1x" are considered valid. Mauricio, thanks for the patch! > Signed-off-by: Mauricio Vasquez B > --- > lib/netdev-dpdk.c | 22 ++

[ovs-dev] [PATCH 1/3] lib/netdev-dpdk: make device name parsing more robust

2016-01-23 Thread Mauricio Vasquez B
Current implementation of dpdk_dev_parse_name does not perform a robust error handling, port names as "dpdkr" or "dpdkr1x" are considered valid. Signed-off-by: Mauricio Vasquez B --- lib/netdev-dpdk.c | 22 -- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/lib