DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] Experimental symbols in eal lib
@ 2021-06-24 10:31 Kinsella, Ray
  2021-06-24 12:14 ` David Marchand
  0 siblings, 1 reply; 4+ messages in thread
From: Kinsella, Ray @ 2021-06-24 10:31 UTC (permalink / raw)
  To: Thomas Monjalon, Stephen Hemminger, Burakov, Anatoly, dpdk-dev

Hi Anatoly & Thomas, 

The following eal experimental symbols are present in both v21.05 and v19.11 release. These symbols should be considered for promotion to stable as part of the v22 ABI in DPDK 21.11, as they have been experimental for >= 2yrs at this point. 

 * rte_mp_action_register
 * rte_mp_action_unregister
 * rte_mp_reply
 * rte_mp_sendmsg
 * rte_dev_event_callback_register
 * rte_dev_event_callback_unregister
 * rte_dev_event_monitor_start
 * rte_dev_event_monitor_stop
 * rte_fbarray_attach
 * rte_fbarray_destroy
 * rte_fbarray_detach
 * rte_fbarray_dump_metadata
 * rte_fbarray_find_contig_free
 * rte_fbarray_find_contig_used
 * rte_fbarray_find_idx
 * rte_fbarray_find_next_free
 * rte_fbarray_find_next_n_free
 * rte_fbarray_find_next_n_used
 * rte_fbarray_find_next_used
 * rte_fbarray_get
 * rte_fbarray_init
 * rte_fbarray_is_used
 * rte_fbarray_set_free
 * rte_fbarray_set_used
 * rte_log_register_type_and_pick_level
 * rte_malloc_dump_heaps
 * rte_mem_alloc_validator_register
 * rte_mem_alloc_validator_unregister
 * rte_mem_check_dma_mask
 * rte_mem_event_callback_register
 * rte_mem_event_callback_unregister
 * rte_mem_iova2virt
 * rte_mem_virt2memseg
 * rte_mem_virt2memseg_list
 * rte_memseg_contig_walk
 * rte_memseg_list_walk
 * rte_memseg_walk
 * rte_mp_request_async
 * rte_mp_request_sync
 * rte_class_find
 * rte_class_find_by_name
 * rte_class_register
 * rte_class_unregister
 * rte_dev_iterator_init
 * rte_dev_iterator_next
 * rte_fbarray_find_prev_free
 * rte_fbarray_find_prev_n_free
 * rte_fbarray_find_prev_n_used
 * rte_fbarray_find_prev_used
 * rte_fbarray_find_rev_contig_free
 * rte_fbarray_find_rev_contig_used
 * rte_memseg_contig_walk_thread_unsafe
 * rte_memseg_list_walk_thread_unsafe
 * rte_memseg_walk_thread_unsafe
 * rte_delay_us_sleep
 * rte_dev_event_callback_process
 * rte_dev_hotplug_handle_disable
 * rte_dev_hotplug_handle_enable
 * rte_malloc_heap_create
 * rte_malloc_heap_destroy
 * rte_malloc_heap_get_socket
 * rte_malloc_heap_memory_add
 * rte_malloc_heap_memory_attach
 * rte_malloc_heap_memory_detach
 * rte_malloc_heap_memory_remove
 * rte_malloc_heap_socket_is_external
 * rte_mem_check_dma_mask_thread_unsafe
 * rte_mem_set_dma_mask
 * rte_memseg_get_fd
 * rte_memseg_get_fd_offset
 * rte_memseg_get_fd_offset_thread_unsafe
 * rte_memseg_get_fd_thread_unsafe
 * rte_extmem_attach
 * rte_extmem_detach
 * rte_extmem_register
 * rte_extmem_unregister
 * rte_dev_dma_map
 * rte_dev_dma_unmap
 * rte_fbarray_find_biggest_free
 * rte_fbarray_find_biggest_used
 * rte_fbarray_find_rev_biggest_free
 * rte_fbarray_find_rev_biggest_used
 * rte_intr_callback_unregister_pending
 * rte_realloc_socket
 * rte_intr_ack
 * rte_lcore_cpuset
 * rte_lcore_to_cpu_id
 * rte_mcfg_timer_lock
 * rte_mcfg_timer_unlock
 * rte_rand_max

Ray K


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] Experimental symbols in eal lib
  2021-06-24 10:31 [dpdk-dev] Experimental symbols in eal lib Kinsella, Ray
@ 2021-06-24 12:14 ` David Marchand
  2021-06-24 12:15   ` Kinsella, Ray
  2021-06-29 16:50   ` Tyler Retzlaff
  0 siblings, 2 replies; 4+ messages in thread
From: David Marchand @ 2021-06-24 12:14 UTC (permalink / raw)
  To: Kinsella, Ray
  Cc: Thomas Monjalon, Stephen Hemminger, Burakov, Anatoly, dpdk-dev

On Thu, Jun 24, 2021 at 12:31 PM Kinsella, Ray <mdr@ashroe.eu> wrote:
>
> Hi Anatoly & Thomas,
>
> The following eal experimental symbols are present in both v21.05 and v19.11 release. These symbols should be considered for promotion to stable as part of the v22 ABI in DPDK 21.11, as they have been experimental for >= 2yrs at this point.

Just an additional comment.
Marking stable is not the only choice.
We can also consider hiding such symbols (marking internal) if there
is no clear usecase out of DPDK.


-- 
David Marchand


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] Experimental symbols in eal lib
  2021-06-24 12:14 ` David Marchand
@ 2021-06-24 12:15   ` Kinsella, Ray
  2021-06-29 16:50   ` Tyler Retzlaff
  1 sibling, 0 replies; 4+ messages in thread
From: Kinsella, Ray @ 2021-06-24 12:15 UTC (permalink / raw)
  To: David Marchand
  Cc: Thomas Monjalon, Stephen Hemminger, Burakov, Anatoly, dpdk-dev

Good point, that one is very up to the lib maintainer to make that call.

Ray K

On 24/06/2021 13:14, David Marchand wrote:
> On Thu, Jun 24, 2021 at 12:31 PM Kinsella, Ray <mdr@ashroe.eu> wrote:
>>
>> Hi Anatoly & Thomas,
>>
>> The following eal experimental symbols are present in both v21.05 and v19.11 release. These symbols should be considered for promotion to stable as part of the v22 ABI in DPDK 21.11, as they have been experimental for >= 2yrs at this point.
> 
> Just an additional comment.
> Marking stable is not the only choice.
> We can also consider hiding such symbols (marking internal) if there
> is no clear usecase out of DPDK.
> 
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] Experimental symbols in eal lib
  2021-06-24 12:14 ` David Marchand
  2021-06-24 12:15   ` Kinsella, Ray
@ 2021-06-29 16:50   ` Tyler Retzlaff
  1 sibling, 0 replies; 4+ messages in thread
From: Tyler Retzlaff @ 2021-06-29 16:50 UTC (permalink / raw)
  To: David Marchand
  Cc: Kinsella, Ray, Thomas Monjalon, Stephen Hemminger, Burakov,
	Anatoly, dpdk-dev

On Thu, Jun 24, 2021 at 02:14:16PM +0200, David Marchand wrote:
> On Thu, Jun 24, 2021 at 12:31 PM Kinsella, Ray <mdr@ashroe.eu> wrote:
> >
> > Hi Anatoly & Thomas,
> >
> > The following eal experimental symbols are present in both v21.05 and v19.11 release. These symbols should be considered for promotion to stable as part of the v22 ABI in DPDK 21.11, as they have been experimental for >= 2yrs at this point.
> 
> Just an additional comment.
> Marking stable is not the only choice.
> We can also consider hiding such symbols (marking internal) if there
> is no clear usecase out of DPDK.

+1

there has to be a very strong/clear case for promotion to public.

> 
> 
> -- 
> David Marchand

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-06-29 16:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-24 10:31 [dpdk-dev] Experimental symbols in eal lib Kinsella, Ray
2021-06-24 12:14 ` David Marchand
2021-06-24 12:15   ` Kinsella, Ray
2021-06-29 16:50   ` Tyler Retzlaff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).