Re: [ovs-dev] [PATCH v2 2/2] tests/dpdk/ring_client: extend range of supported dpdkr ports

2016-02-23 Thread Mauricio Vásquez
Hi Daniele, I didn't know about that function, thanks!. I already sent the new versions: http://openvswitch.org/pipermail/dev/2016-February/066650.html http://openvswitch.org/pipermail/dev/2016-February/066649.html Thank you very much!. On 23 February 2016 at 19:12, Daniele Di Proietto

Re: [ovs-dev] [PATCH v2 2/2] tests/dpdk/ring_client: extend range of supported dpdkr ports

2016-02-23 Thread Daniele Di Proietto
Apologies for the delay in the review. I think this and the previous patch could benefit from using str_to_uint(). Would you mind making that change and resubmitting? I'll be happy to apply it then. Thanks, Daniele On 25/01/2016 11:55, "dev on behalf of Mauricio Vasquez B"

[ovs-dev] [PATCH v2 2/2] tests/dpdk/ring_client: extend range of supported dpdkr ports

2016-01-25 Thread Mauricio Vasquez B
Current implementation of the ring_client test only supports up to the dpdkr255 port, this patch extends it to support the full range of possible dpdkr ports. Signed-off-by: Mauricio Vasquez B --- v2: - replace strtol by strtoul Thanks to Aaron Conole!