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: hw_if_ind

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

2018-01-12 Thread Ni, Hongjun
Hi Steven, Thank you for your clarification. It is clear to me now. Thanks a lot, Hongjun From: Steven Luong (sluong) [mailto:slu...@cisco.com] Sent: Friday, January 12, 2018 11:42 PM To: Ni, Hongjun ; vpp-dev@lists.fd.io Cc: Ramakrishnan, Kuralamudhan Subject: Re: [vpp-dev] VPP native vhost-us

[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 somethi

[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 16:15:

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

2018-01-12 Thread Steven Luong (sluong)
Hongjun, VPP only implements the device side for vhost user. You need the driver side. It looks like you are trying to run vhost user in the host as a device and vhost user in the container also as a device. They don’t work that way. Both qemu and dpdk implement driver side that you can use to

[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: Friday, 12 January 2018

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 ip

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: > > /vpp/build-root/install-vpp_debug-native/sample-plugin