Re: [vpp-dev] Error when trying to add interface to vpp on ARM server.

2018-02-27 Thread khemendra kumar
s it doesn’t return them. > > # service vpp stop > > # ps -eaf | grep vpp – Make sure there are no other VPP processes still > running > > # /usr/bin/vpp -c /etc/vpp/startup.conf > > > > Then send us the results from the entire startup. > > > > Thanks, >

Re: [vpp-dev] Error when trying to add interface to vpp on ARM server.

2018-02-27 Thread John DeNisco
: "vpp-dev@lists.fd.io" <vpp-dev@lists.fd.io>, John DeNisco <jdeni...@cisco.com> Cc: Appana Prasad <pra...@huawei.com>, "lukai (D)" <luk...@huawei.com>, "Damjan Marion (damarion)" <damar...@cisco.com> Subject: Re: [vpp-dev] Error whe

Re: [vpp-dev] Error when trying to add interface to vpp on ARM server.

2018-02-27 Thread via Lists.Fd.Io
f adarsh m via vpp-dev <vpp-dev@lists.fd.io> Reply-To: adarsh m <addi.ada...@yahoo.in> Date: Thursday, February 1, 2018 at 8:43 AM To: "Damjan Marion (damarion)" <damar...@cisco.com>, adarsh m via vpp-dev <vpp-dev@lists.fd.io> Subject: Re: [vpp-dev] Error when try

Re: [vpp-dev] Error when trying to add interface to vpp on ARM server.

2018-02-22 Thread John DeNisco
ruary 1, 2018 at 8:43 AM To: "Damjan Marion (damarion)" <damar...@cisco.com>, adarsh m via vpp-dev <vpp-dev@lists.fd.io> Subject: Re: [vpp-dev] Error when trying to add interface to vpp on ARM server. Hi, After removing socket-mem now vpp is stable but when we try to co

Re: [vpp-dev] Error when trying to add interface to vpp on ARM server.

2018-02-21 Thread Edward Warnicke
Looping in JohnD, who may be able to help... :) Ed On Thu, Feb 1, 2018 at 7:43 AM adarsh m via vpp-dev wrote: > Hi, > > After removing socket-mem now vpp is stable but when we try to connect > through CLI connection is refused. > > > ubuntu@vasily:~$ sudo service vpp

Re: [vpp-dev] Error when trying to add interface to vpp on ARM server.

2018-02-01 Thread adarsh m via vpp-dev
Support 2 channel 32core processor(ARM64) On Thursday 1 February 2018, 6:47:31 PM IST, Damjan Marion (damarion) wrote: You also added socket-mem which is pretty bad idea, try without.If that doesn't help then you will need to run VPP form console and possibly use

Re: [vpp-dev] Error when trying to add interface to vpp on ARM server.

2018-02-01 Thread adarsh m via vpp-dev
Hi, This is on ARM board. and yes i have modified the specific pcie address to added in startup.conf  dpdk {    socket-mem 1024    dev 0002:f9:00.0 } On Thursday 1 February 2018, 5:20:59 PM IST, Damjan Marion (damarion) wrote: Please keep mailing list

Re: [vpp-dev] Error when trying to add interface to vpp on ARM server.

2018-02-01 Thread Damjan Marion (damarion)
You also added socket-mem which is pretty bad idea, try without. If that doesn't help then you will need to run VPP form console and possibly use gdb to collect more details. Which ARM board is that? On 1 Feb 2018, at 14:15, adarsh m > wrote:

Re: [vpp-dev] Error when trying to add interface to vpp on ARM server.

2018-02-01 Thread Damjan Marion (damarion)
Please keep mailing list in CC. Those lines doesn't show that anything is wrong... Is this 4 socket computer? Have you modified startup.conf? On 1 Feb 2018, at 12:40, adarsh m > wrote: Hi, Very sorry pls check the complete one. Feb 01

Re: [vpp-dev] Error when trying to add interface to vpp on ARM server.

2018-02-01 Thread Damjan Marion (damarion)
Unfortunately log you provided is incomplete and truncated so I cannot help much On 1 Feb 2018, at 11:59, adarsh m > wrote: Hi, I checked hugepage and it was 0, so i freed this and increased it to 5120 ubuntu@vasily:~$ sudo -i

Re: [vpp-dev] Error when trying to add interface to vpp on ARM server.

2018-02-01 Thread adarsh m via vpp-dev
Hi, I checked hugepage and it was 0, so i freed this and increased it to 5120 ubuntu@vasily:~$ sudo -i root@vasily:~# echo 5120 > /proc/sys/vm/nr_hugepages now the previous error is not occurring when i start but VPP is not stable, it'll become dead after a few sceonds from start. Logs :

Re: [vpp-dev] Error when trying to add interface to vpp on ARM server.

2018-01-31 Thread Damjan Marion (damarion)
On 31 Jan 2018, at 10:34, adarsh m via vpp-dev > wrote: Hi, Pls check i am trying to bring up vpp with interface on ARM server but facing issue while doing so, pls let me know if there is any existing issue or method to correct this issue.

[vpp-dev] Error when trying to add interface to vpp on ARM server.

2018-01-31 Thread adarsh m via vpp-dev
Hi, Pls check i am trying to bring up vpp with interface on ARM server but facing issue while doing so, pls let me know if there is any existing issue or method to correct this issue. ubuntu@vasily:~$ sudo service vpp status [sudo] password for ubuntu: ● vpp.service - vector packet processing