Re: [vpp-dev] [vpp] does vpp support interface hotplugin?

2016-11-24 Thread yu scott
Christophe > > > > *From:* vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] *On > Behalf Of *yu scott > *Sent:* jeudi 24 novembre 2016 08:52 > *To:* vpp-dev@lists.fd.io > *Subject:* Re: [vpp-dev] [vpp] does vpp support interface hotplugin? > > > > Hi *Ma

Re: [vpp-dev] [vpp] does vpp support interface hotplugin?

2016-11-23 Thread yu scott
Hi Marion, *Does next release version support hotplugins?* *BTW, hotplugins is very importance for VPP used for NFV.* 2016-11-24 4:13 GMT+08:00 Damjan Marion : > > > On 17 Nov 2016, at 03:07, Chillance Zen wrote: > > > > > > Hi, dear all. > > as far as I know , vpp is derived from cisco 's mat

Re: [vpp-dev] about vlan tag

2016-10-28 Thread yu scott
> 1.1.1.1: ICMP echo request, id 7008, seq 133, length 64 > > hth, > > neale > > > -- > *From:* vpp-dev-boun...@lists.fd.io on > behalf of yu scott > *Sent:* 28 October 2016 08:46 > *To:* vpp-dev@lists.fd.io > *Subject:* [vpp-dev] a

[vpp-dev] about vlan tag

2016-10-28 Thread yu scott
Hi all I want to send packet with tag from vpp sub interface which created by "create sub-interface af_packet0 100 " ping outside_int from sub interface, tcpdump in outside_int . But I can't see vlan tag in pcap captured by tcpdump. How to send packet from sub interface with vlan tag like linux

Re: [vpp-dev] About vpp route forward performance

2016-10-21 Thread yu scott
startup.conf is unix { nodaemon cli-listen localhost:5002 log /tmp/vpp.log full-coredump } api-trace { on } cpu{ main-core 0 corelist-worker 1 } dpdk{ uio-driver igb_uio dev :01:00.0 dev :02:00.0 } 2016-10-21 15:03 GMT+08:00 yu scott : > Q1: > > I run vpp in kvm v

[vpp-dev] About vpp route forward performance

2016-10-21 Thread yu scott
Q1: I run vpp in kvm vm,and the software nic frontend is virtio backend is vhost-user. I test the vpp route performance with Tester(vpp code version is stable/16.09), vm connect Tester with dpdk ovs datapath vpp startup.conf is vppctl config is set int state interface1 up set int state inter

[vpp-dev] About dpdk tx failure

2016-10-20 Thread yu scott
Hi all I run vpp in kvm vm,and the software nic is vhost-user. I test the vpp route performance with Tester, vm connect Tester with dpdk ovs datapath I exec the cli "show error" it show item has so many packet. I know vpp forward packets via vector,which is a set of packet.In my experience,If v

[vpp-dev] The latest master code build failure

2016-10-19 Thread yu scott
Hi all I build the stable/1609 stable version code successfully in my pc,but when I update my vpp code to the lastest version,exec "make build" successfully, make plugins failure the error message is : ---

Re: [vpp-dev] about snat limit bandwidth for snat address

2016-10-18 Thread yu scott
Hi Ole, Thanks for your reply ;-) My ideas is if a user want to access outside via 1:1 static snat mapping, it should be limited to use the bandwidth and outside access inside via 1:1 static dnat mapping also be limited.The static mapping address bandwidth should be respectively limited in the

[vpp-dev] about snat limit bandwidth for snat address

2016-10-17 Thread yu scott
hi, all I want to use the limit bandwidth for snat address, I do some work to find whether this function is already done or not . But I don't find the function in vpp . Does my result is right?Does community has the plan to develop it ? If community don't have enough free time to develop it ,m