RE: [EXTERNAL] Re: [Patch v2] doc: announce bus/vmbus API changes

2025-03-17 Thread Long Li
> -Original Message- > From: David Marchand > Sent: Monday, March 17, 2025 2:47 AM > To: lon...@linuxonhyperv.com > Cc: Stephen Hemminger ; Wei Hu > ; Thomas Monjalon ; > dev@dpdk.org; Long Li > Subject: [EXTERNAL] Re: [Patch v2] doc: announce bus/vmbus API cha

Re: [Patch v2] doc: announce bus/vmbus API changes

2025-03-17 Thread David Marchand
On Sat, Mar 15, 2025 at 1:35 AM wrote: > > From: Long Li > > All vmbus APIs are used internally by DPDK core and net/netvsc PMD. > It's not feasible or practical to use those APIs by the application. > Those APIs will be moved from "DPDK" to "Internal" in DPDK 25.11. > > Signed-off-by: Long Li >

[Patch v2] doc: announce bus/vmbus API changes

2025-03-14 Thread longli
From: Long Li All vmbus APIs are used internally by DPDK core and net/netvsc PMD. It's not feasible or practical to use those APIs by the application. Those APIs will be moved from "DPDK" to "Internal" in DPDK 25.11. Signed-off-by: Long Li --- Change in v2: add details on what APIs will be chan