[vpp-dev] VPP 19.04 RC2 Milestone is COMPLETE!

2019-04-17 Thread Dave Wallace
Folks, RC2 Milestone is complete, including cleanup of the doxygen output, adding the API section to the RELEASE file and verifying the installation of the xenial, centos7, and bionic packages from packagecloud.io A gentle reminder: The formal release date for VPP 19.04 is Wed April 24, 2019

Re: [vpp-dev] VPP PPPoE Plugin

2019-04-17 Thread John Lo (loj) via Lists.Fd.Io
Hi Abeeha, Have you tried the suggestion I made previously in a similar thread to get rid of the dummy_interface_tx nodes for PPPoE sessions? diff --git a/src/plugins/pppoe/pppoe.c b/src/plugins/pppoe/pppoe.c index d73a718..f61926d 100644 --- a/src/plugins/pppoe/pppoe.c +++ b/src/plugins/pppoe/p

[vpp-dev] VPP 19.04 RC2 Milestone is TODAY at 1800 UTC

2019-04-17 Thread Dave Wallace
Please unicast me if there are any patches that are required to be merged prior to applying the v19.04-rc2 tag at 1800 UTC. Thanks, -daw- On 4/16/2019 6:54 PM, Dave Wallace via Lists.Fd.Io wrote: Folks, A gentle reminder that VPP 19.04 RC2 (Final Release Candidate) Milestone is tomorrow at 1

[vpp-dev] VPP PPPoE Plugin

2019-04-17 Thread Abeeha Aqeel
Dear Hongjun, (PFA = Please find attached) Code: Branch: stable/1901 Patch: PFA: stable_1901_patch.txt Configuration: PFA: vpp-startup.conf Steps for setting up: PFA: setup_steps.bash Attempted to make 10,000 connections. Using API calls from control plane application; to create pppoe sessions

[vpp-dev] Message more than 2048 is not getting transferred properly ( over MemIf )

2019-04-17 Thread satish . gundu
Hi VPP-Dev, We have a memif connection btw control plane entity and VPP process. We are trying to send a message of size 16K over this memif channel from ControlPlane to VPP. The message is reaching VPP, but we are seeing that only first 2048 bytes are coming as expected. We have changed the

Re: [vpp-dev] VPP PPPoE Plugin

2019-04-17 Thread Ni, Hongjun
Hi Aqeel, Actually, we have tested 64K PPPoE sessions on 18.01 release, and it works well. Thanks, Hongjun From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of Ni, Hongjun Sent: Wednesday, April 17, 2019 4:04 PM To: Abeeha Aqeel ; vpp-dev@lists.fd.io Cc: b...@xflowresearch.com Sub

Re: [vpp-dev] VPP PPPoE Plugin

2019-04-17 Thread Ni, Hongjun
Hi Aqeel, Could you send out the core dump log when VPP crash with 7000 sessions? Thanks, Hongjun From: Abeeha Aqeel [mailto:abeeha.aq...@xflowresearch.com] Sent: Tuesday, April 16, 2019 8:01 PM To: Ni, Hongjun ; vpp-dev@lists.fd.io Cc: b...@xflowresearch.com Subject: VPP PPPoE Plugin Dear Hong