Re: [PATCH 00/20] remove experimental flag from some API's

2023-10-24 Thread Stephen Hemminger
On Tue, 24 Oct 2023 09:20:05 +0200 Maxime Coquelin wrote: > You removed Vhost changes altogether, but I only asked for the Vhost > Async API changes to be removed, i.e. the APIs in rte_vhost_async.h. > > Maxime Will get back to vhost, just moved it to the end of the TODO list.

Re: [PATCH 00/20] remove experimental flag from some API's

2023-10-24 Thread Maxime Coquelin
On 8/8/23 19:35, Stephen Hemminger wrote: Since 23.11 is an LTS release it is time to remove the experimental bandaid off many API's. There are about 850 API's marked with experimental on current main branch. This addresses the easy to remove ones and gets it down to about 690 places. The rul

Re: [PATCH 00/20] remove experimental flag from some API's

2023-08-09 Thread Dmitry Kozlyuk
2023-08-09 08:34 (UTC-0700), Stephen Hemminger: > On Tue, 8 Aug 2023 16:23:43 -0700 > Tyler Retzlaff wrote: > > > > > > > bpf: not built on Windows. Needs some libelf. > > > pdump: not built on Windows. Needs bpf for filtering > > A different topic, is it possible to get pdump working on Wind

Re: [PATCH 00/20] remove experimental flag from some API's

2023-08-09 Thread Stephen Hemminger
On Tue, 8 Aug 2023 16:23:43 -0700 Tyler Retzlaff wrote: > > > > bpf: not built on Windows. Needs some libelf. > > pdump: not built on Windows. Needs bpf for filtering A different topic, is it possible to get pdump working on Windows? Is there a pcap and elf library? Might be possible to spli

Re: [PATCH 00/20] remove experimental flag from some API's

2023-08-08 Thread Tyler Retzlaff
On Tue, Aug 08, 2023 at 02:33:52PM -0700, Stephen Hemminger wrote: > On Tue, 8 Aug 2023 11:19:12 -0700 > Tyler Retzlaff wrote: > > > On Tue, Aug 08, 2023 at 10:35:07AM -0700, Stephen Hemminger wrote: > > > Since 23.11 is an LTS release it is time to remove the experimental > > > bandaid off many

Re: [PATCH 00/20] remove experimental flag from some API's

2023-08-08 Thread Stephen Hemminger
On Tue, 8 Aug 2023 11:19:12 -0700 Tyler Retzlaff wrote: > On Tue, Aug 08, 2023 at 10:35:07AM -0700, Stephen Hemminger wrote: > > Since 23.11 is an LTS release it is time to remove the experimental > > bandaid off many API's. There are about 850 API's marked with experimental > > on current main b

Re: [PATCH 00/20] remove experimental flag from some API's

2023-08-08 Thread Tyler Retzlaff
On Tue, Aug 08, 2023 at 10:35:07AM -0700, Stephen Hemminger wrote: > Since 23.11 is an LTS release it is time to remove the experimental > bandaid off many API's. There are about 850 API's marked with experimental > on current main branch. This addresses the easy to remove ones and > gets it down t

[PATCH 00/20] remove experimental flag from some API's

2023-08-08 Thread Stephen Hemminger
Since 23.11 is an LTS release it is time to remove the experimental bandaid off many API's. There are about 850 API's marked with experimental on current main branch. This addresses the easy to remove ones and gets it down to about 690 places. The rule is any API that has been in since 22.11 needs