Re: [vpp-dev] maximum number of interfaces ? #vpp

2018-02-20 Thread georgeroman
[Edited Message Follows]

I managed to get this working with all 8 x 10G interfaces. it seem that the 
issue was dpdk_mbuf value which was a bit too low.


Re: [vpp-dev] maximum number of interfaces ? #vpp

2018-02-20 Thread georgeroman
I manages to get this working with all 8 x 10G interfaces. it seem that the 
issue was dpdk_mbuf value which was a bit too low.


Re: [vpp-dev] maximum number of interfaces ? #vpp

2018-02-20 Thread georgeroman
I started disabling dpdk on  3 of the working ports and now i got the ones that 
were not working before in working state. So it look like i might reach some 
resource limitation when enabling more than 5 interfaces at the same time. 
I will need to find out what resource was falling short now. Wish i had some 
indication in a log or something so i can easily figure things out.