Re: [vpp-dev] problem in SRV6

2018-01-12 Thread 薛欣颖
Hi Pablo, According to the following configs, since the SRv6 SID is not an interface address, VPP1: sr policy add bsid 1::1:999 next 2::2 next 3::3 , how to find VPP2 2::2? The packets could not find the next-hop and out-if. trace in VPP1: 00:20:47:954483: af-packet-input af_packet:

[vpp-dev] Proposal to remove ssvm_eth

2018-01-12 Thread Florin Coras
Hi everyone, I’m in the process of cleaning up the ssvm code and realized some of the data structures have fields that are only used within the ssvm_eth code. Since we now have memif, and nobody is really maintaining ssvm_eth, I’d like to remove the code. Therefore, does anybody have

[vpp-dev] Difference between v3po and vdb-odl app

2018-01-12 Thread Sarkar, Kawshik
Hi, I am just querying to find out how many Apps are available at the moment for ODL to manage your VPP switch. I have seen the VPP virtual bridge domain app. Is there any other apps available? Also I was reading on V3po. It seems its just a plugin. But all the functionalities in V3po plugin

Re: [vpp-dev] VPP support for 25GbE DPDK ports?

2018-01-12 Thread Roberts, Lee A.
VPP 17.10 gives the following error messages when using XXV710-DA2 cards: Jan 11 15:20:08 tqt100 vnet[30861]: dpdk_update_link_state:1337: unknown link speed 25000 Jan 11 15:20:14 tqt100 vnet[30861]: message repeated 7 times: [ dpdk_update_link_state:1337: unknown link speed 25000] Jan 11

[vpp-dev] VPP native vhost-user issue on stable/1710

2018-01-12 Thread Ni, Hongjun
Hi all, I am trying to use VPP native vhost-user to communicate between Host and Containers. But I met an issue, Could you help to give some advice on it? Thanks a lot. My setup is as bellows: Inside Host: vppctl create vhost socket /tmp/sock0 server vppctl set int state VirtualEthernet0/0/0 up

Re: [vpp-dev] problem in SRV6

2018-01-12 Thread Pablo Camarillo (pcamaril)
Hi Xyxue, The SRv6 SID is not an interface address. Hence creating the loopback interfaces and adding the SID address on the loopback is not necessary. Find below some corrected configs. (you were also missing the config on VPP3). Thanks. Cheers, Pablo. From: 薛欣颖 Date:

Re: [vpp-dev] problem in SRV6

2018-01-12 Thread 薛欣颖
Hi Pablo, My configuration and the trace info is shown below: VPP1: create host-interface name eth0 mac 00:0c:29:4d:af:8d create host-interface name eth4 mac 00:0c:29:4d:af:b5 set interface state host-eth0 up set interface state host-eth4 up enable ip6 interface host-eth0 set interface

Re: [vpp-dev] Building and running sample plugin

2018-01-12 Thread Ryota Yushina
Hi, vpp-dev teams. I think this issue is a minor bug and still exists on v18.01-rc2. There are no declaration of "sample_main" among all code files . "sample_main" only has been declared as "extern" in sample.h. > > load_one_plugin:142: > >