Re: [vpp-dev] table id for sub interfaces

2019-08-27 Thread John Lo (loj) via Lists.Fd.Io
The VPP CLI to set interface to an IP table also work on sub-interfaces if the name of the sub-interface is specified. For example: vpp# ip table 10 vpp# create sub-interfaces GigabitEthernet4/0/0 10 GigabitEthernet4/0/0.10 vpp# set int ip table GigabitEthernet4/0/0.10 10 vpp# set int ip

[vpp-dev] vpp show no packet and high rx-miss

2019-08-27 Thread William Tu
Hi, I'm new to vpp and hit an error when receiving no packet from PCI device. My setup is below: /etc/vpp# cat startup.conf unix { nodaemon log /var/log/vpp/vpp.log full-coredump cli-listen /run/vpp/cli.sock gid vpp } api-segment { gid vpp } socksvr { default } cpu { main-core 1

[vpp-dev] table id for sub interfaces

2019-08-27 Thread Satya Murthy
Hi, Is there anyway I can associate a VPP sub-interface to a particular ip-fib table id ? I could able to associate a physical interface to a table id, but not a sub interface. I did not find a CLI option to do this. Any inputs pls. -- Thanks & Regards, Murthy -=-=-=-=-=-=-=-=-=-=-=- Links:

Re: [vpp-dev] sh hardware-interfaces extended stats are not showing up

2019-08-27 Thread Devis Reagan
Even I am using vpp 19.08 & don’t see the extended stats which I used to see in other vpp release . There was not change in the configuration but with vpp 19.08 it’s not showing up . When I use dpdk application called testpmd the extended stats just show up fine . It’s only the vpp not showing it

Re: [vpp-dev] Add ip route without next-hop-address

2019-08-27 Thread Neale Ranns via Lists.Fd.Io
Hi Dave, As with all IP routing, you need to configure the route with the nexthop on that interface’s subnet. So : Ip route 173.2.0.0/24 via GigEthx/y/z Rather than Ip route 173.2.0.0/24 via GigEthx/y/z /neale From: shi dave Date: Friday 23 August 2019 at 09:36 To: "Neale Ranns

[vpp-dev] #vpp #automation

2019-08-27 Thread Vivek V Roy
[Edited Message Follows] Sub: VPP interconnection Hi VPP experts, I'm just starting with VPP and I'm come across this block: I'm trying to interconnect two instances of VPP, which are running on two different VMs(which may or may not be on the same server).We have Veth interfaces configured

[vpp-dev] #vpp #automation

2019-08-27 Thread Vivek V Roy
Hi VPP experts, I'm just starting with VPP and I'm come across this block, I'm trying to interconnect two instances of VPP, which are running on two different VMs(which may or may not be on the same server). We have Veth interfaces configured on both,but we aren't able to proceed to connect