[vpp-dev] observing issue with LACP port selection logic

2021-05-11 Thread Sudhir CR via lists.fd.io
Hi all, i am configuring LACP between two containers. vpp version used : *20.09* topology looks like below [image: image.png] in above topology since memif-4/4 interface is not part of same bond interface on both the containers (different partner system id) memif-4/4 should not be marked as active

Re: [vpp-dev] punt drops packets with TTL 1

2021-05-11 Thread Matthew Smith via lists.fd.io
Hi Aloys, Your patch has been merged. -Matt On Tue, May 11, 2021 at 10:00 AM Aloys Augustin (aloaugus) via lists.fd.io wrote: > Hello, > > I recently ran into an issue where VPP would drop a packet immediately > after going through the punt path if the incoming packet has a TTL of 1. I >

Re: [vpp-dev] [tsc] FDIO Jenkins Maintenance - 2021-05-11 1800UTC - 2000UTC

2021-05-11 Thread Dave Wallace
The maintenance is complete and so far the CI jobs are looking happier. We will continue to monitor the performance of the system. Thank you again for your patience. -daw- On 5/11/2021 1:50 PM, Dave Wallace via lists.fd.io wrote: *What*: Jenkins has been placed in shutdown mode in

[vpp-dev] What is the relationship between "struct vlib_frame_t" , "struct vlib_pending_frame_t" and "struct vlib_next_frame_t"? #vpp-dev

2021-05-11 Thread Mohanty, Chandan (Nokia - IN/Bangalore)
Hi Experts, I am new to VPP.I have gone through the Node despatcher Functionality at https://fdio-vpp.readthedocs.io/en/latest/gettingstarted/developers/vlib.html?highlight=dispatch#graph-node-dispatcher However below queries are arising. Kindly help me on clarifying those. Q1. What is the

[vpp-dev] FDIO Jenkins Maintenance - 2021-05-11 1800UTC - 2000UTC

2021-05-11 Thread Dave Wallace
*What*: Jenkins has been placed in shutdown mode in preparation to perform unplanned maintenance *When*: 2021-05-11 1800 UTC to 2000 UTC *Impact*: Jenkins sandbox and production will be unavailable during this time *Why*: The vendor will be moving network gateways to the new data center

[vpp-dev] punt drops packets with TTL 1

2021-05-11 Thread Aloys Augustin (aloaugus) via lists.fd.io
Hello, I recently ran into an issue where VPP would drop a packet immediately after going through the punt path if the incoming packet has a TTL of 1. I think it would make sense not to decrease the TTL when punting a packet. I made the following patch to fix it: