Re: [vpp-dev] how to pull a 18.07 code??

2018-09-25 Thread Jit Mehta
Thank you Ed. :-) - J On Tue, Sep 25, 2018 at 11:43 AM Ed Warnicke wrote: > git checkout v18.07.1 > > will get you to the latest release code > > If you want the stable/18.07 branch: > > git checkout stable/1807 > > Ed > > > On September 24, 2018 at 1:43:0

[vpp-dev] how to pull a 18.07 code??

2018-09-24 Thread Jit Mehta
Could someone tell me how do I pull the 18.07 code? I have never pulled tree with a label before so not sure how to do it. BTW, I pulled latest VPP (*git* clone http://gerrit.fd.io/r/vpp)and have run into the following cmake error: CMake Error at

Re: [EXTERNAL] Re: [vpp-dev] VPP ARM Build/Installation

2018-07-02 Thread Jit Mehta
You are right. :-) Able to pull the binaries now. Thanks,! Jit On Mon, Jul 2, 2018 at 5:45 PM, Luke, Chris wrote: > My best guess, not knowing your environment, is that you don’t have > ca-certificates installed. > > > > *From:* Jit Mehta > *Sent:* Monday, July 2, 20

Re: [vpp-dev] VPP ARM Build/Installation

2018-07-02 Thread Jit Mehta
ew/VPP/Installing_VPP_binaries_from_ > packages#Ubuntu.2FDebian > > > > Chris > > > > *From:* vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] *On Behalf Of *Brian > Brooks > *Sent:* Monday, July 02, 2018 12:56 PM > *To:* Jit Mehta ; vpp-dev@lists.fd.io > *Subject:* [EXTER

[vpp-dev] VPP ARM Build/Installation

2018-06-29 Thread Jit Mehta
Hello, Is there a way I can download and install aarch64 binaries? If not, is there a wiki that lists how to build aarch64 targets? Thanks, Jit -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#9746): https://lists.fd.io/g/vpp-dev/message/9746 Mute

[vpp-dev] hardware-interfaces not seen inside VPP

2018-05-02 Thread Jit Mehta
Hello, I see that my physical nic highlighted below is seen by vpp but somehow I do not see corresponding hardware interface TenGigabitEthernet9/0/0 in "show hardware-interfaces". How do I create this interface in VPP? Thanks, Jit vpp# show pci Address Sock VID:PID Link Speed

[vpp-dev] cli to show configuration.

2018-04-07 Thread Jit Mehta
Is there a cli to show all the config added for vpp? ("show runn" equivalent for Cisco) Thanks, J

[vpp-dev] MPLS configuration for v18.01.1

2018-04-04 Thread Jit Mehta
Hello vpp-dev, Is there a configuration guide/wiki page for MPLS for v18.01.1? I followed at the documentation here https://docs.fd.io/vpp/18.01/clicmd_src_vnet_mpls.html, but can not tell if I have the right config in place for MPLS to work. I also checked the old wiki page here