Re: [vpp-dev] NAT44 for TCP/UDP

2022-08-11 Thread Ashwini Kadam
Hi Filip, Please let me know your thoughts on what the issue is and how it can be resolved. Regards, Ashwini Kadam -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#21795): https://lists.fd.io/g/vpp-dev/message/21795 Mute This Topic:

Re: [vpp-dev] Free from a vlib buffer from out a VPP worker thread

2022-08-11 Thread Dave Barach
As long as the thread has an associated vlib_main_t / vlib_buffer_pool_thread_t not accidentally shared with another thread, you shouldn't have any problems... FWIW... Dave From: vpp-dev@lists.fd.io On Behalf Of Simon Barber via lists.fd.io Sent: Thursday, August 11, 2022 6:42 AM To:

[vpp-dev] Free from a vlib buffer from out a VPP worker thread

2022-08-11 Thread Simon Barber via lists.fd.io
Hi, Does anybody anticipate any issues calling vlib_buffer_free_one to free a buffer when running on a thread that is not registered as a VPP worker thread. Initial testing indicates that it works. Regards Simon -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

[vpp-dev] #plugin Query related to VPP unittest framework integration

2022-08-11 Thread msdhegde
Hi, We are trying you integrate FDIO unittest framework into our product. Basically we have built some custom plugins and integrated those as VPP plugins. We have our build environment where VPP is built including these custom plugins. When we launch VPP inside our cluster it is working fine.

Re: [vpp-dev] Facing issue in inter bridge routing .

2022-08-11 Thread rajith pr
Hi Pragya Nand, The reachability from 1.1.1.1 to 2.2.2.3 on the host is failing as ARP request 1.1.1.1 -> 2.2.2.3 gets dropped in VPP. Normally both target and source IPs for ARP are expected to be in the same subnet of the Rx interface. You can try enabling proxy ARP on the Rx interface for the