Re: [vpp-dev] Build fails on CentOS with VMBus.

2018-12-16 Thread Damjan Marion via Lists.Fd.Io
-- Damjan > On 11 Dec 2018, at 18:13, Stephen Hemminger > wrote: > > On Mon, 10 Dec 2018 09:32:26 -0800 > Damjan Marion wrote: > >> Stephen, >> >> Can you make this dependency optional? CMake detect presence of libuuid and >> then >> conditionally compile vmbus code? >> >> In some cases

Re: [vpp-dev] Alphabetic PCI Major address

2018-12-16 Thread Jim Thompson
> On Dec 16, 2018, at 3:52 PM, sheckman wrote: > > Awesome! I wish that was there from day 1. Now I'm not so embarrased I > asked...;) > > What release did it make it into? It’s only three weeks old, so it will be in 19.01. https://gerrit.fd.io/r/#/c/16219/

Re: [vpp-dev] Feature arc and ordering graph nodes in an existing feature arc.

2018-12-16 Thread raju
Thanks Neale for the reply. << have you defined my_next_node as an arc out of my_node, e.g.; >> Yes, I have defined this. But as I said, in cases when I don't have .runs_before vnet_feature_next (...) in my_node is ip4-lookup and when I have this .runs_before the function vnet_feature_next (...

[vpp-dev] ipsec vpn

2018-12-16 Thread xulang
Hi all, How can we use IPSEC VPN to protect multi subnetworks. Such as 10.11.0.0/16 and 192.168.0.0/16. Do they negotiate this information through IKEV2 AUTH procedure? And the code show that there is only one TS per profile, how can that protect multi subnet. Regards, xlangyun-=-=-=-=-=-=-

Re: [vpp-dev] Alphabetic PCI Major address

2018-12-16 Thread sheckman
Awesome! I wish that was there from day 1. Now I'm not so embarrased I asked...;) What release did it make it into? Steve Sent from BlueMail On Dec 16, 2018, at 3:55 PM, Damjan Marion mailto:dmar...@me.com>> wrote: On 16 Dec 2018, at 21:46, Stephen Hemming

Re: [vpp-dev] Alphabetic PCI Major address

2018-12-16 Thread Damjan Marion via Lists.Fd.Io
> On 16 Dec 2018, at 21:46, Stephen Hemminger > wrote: > > > On Sun, 16 Dec 2018 11:40:42 +0100 > "Damjan Marion via Lists.Fd.Io" > wrote: > >> slightly related: not sure if people notified, but recently I added option >> to specify interface name from th

Re: [vpp-dev] Alphabetic PCI Major address

2018-12-16 Thread Stephen Hemminger
On Sun, 16 Dec 2018 11:40:42 +0100 "Damjan Marion via Lists.Fd.Io" wrote: > slightly related: not sure if people notified, but recently I added option to > specify interface name from the startup.conf. > > i.e. > dpdk { > dev :12:00.0 { name eth0 } > dev :12:00.1 { name eth1 } > }

Re: [vpp-dev] Alphabetic PCI Major address

2018-12-16 Thread Damjan Marion via Lists.Fd.Io
slightly related: not sure if people notified, but recently I added option to specify interface name from the startup.conf. i.e. dpdk { dev :12:00.0 { name eth0 } dev :12:00.1 { name eth1 } } An then config looks like: set int ip address eth0 172.16.0.1/24 set int ip address eth1