Re: [vpp-dev] vpp with dpdk shared library

2018-05-27 Thread Michael Lilja
s, Michael From: Damjan Marion Sent: 27. maj 2018 11:42 To: Michael Lilja Cc: Catalin Fierut ; vpp-dev@lists.fd.io Subject: Re: [vpp-dev] vpp with dpdk shared library Dear Michael, interesting work. Do you plan to upstream your PMD to DPDK mainline? Thanks, -- Damjan On 25 May 2018, at 10:5

Re: [vpp-dev] vpp with dpdk shared library

2018-05-25 Thread Michael Lilja
Hi, I had to use another DPDK source base also as shared library, so I went though a few trails before I got things to work. I have documented my quirks here: https://www.napatech.com/vpp-200g-nic/ I hope it is helpful. /Michael From: vpp-dev@lists.fd.io On Behalf Of Catalin Fierut Sent: 24.

Re: [vpp-dev] Calling a C function in one plugin from another plugin?

2018-02-05 Thread Michael Lilja
Perfect, that seems like a much easier solution :) Thanks /Michael From: "Dave Barach (dbarach)" Sent: Monday, 5 February 2018, 4.17 PM To: Michael Lilja; vpp-dev@lists.fd.io Subject: RE: Calling a C function in one plugin from another plugin? You can ask vlib_get_plugin_symbol (&q

[vpp-dev] Calling a C function in one plugin from another plugin?

2018-02-05 Thread Michael Lilja
Hi, I'm looking at using DPDK rte_flow (generic flow API) for ACL offloading. From what I can see the only option I have is to implement a v1_msg_* receiver in the DPDK plugin to accept commands from ACL via the SHMEM rings. The concern I have is that this might be in conflict with the design o