Re: [vpp-dev] omg,vlan sub-interface seems not working

2016-11-24 Thread Damjan Marion (damarion)
Please use VPP native af_packet implementation. It works in interrupt mode and interfaces can be created during runtime. ``` create host-interface name ``` is all you need. On 24 Nov 2016, at 09:09, Chillance Zen mailto:chillance...@gmail.com>> wrote: Hi,Damjan: here is the trace output,it

Re: [vpp-dev] omg,vlan sub-interface seems not working

2016-11-24 Thread Chillance Zen
Hi,Damjan: here is the trace output,it iterates that vpp can not find the ip address which is to be resolved,but I've already configured it on the vlan-sub interface already. 130.140.25.1/24 DBGvpp# trace add dpdk-input 5 DBGvpp# show trace --

Re: [vpp-dev] omg,vlan sub-interface seems not working

2016-11-23 Thread Damjan Marion (damarion)
Can you capture trace (trace add af-packet-input 5 / show trace) and share it here ? Thanks, Damjan On 22 Nov 2016, at 09:16, Chillance Zen mailto:chillance...@gmail.com>> wrote: hi,all when I was trying to use vlan sub-interface as a individual L3 interface (i.e. configure an IP address

[vpp-dev] omg,vlan sub-interface seems not working

2016-11-22 Thread Chillance Zen
hi,all when I was trying to use vlan sub-interface as a individual L3 interface (i.e. configure an IP address in a VRF) by: namespace side(where veth_vpp1 in namespace and af_packet0 in vpp is pairwised): ip link add link veth_vpp1 name veth_vpp1.100 type vlan id 100 ip addr add 130.140.25.2/