Re: [vpp-dev] Connection state and routing?

2022-01-31 Thread Andrew Yourtchenko
Hi Rene, ACL plugin does something along the lines - by using a “permit+reflect” action on an ACL that allows the packet from the initiating side, even if the packet is denied by an opposite direction ACL on that interface, it will hit the session entry and will go through. The state tracking

Re: [vpp-dev] Issues with tx_burst_vector_internal (dpdk plugin)

2022-01-31 Thread Benoit Ganne (bganne) via lists.fd.io
I'm sorry to have to say this, but: 1) you're vaguely referring to an old thread (oct 2018!) without any context. I found the original message thanks to google, but please at least include a link to the original question next time, or even better just quote the whole question directly in the me

Re: [vpp-dev] Unable to find libmemif examples.

2022-01-31 Thread Benoit Ganne (bganne) via lists.fd.io
Looks like they were removed in changeset https://gerrit.fd.io/r/c/vpp/+/30596 and new ones not merged yet: https://gerrit.fd.io/r/c/vpp/+/30573/ ben > -Original Message- > From: vpp-dev@lists.fd.io On Behalf Of Pragya Nand > Bhagat > Sent: lundi 31 janvier 2022 11:21 > To: vpp-dev@list

Re: [vpp-dev] Community call today

2022-01-31 Thread Dave Wallace
Hi Damjan, I just noticed that the .ics file has the meeting scheduled for 2nd and 4th Tuesdays in each month instead of bi-weekly, which means that meetings per the .ics are wrong starting in April. Thanks, -daw- On 1/25/22 7:06 AM, Damjan Marion via lists.fd.io wrote: Just a reminder, tod

[vpp-dev] Connection state and routing?

2022-01-31 Thread René Weiss
Hi, I have another question for my evaluation of VPP as replacement/addition to my current Linux router: Let's say I have the two VLANs "vlan-a" and "vlan-b" and I want that devices in "vlan-a" can initiate a connection to devices in "vlan-b" but not the other way around. On Linux I currently

[vpp-dev] Unable to find libmemif examples.

2022-01-31 Thread Pragya Nand Bhagat
Hi All, I'm trying to use libmemif to create interface between container application and vpp based virtual router There are documents stating the usage of example apps : icmp_responder, icmp_responder-epoll, icmp_responder-mt . I'm not able to find the code for these apps so that i can build and u