Re: [vpp-dev] PPPoE plugin documentation/support

2018-11-11 Thread Ni, Hongjun
Hi Alp Arslan, Since PPPoE control packet is special, which destination MAC is the PPPoE client's MAC. Need to submit a patch to identify it and not perform L3 MAC filter in ethernet-input-inline() function. Thanks, Hongjun -Original Message- From: alp.ars...@xflowresearch.com

[vpp-dev] ipsec support for chained buffers.

2018-11-11 Thread Vijayabhaskar Katamreddy via Lists.Fd.Io
Hi Is there any plans or any work in progress to extend the support for ipsec encrypt nodes to support the chained buffers? Thanks Vijay -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11198): https://lists.fd.io/g/vpp-dev/message/11198 Mute This

Re: [vpp-dev] Regarding communication from main thread to worker threads

2018-11-11 Thread Dave Barach via Lists.Fd.Io
Yes, it should be easy to cherry-pick into any release where it's needed. HTH... Dave -Original Message- From: Prashant Upadhyaya Sent: Sunday, November 11, 2018 3:05 PM To: Dave Barach (dbarach) Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] Regarding communication from main thread

Re: [vpp-dev] Regarding communication from main thread to worker threads

2018-11-11 Thread Prashant Upadhyaya
Thanks Dave ! I could figure out the vm->worker_thread_main_loop_callback with your hint. It seems to be a newer feature, but looks to be quite easily back portable to older releases as well -- introduce the field and call it from the main loop. So I could setup a piece of memory as the request

Re: [vpp-dev] Regarding communication from main thread to worker threads

2018-11-11 Thread Dave Barach via Lists.Fd.Io
Check out src/plugins/perfmon/perfmon_periodic.c for one take on that problem... Dave -Original Message- From: vpp-dev@lists.fd.io On Behalf Of Prashant Upadhyaya Sent: Sunday, November 11, 2018 2:37 AM To: vpp-dev@lists.fd.io Subject: [vpp-dev] Regarding communication from main thread