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] 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

Re: [vpp-dev] Alphabetic PCI Major address

2018-12-14 Thread sheckman
Yes...I just figured that out:-[ Thanks, Steve On 12/14/2018 03:18 PM, Dave Barach (dbarach) wrote: Yes, it can. The interface is called “HundredGigabitEthernetaf/­_4_/2” not “HundredGigabitEthernetaf/_04_/2” The interface name is (u8 *) vector which is exact-matched, not parsed in any

Re: [vpp-dev] Alphabetic PCI Major address

2018-12-14 Thread Dave Barach via Lists.Fd.Io
Yes, it can. The interface is called “HundredGigabitEthernetaf/­4/2” not “HundredGigabitEthernetaf/04/2” The interface name is (u8 *) vector which is exact-matched, not parsed in any way which would make 04 equivalent to 4. D. From: vpp-dev@lists.fd.io On Behalf Of sheckman Sent: Friday, Dece