Re: [ovs-dev] [PATCH 3/3] lib/netdev-dpdk: increase ring name length for dpdkr ports

2016-02-23 Thread Daniele Di Proietto
Apologies for the delay and thanks for the patch and the review! I applied this to master On 25/01/2016 07:43, "dev on behalf of Aaron Conole" wrote: >Mauricio Vasquez B writes: >> A ring

Re: [ovs-dev] [PATCH 3/3] lib/netdev-dpdk: increase ring name length for dpdkr ports

2016-02-19 Thread Ben Pfaff
On Mon, Jan 25, 2016 at 10:43:16AM -0500, Aaron Conole wrote: > Mauricio Vasquez B writes: > > A ring name length of 10 characters is not enough for dpdkr ports > > starting from dpdkr10, then it is increased to RTE_RING_NAMESIZE > > characters. > > > >

Re: [ovs-dev] [PATCH 3/3] lib/netdev-dpdk: increase ring name length for dpdkr ports

2016-01-25 Thread Aaron Conole
Mauricio Vasquez B writes: > A ring name length of 10 characters is not enough for dpdkr ports > starting from dpdkr10, then it is increased to RTE_RING_NAMESIZE > characters. > > Signed-off-by: Mauricio Vasquez B

[ovs-dev] [PATCH 3/3] lib/netdev-dpdk: increase ring name length for dpdkr ports

2016-01-23 Thread Mauricio Vasquez B
A ring name length of 10 characters is not enough for dpdkr ports starting from dpdkr10, then it is increased to RTE_RING_NAMESIZE characters. Signed-off-by: Mauricio Vasquez B --- lib/netdev-dpdk.c | 6 +++--- 1 file changed, 3 insertions(+), 3