Re: [RFC] add Rust API for basic port operations

2025-04-17 Thread Etelson, Gregory
Hello Harry, Thanks for posting this RFC. I'll share my API RFC in the coming days too, for now some feedback (which is already integrated/existing in the API I've been working on) Bigger picture; the APIs below implement "DPDK C API thinking" in Rust. I'd like to rework the APIs to be "DPD

Re: [RFC] add Rust API for basic port operations

2025-04-17 Thread Van Haaren, Harry
> From: Gregory Etelson > Sent: Wednesday, April 16, 2025 12:42 PM > To: Van Haaren, Harry; Richardson, Bruce > Cc: dev@dpdk.org > Subject: [RFC] add Rust API for basic port operations > > This RFC proposes Rust API for basic DPDK port management and IO operations. Thanks for posting this RFC. I'