Re: [vpp-dev] Help:VPP-DPDK #acl_plugin #dpdk

2023-02-09 Thread Matthew Smith via lists.fd.io
You haven't shared any details of where you placed these calls in the dpdk plugin, but I suspect that they were successful because they were executed after the dpdk plugin had already called rte_eal_init(). When called from your plugin, rte_eal_init() had probably not been called yet. You could

Re: [vpp-dev] Forwarding Specific Packet with LCP Plugin

2023-02-09 Thread Matthew Smith via lists.fd.io
Hi Burcu, You can probably use ABF (https://wiki.fd.io/view/VPP/ABF) to do this. When you have linux-cp enabled and an interface is added to a linux-cp interface pair, the normal behavior is that packets received on that interface which are destined to the interface IP address will be punted to

Re: [vpp-dev] Forwarding Specific Packet with LCP Plugin

2023-02-09 Thread Pim van Pelt via lists.fd.io
Hoi, Linux CP forwards all (unicast, multicast, ARP) through the TAP tunnel to the Linux kernel. It's not possible to add a classifier that selectively forwards some but not all traffic. Matthew mentioned in a thread about NAT (which kind of wants to do the same thing, perform NAT on some of the

[vpp-dev] Forwarding Specific Packet with LCP Plugin

2023-02-09 Thread Burcu YUKSEL
Hello Everyone, We want to transfer the SSH packets coming from Device A to Linux Stack, other packets to Application B full duplex. We transferred packets with using LCP plugin. However in this case we have transferred all the packets to Linux stack. Is there a way to forward only TCP packets

[vpp-dev] Forwarding Specific Packet with LCP Plugin

2023-02-09 Thread Burcu YUKSEL
Hello Everyone, We want to transfer the SSH packets coming from Device A to Linux Stack, other packets to Application B full duplex. We transferred packets with using LCP plugin. However in this case we have transferred all the packets to Linux stack. Is there a way to forward only TCP packets

Re: [vpp-dev] help with review

2023-02-09 Thread Benoit Ganne (bganne) via lists.fd.io
Hi, I saw the change but had not had time to review it yet. Hopefully I'll be able to do so in the coming days. We are already in RC2 for 23.02 so I do not think it will be part of it as it does not seem to be a critical bug fix. Best ben > -Original Message- > From: