Re: [vpp-dev] DPDK development process and tools survey

2019-03-14 Thread Honnappa Nagarahalli
The survey link is: https://forms.office.com/Pages/ResponsePage.aspx?id=eVlO89lXqkqtTbEipmIYTcwgJ8psxytOnArCkHeSZSZUREdIN09QOEVRSUJWN0I2TzNYUTk5STVJRC4u Thanks, Honnappa > -Original Message- > From: Honnappa Nagarahalli > Sent: Thursday, March 14, 2019 10:58 PM > To: vpp-dev >

[vpp-dev] FW: DPDK development process and tools survey

2019-03-14 Thread Honnappa Nagarahalli
DPDK community is trying to improve DPDK's development process. We are conducting a survey to understand the pain points. The survey itself takes no more than 10mns. If you have worked with the community and have feedback, please consider taking the survey. The survey is open till 23rd March

Re: [vpp-dev] 128 byte cache line support

2019-03-14 Thread Honnappa Nagarahalli
Related to change 18278[1], I was wondering if there is really a benefit of dealing with 128-byte cachelines like we do today. Compiling VPP with cacheline size set to 128 will basically just add 64 bytes of unused space at the end of each cacheline so vlib_buffer_t for example will grow from

Re: [vpp-dev] To support QUIC protocol

2019-03-14 Thread Davi Scofield
Hi,Jerome: I want to run my WEB Server and video Server(using RTMP protocol) over QUIC in VPP . I donot want to modify my WEB/Video Server Code, is there any method to achieve this? THANKS. Davi At 2019-03-14 16:01:39, "Jerome Tollet via Lists.Fd.Io" wrote: Hi Davi, We are currently

[vpp-dev] Invitation to report out to the TSC

2019-03-14 Thread Trishan de Lanerolle
Hi, The FD.io TSC would like to extend an invitation to community projects to provide a status updates on work, anticipated roadmap or any challenges they are working through. We hope this will be an opportunity to gain additional insights into the great work going on within our diverse community

Re: Re: [vpp-dev] is sw_interface_dump api bug?

2019-03-14 Thread Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco) via Lists.Fd.Io
> Hope this can help: https://gerrit.fd.io/r/#/c/18302/ I prefer https://gerrit.fd.io/r/18299 Vratko. -Original Message- From: Yohan Pipereau (ypiperea) Sent: Thursday, 2019-March-14 18:33 To: Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco) ; Dave Barach (dbarach) ; "Zhou

Re: Re: [vpp-dev] is sw_interface_dump api bug?

2019-03-14 Thread Yohan Pipereau (ypiperea) via Lists.Fd.Io
> Probably it would be sufficient to just > > improve the current [1] documentation. > Hope this can help: https://gerrit.fd.io/r/#/c/18302/ Another solution is to look at existing implementation which uses VAPI: extra/vom/, gerrit.fd.io/r/sweetcomb, etc... Yohan -=-=-=-=-=-=-=-=-=-=-=-

Re: Re: [vpp-dev] is sw_interface_dump api bug?

2019-03-14 Thread Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco) via Lists.Fd.Io
>> 4) sw_interface_dump return loop10's info instead of loop1 > predictable behavior Probably it would be sufficient to just improve the current [1] documentation. Vratko. [1] https://github.com/FDio/vpp/blob/f49ba0e81e0cb9b9f8075cb4ce051b5bacde8ad3/src/vnet/interface.api#L206 From:

Re: [vpp-dev] [dpdk-dev] [RFC] net/vdev_netvsc: check for required related drivers

2019-03-14 Thread Stephen Hemminger
On Thu, 14 Mar 2019 11:26:05 + Matan Azrad wrote: > Hi > > From: Stephen Hemminger > > The vdev_netvsc virtual driver that is used to do initialization on Hyper- > > V/Azure won't work without failsafe and tap device. > > If the related devices aren't present, it causes confusing errors

Re: [vpp-dev] recipe for target 'g2-find-source' failed

2019-03-14 Thread Dave Barach via Lists.Fd.Io
Thanks for sharing the broken doc URL. I'll fix it. Dave -Original Message- From: vpp-dev@lists.fd.io On Behalf Of Raj Sent: Thursday, March 14, 2019 10:23 AM To: vpp-dev Subject: Re: [vpp-dev] recipe for target 'g2-find-source' failed On Thu, Mar 14, 2019 at 7:19 PM Dave Barach

Re: [vpp-dev] recipe for target 'g2-find-source' failed

2019-03-14 Thread Raj
On Thu, Mar 14, 2019 at 7:19 PM Dave Barach (dbarach) wrote: > > This is a doc bug. Where exactly is the broken documentation? https://fdio-vpp.readthedocs.io/en/latest/gettingstarted/developers/eventviewer.html#g2-graphical-event-viewer > g2 has at least one worthwhile new feature in

Re: [vpp-dev] recipe for target 'g2-find-source' failed

2019-03-14 Thread Dave Barach via Lists.Fd.Io
This is a doc bug. Where exactly is the broken documentation? https://fdio-vpp.readthedocs.io/en/latest/gettingstarted/developers/buildsystem/cmakeandninja.html?highlight=g2 is up to date. See below. g2 has at least one worthwhile new feature in master/latest - automated anomaly detection

[vpp-dev] [FD.io Helpdesk #69715] Jenkins executors are offline

2019-03-14 Thread Anton Baranov via RT
The host on vexxhost that were running out instance failed and we had to do live migration to another host. Regards, -- Anton Baranov Sr. System Operations Engineer The Linux Foundation On Tue Mar 12 06:48:32 2019, jgel...@cisco.com wrote: > Hello, > > Could you, please, check Jenkins? All

Re: [vpp-dev] VPP plugins development in Go

2019-03-14 Thread Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco) via Lists.Fd.Io
> cgo might just about work > it cost around 300 clock cycles to cross the c <---> golang boundary Aside of cgo [1], there is also gccgo [2]. But I imagine the performance would still be not good enough. Vratko. [1] https://golang.org/cmd/cgo/ [2] https://golang.org/doc/install/gccgo From:

Re: Re: [vpp-dev] is sw_interface_dump api bug?

2019-03-14 Thread Dave Barach via Lists.Fd.Io
Personally, I’m a fan of asking for all the interface names - as infrequently as possible - and building whatever data structure you like in client code to do your favorite kind of wildcard lookup. To avoid unintended consequences for control-plane codes we don’t even know about, please don’t

[vpp-dev] recipe for target 'g2-find-source' failed

2019-03-14 Thread Raj
Hello all, According to docs I can compile g2 using make g2-install. But in 18.10 sources I get this [raj@vpp-dev-01 build-root (stable-1810)]$ make g2-install Arch for platform 'native' is native Finding source for g2 Package g2 not found with path

Re: [vpp-dev] Standard VPP functionality for AD4,AD6,AS4,AS6

2019-03-14 Thread Gunaseelan Venkatachary - ERS, HCL Tech
Also there is another mail thread with concerned developer of the same functionality on this issue, we are working on the same and once resolved will update , Thanks for the support Best Regards Gunaseelan V 98408 60856 From: Gunaseelan Venkatachary - ERS, HCL Tech Sent: Thursday, March 14,

Re: [vpp-dev] Standard VPP functionality for AD4,AD6,AS4,AS6

2019-03-14 Thread Gunaseelan Venkatachary - ERS, HCL Tech
Yes Dan , we refer to the same Best Regards Gunaseelan V 98408 60856 From: Bernier, Daniel Sent: Thursday, March 14, 2019 6:02 PM To: Gunaseelan Venkatachary - ERS, HCL Tech ; dmar...@me.com Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] Standard VPP functionality for AD4,AD6,AS4,AS6 HI I

Re: [vpp-dev] Standard VPP functionality for AD4,AD6,AS4,AS6

2019-03-14 Thread Daniel Bernier
HI I concur, Gunaseelan you are referring to SRv6 END.AD and END.AS proxy functions correct ?​ Daniel Bernier | Bell Canada From: vpp-dev@lists.fd.io on behalf of Damjan Marion via Lists.Fd.Io Sent: Wednesday, March 13, 2019 10:15 AM To: Gunaseelan

[vpp-dev] To support QUIC protocol

2019-03-14 Thread Davi Scofield
Hello, Is there any roadmap or suggestion to support QUIC protocol in VPP? Thanks! Davi-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#12533): https://lists.fd.io/g/vpp-dev/message/12533 Mute This Topic: https://lists.fd.io/mt/30423896/21656

Re: [vpp-dev] [dpdk-dev] [RFC] net/vdev_netvsc: check for required related drivers

2019-03-14 Thread Matan Azrad
Hi From: Stephen Hemminger > The vdev_netvsc virtual driver that is used to do initialization on Hyper- > V/Azure won't work without failsafe and tap device. > If the related devices aren't present, it causes confusing errors later in > initialization when it crafts devargs and attempts to send

[vpp-dev] 128 byte cache line support

2019-03-14 Thread Damjan Marion via Lists.Fd.Io
Related to change 18278[1], I was wondering if there is really a benefit of dealing with 128-byte cachelines like we do today. Compiling VPP with cacheline size set to 128 will basically just add 64 bytes of unused space at the end of each cacheline so vlib_buffer_t for example will grow from

Re: [vpp-dev] is sw_interface_dump api bug?

2019-03-14 Thread "Zhou You(Joe Zhou)
Hey Paul, Thanks very much, I got it, I have a misunderstanding about this API, for this api return all the interface's info which include the param of name_filter. Maybe it's a False patch. Thank you again:-?? --- Best Regards Joe -- --

Re: [vpp-dev] is sw_interface_dump api bug?

2019-03-14 Thread Paul Vinciguerra
4) sw_interface_dump return loop10's info instead of loop1 I tested without your patch, and sw_interface_dump returns both interfaces that match the filter of 'loop1'.              Name             Idx   State MTU (L3/IP4/IP6/MPLS)   Counter         Count      local0                           

Re: [vpp-dev] I want to disable acl plugin but VPP is not coming up

2019-03-14 Thread Damjan Marion via Lists.Fd.Io
Will be nice from ABF plugin to check if ACL plugin is loaded and avoid doing something wrong if ACL plugin is not there. -- Damjan > On 14 Mar 2019, at 11:08, Andrew Yourtchenko wrote: > > hi Chetan, > > ABF plugin uses ACL plugin, so you need to disable also abf_plugin.so. > > --a > >

Re: [vpp-dev] I want to disable acl plugin but VPP is not coming up

2019-03-14 Thread Neale Ranns via Lists.Fd.Io
And the GBP plugin. /neale -Message d'origine- De : au nom de Andrew Yourtchenko Date : jeudi 14 mars 2019 à 11:09 À : chetan bhasin Cc : vpp-dev Objet : Re: [vpp-dev] I want to disable acl plugin but VPP is not coming up hi Chetan, ABF plugin uses ACL plugin, so you

Re: [vpp-dev] I want to disable acl plugin but VPP is not coming up

2019-03-14 Thread chetan bhasin
Thanks a lot Andrew I will try this and update you the status. Thanks, Chetan On Thu, Mar 14, 2019 at 3:38 PM Andrew  Yourtchenko wrote: > hi Chetan, > > ABF plugin uses ACL plugin, so you need to disable also abf_plugin.so. > > --a > > On 3/14/19, chetan bhasin wrote: > > Hi, > > > > I

Re: [vpp-dev] I want to disable acl plugin but VPP is not coming up

2019-03-14 Thread Andrew Yourtchenko
hi Chetan, ABF plugin uses ACL plugin, so you need to disable also abf_plugin.so. --a On 3/14/19, chetan bhasin wrote: > Hi, > > I want to disable acl plugin ,but VPP is not coming up without ACL. > > Is there any hard dependency with ACl , I want to decrease vsz of VPP > process by removing

Re: [vpp-dev] To support QUIC protocol

2019-03-14 Thread Jerome Tollet via Lists.Fd.Io
Hi Davi, We are currently working on it. Do you have specific requirements or suggestions? Jerome De : au nom de Davi Scofield Date : jeudi 14 mars 2019 à 03:32 À : vpp-dev Objet : [vpp-dev] To support QUIC protocol Hello, Is there any roadmap or suggestion to support QUIC protocol in

[vpp-dev] I want to disable acl plugin but VPP is not coming up

2019-03-14 Thread chetan bhasin
Hi, I want to disable acl plugin ,but VPP is not coming up without ACL. Is there any hard dependency with ACl , I want to decrease vsz of VPP process by removing ACL lugin, Can anybody please suggest. Thanks, Chetan -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.