Re: DPDK for rust

2025-04-05 Thread Bruce Richardson
On Mon, Mar 31, 2025 at 11:03:11AM +0200, Thomas Monjalon wrote: > 27/03/2025 17:17, Bruce Richardson: > > On Thu, Mar 27, 2025 at 11:00:40AM +0200, Etelson, Gregory wrote: > > > Hello Morten, > > > > > > Thank you for raising these questions ! > > > > > > > > > > > Do we want the DPDK project i

Re: DPDK for rust

2025-04-04 Thread Thomas Monjalon
27/03/2025 17:17, Bruce Richardson: > On Thu, Mar 27, 2025 at 11:00:40AM +0200, Etelson, Gregory wrote: > > Hello Morten, > > > > Thank you for raising these questions ! > > > > > > > > Do we want the DPDK project itself to support rust? > > > Or should parts of this be a DPDK hosted project, li

Re: DPDK for rust

2025-04-01 Thread Etelson, Gregory
Hello, I pulled the raw library bindings out of DPDK source into a dedicated crate and cleaned up compilation warnings. Also I started a testpmd like application - runpmd. At this stage it can receive buffers and insert flows with very limited items and actions coverage. The total patches a

Re: DPDK for rust

2025-03-31 Thread Luca Boccassi
On Mon, 31 Mar 2025 at 10:20, Bruce Richardson wrote: > > On Fri, Mar 28, 2025 at 12:25:16PM -0700, Stephen Hemminger wrote: > > On Fri, 28 Mar 2025 21:09:21 +0300 (IDT) > > "Etelson, Gregory" wrote: > > > > > >> Hello Morten, > > > >> > > > >> Thank you for raising these questions ! > > > >> > >

Re: DPDK for rust

2025-03-31 Thread Bruce Richardson
On Fri, Mar 28, 2025 at 12:25:16PM -0700, Stephen Hemminger wrote: > On Fri, 28 Mar 2025 21:09:21 +0300 (IDT) > "Etelson, Gregory" wrote: > > > >> Hello Morten, > > >> > > >> Thank you for raising these questions ! > > >> > > >>> > > >>> Do we want the DPDK project itself to support rust? > > >

Re: DPDK for rust

2025-03-28 Thread Etelson, Gregory
Hello Morten, Thank you for raising these questions ! Do we want the DPDK project itself to support rust? Or should parts of this be a DPDK hosted project, like grout? Rust packages management is different. Also DPDK Rust code will eventually provide a different API. At this stage, DPDK host

Re: DPDK for rust

2025-03-27 Thread Bruce Richardson
On Thu, Mar 27, 2025 at 11:00:40AM +0200, Etelson, Gregory wrote: > Hello Morten, > > Thank you for raising these questions ! > > > > > Do we want the DPDK project itself to support rust? > > Or should parts of this be a DPDK hosted project, like grout? > > Rust packages management is different

Re: DPDK for rust

2025-03-27 Thread Etelson, Gregory
hosted project looks like a good idea. I don't object to supporting rust, quite the opposite. I'm only trying to think ahead... I would hate to see a DPDK patch being rejected because it doesn't support rust, or needs additional work to not break DPDK for rust. And how about the

DPDK for rust

2025-03-27 Thread Morten Brørup
... I would hate to see a DPDK patch being rejected because it doesn't support rust, or needs additional work to not break DPDK for rust. And how about the CI - do we want it to test "DPDK for rust", and how many resources are we going to put into this? -Morten