Re: [vpp-dev] sw interface information access

2019-07-09 Thread David Cornejo
thanks! On Tue, Jul 9, 2019 at 10:21 AM Paul Vinciguerra wrote: > > Work is being done on version 3.0 of the interface api. > See: > https://gerrit.fd.io/r/#/c/18361/15/src/vnet/interface.api > Reach out to the change owner and see if it can be added to the dump/details > api.

Re: [vpp-dev] libmemif non packaged in deb/rpm anymore from 19.04 [regression?]

2019-07-09 Thread Luca Muscariello via Lists.Fd.Io
“ libmemif doesn’t have anything with VPP, it is completely independent library and packaging it with VPP is wrong. So somebody will need to contribute standalone packaging for libmemif…..” This is what you have just written. The standalone packaging was done in the patch

Re: [vpp-dev] libmemif non packaged in deb/rpm anymore from 19.04 [regression?]

2019-07-09 Thread Damjan Marion via Lists.Fd.Io
> On 9 Jul 2019, at 22:23, Luca Muscariello (lumuscar) > wrote: > > Let me try again. > > This patch was merged to get packaged libmemif in 19.01 > > https://gerrit.fd.io/r/#/c/16436/ > > It has disappeared with 19.04. > Is this still somewhere? No it

Re: [vpp-dev] libmemif non packaged in deb/rpm anymore from 19.04 [regression?]

2019-07-09 Thread Luca Muscariello via Lists.Fd.Io
Let me try again. This patch was merged to get packaged libmemif in 19.01 https://gerrit.fd.io/r/#/c/16436/ It has disappeared with 19.04. Is this still somewhere? No it is gone or Yes it has been moved in another package. If it is gone. Why? Where can I trace the decision? From: on

Re: [vpp-dev] sw interface information access

2019-07-09 Thread Paul Vinciguerra
Work is being done on version 3.0 of the interface api. See: https://gerrit.fd.io/r/#/c/18361/15/src/vnet/interface.api Reach out to the change owner and see if it can be added to the dump/details api. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online

[vpp-dev] sw interface information access

2019-07-09 Thread David Cornejo
Hi, Is there a way in the API to access the information in the vnet_sw_interface_t struct for an interface? more specifically, I need access to the type element. i don't seem to find one. thanks, dave c -- Kailua, Hawaiʻi US +1 (808) 728-3050 UK +44 (020) 3286 2808 -=-=-=-=-=-=-=-=-=-=-=-

Re: [vpp-dev] libmemif non packaged in deb/rpm anymore from 19.04 [regression?]

2019-07-09 Thread Luca Muscariello via Lists.Fd.Io
Fine with me and thanks for letting me know, now. However it is you who told me in December to make the patch to get the package done. Which we did and so the patch was merged for 19.01 release. So, now you wake up with this statement. Next time be more respectful of everybody else time and do

Re: [vpp-dev] VPP Router Plugin or alternatives

2019-07-09 Thread Damjan Marion via Lists.Fd.Io
> On 9 Jul 2019, at 16:28, Ray Kinsella wrote: > > It is accurate to say it is bit-rotting, it not accurate to say it is > orphaned. > >> >> I believe that, but obviously nobody is interested to do so. Neither >> original authors or users of that code. > > Well that is not entirely

Re: [vpp-dev] libmemif non packaged in deb/rpm anymore from 19.04 [regression?]

2019-07-09 Thread Damjan Marion via Lists.Fd.Io
> On 9 Jul 2019, at 15:36, Luca Muscariello via Lists.Fd.Io > wrote: > > > Hi, > > libmemif was made available in the binary distribution as deb/rpm in > vpp-lib and vpp-dev starting from 19.01 thanks to a patch that Mauro > submitted in Dec. > > https://gerrit.fd.io/r/#/c/16436/ > >

Re: [vpp-dev] VPP Router Plugin or alternatives

2019-07-09 Thread Luca Muscariello via Lists.Fd.Io
(cross-posting to hicn-dev) By chance we were working on resurrecting the routing plugin in the hicn project and Masoud has just submitted a patch https://gerrit.fd.io/r/#/c/20535/ This builds for VPP 19.04. Tested with FRR, OSPF only. If someone is interested in testing more please

Re: [vpp-dev] VPP Router Plugin or alternatives

2019-07-09 Thread Ray Kinsella
It is accurate to say it is bit-rotting, it not accurate to say it is orphaned. > > I believe that, but obviously nobody is interested to do so. Neither original > authors or users of that code. Well that is not entirely accurate - I think that it is more accurate to say the authors are tired

[vpp-dev] libmemif non packaged in deb/rpm anymore from 19.04 [regression?]

2019-07-09 Thread Luca Muscariello via Lists.Fd.Io
Hi, libmemif was made available in the binary distribution as deb/rpm in vpp-lib and vpp-dev starting from 19.01 thanks to a patch that Mauro submitted in Dec. https://gerrit.fd.io/r/#/c/16436/ From 19.04 libmemif is not available anymore. In our project we rely quite a lot on libmemif and

Re: [vpp-dev] vppctl makes VPP hang-up occasionally

2019-07-09 Thread Dave Barach via Lists.Fd.Io
The root cause is obvious from the backtrace in VPP-1711: memory allocator takes a spin-lock, timer interrupt fires, back into the memory allocator, deadlock. The [sic] timer interrupt function in .../src/vppinfra/timers.c is a mistake. You managed to find the only place in all of vpp which

Re: [vpp-dev] VPP Router Plugin or alternatives

2019-07-09 Thread Damjan Marion via Lists.Fd.Io
> On 9 Jul 2019, at 01:23, Brian Dickson wrote: > > > > On Mon, Jul 8, 2019 at 3:39 PM Damjan Marion wrote: > > > > On 8 Jul 2019, at 22:23, Brian Dickson > > wrote: > > > > > > > > On Thu, Jul 4, 2019 at 1:19 PM Jim Thompson via Lists.Fd.Io > > wrote: > > > > On Jul 1, 2019, at