DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] Experimental symbols in compressdev lib
@ 2021-06-24 10:32 Kinsella, Ray
  2021-06-24 10:55 ` Trahe, Fiona
  2021-06-25  7:49 ` David Marchand
  0 siblings, 2 replies; 4+ messages in thread
From: Kinsella, Ray @ 2021-06-24 10:32 UTC (permalink / raw)
  To: Fiona Trahe, Ashish Gupta, Thomas Monjalon, Stephen Hemminger, dpdk-dev

Hi Fiona & Ashish,

The following compressdev 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_compressdev_capability_get
 * rte_compressdev_close
 * rte_compressdev_configure
 * rte_compressdev_count
 * rte_compressdev_dequeue_burst
 * rte_compressdev_devices_get
 * rte_compressdev_enqueue_burst
 * rte_compressdev_get_dev_id
 * rte_compressdev_get_feature_name
 * rte_compressdev_info_get
 * rte_compressdev_name_get
 * rte_compressdev_pmd_allocate
 * rte_compressdev_pmd_create
 * rte_compressdev_pmd_destroy
 * rte_compressdev_pmd_get_named_dev
 * rte_compressdev_pmd_parse_input_args
 * rte_compressdev_pmd_release_device
 * rte_compressdev_private_xform_create
 * rte_compressdev_private_xform_free
 * rte_compressdev_queue_pair_count
 * rte_compressdev_queue_pair_setup
 * rte_compressdev_socket_id
 * rte_compressdev_start
 * rte_compressdev_stats_get
 * rte_compressdev_stats_reset
 * rte_compressdev_stop
 * rte_compressdev_stream_create
 * rte_compressdev_stream_free
 * rte_comp_get_feature_name
 * rte_comp_op_alloc
 * rte_comp_op_bulk_alloc
 * rte_comp_op_bulk_free
 * rte_comp_op_free
 * rte_comp_op_pool_create

Ray K


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

* Re: [dpdk-dev] Experimental symbols in compressdev lib
  2021-06-24 10:32 [dpdk-dev] Experimental symbols in compressdev lib Kinsella, Ray
@ 2021-06-24 10:55 ` Trahe, Fiona
  2021-06-25  7:49 ` David Marchand
  1 sibling, 0 replies; 4+ messages in thread
From: Trahe, Fiona @ 2021-06-24 10:55 UTC (permalink / raw)
  To: Kinsella, Ray, Ashish Gupta, Thomas Monjalon, Stephen Hemminger,
	dpdk-dev
  Cc: Trahe, Fiona

Hi Ray,
Sounds reasonable, however I'm not curently working on this project, so will have to leave to others to propose.
Fiona
 

> -----Original Message-----
> From: Kinsella, Ray <mdr@ashroe.eu>
> Sent: Thursday, June 24, 2021 11:33 AM
> To: Trahe, Fiona <fiona.trahe@intel.com>; Ashish Gupta <ashish.gupta@marvell.com>; Thomas
> Monjalon <thomas@monjalon.net>; Stephen Hemminger <stephen@networkplumber.org>; dpdk-dev
> <dev@dpdk.org>
> Subject: Experimental symbols in compressdev lib
> 
> Hi Fiona & Ashish,
> 
> The following compressdev 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_compressdev_capability_get
>  * rte_compressdev_close
>  * rte_compressdev_configure
>  * rte_compressdev_count
>  * rte_compressdev_dequeue_burst
>  * rte_compressdev_devices_get
>  * rte_compressdev_enqueue_burst
>  * rte_compressdev_get_dev_id
>  * rte_compressdev_get_feature_name
>  * rte_compressdev_info_get
>  * rte_compressdev_name_get
>  * rte_compressdev_pmd_allocate
>  * rte_compressdev_pmd_create
>  * rte_compressdev_pmd_destroy
>  * rte_compressdev_pmd_get_named_dev
>  * rte_compressdev_pmd_parse_input_args
>  * rte_compressdev_pmd_release_device
>  * rte_compressdev_private_xform_create
>  * rte_compressdev_private_xform_free
>  * rte_compressdev_queue_pair_count
>  * rte_compressdev_queue_pair_setup
>  * rte_compressdev_socket_id
>  * rte_compressdev_start
>  * rte_compressdev_stats_get
>  * rte_compressdev_stats_reset
>  * rte_compressdev_stop
>  * rte_compressdev_stream_create
>  * rte_compressdev_stream_free
>  * rte_comp_get_feature_name
>  * rte_comp_op_alloc
>  * rte_comp_op_bulk_alloc
>  * rte_comp_op_bulk_free
>  * rte_comp_op_free
>  * rte_comp_op_pool_create
> 
> Ray K


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

* Re: [dpdk-dev] Experimental symbols in compressdev lib
  2021-06-24 10:32 [dpdk-dev] Experimental symbols in compressdev lib Kinsella, Ray
  2021-06-24 10:55 ` Trahe, Fiona
@ 2021-06-25  7:49 ` David Marchand
  2021-06-25  9:14   ` Kinsella, Ray
  1 sibling, 1 reply; 4+ messages in thread
From: David Marchand @ 2021-06-25  7:49 UTC (permalink / raw)
  To: Fiona Trahe, Ashish Gupta
  Cc: Kinsella, Ray, Thomas Monjalon, Stephen Hemminger, dpdk-dev

On Thu, Jun 24, 2021 at 12:33 PM Kinsella, Ray <mdr@ashroe.eu> wrote:
>
> Hi Fiona & Ashish,
>
> The following compressdev 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_compressdev_capability_get
>  * rte_compressdev_close
>  * rte_compressdev_configure
>  * rte_compressdev_count
>  * rte_compressdev_dequeue_burst
>  * rte_compressdev_devices_get
>  * rte_compressdev_enqueue_burst
>  * rte_compressdev_get_dev_id
>  * rte_compressdev_get_feature_name
>  * rte_compressdev_info_get
>  * rte_compressdev_name_get
>  * rte_compressdev_pmd_allocate
>  * rte_compressdev_pmd_create
>  * rte_compressdev_pmd_destroy
>  * rte_compressdev_pmd_get_named_dev
>  * rte_compressdev_pmd_parse_input_args
>  * rte_compressdev_pmd_release_device
>  * rte_compressdev_private_xform_create
>  * rte_compressdev_private_xform_free
>  * rte_compressdev_queue_pair_count
>  * rte_compressdev_queue_pair_setup
>  * rte_compressdev_socket_id
>  * rte_compressdev_start
>  * rte_compressdev_stats_get
>  * rte_compressdev_stats_reset
>  * rte_compressdev_stop
>  * rte_compressdev_stream_create
>  * rte_compressdev_stream_free
>  * rte_comp_get_feature_name
>  * rte_comp_op_alloc
>  * rte_comp_op_bulk_alloc
>  * rte_comp_op_bulk_free
>  * rte_comp_op_free
>  * rte_comp_op_pool_create
>

Part of the symbols listed here are driver-only (at least the *_pmd_*
symbols) and should be marked internal.


-- 
David Marchand


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

* Re: [dpdk-dev] Experimental symbols in compressdev lib
  2021-06-25  7:49 ` David Marchand
@ 2021-06-25  9:14   ` Kinsella, Ray
  0 siblings, 0 replies; 4+ messages in thread
From: Kinsella, Ray @ 2021-06-25  9:14 UTC (permalink / raw)
  To: David Marchand, Fiona Trahe, Ashish Gupta
  Cc: Thomas Monjalon, Stephen Hemminger, dpdk-dev



On 25/06/2021 08:49, David Marchand wrote:
> On Thu, Jun 24, 2021 at 12:33 PM Kinsella, Ray <mdr@ashroe.eu> wrote:
>>
>> Hi Fiona & Ashish,
>>
>> The following compressdev 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_compressdev_capability_get
>>  * rte_compressdev_close
>>  * rte_compressdev_configure
>>  * rte_compressdev_count
>>  * rte_compressdev_dequeue_burst
>>  * rte_compressdev_devices_get
>>  * rte_compressdev_enqueue_burst
>>  * rte_compressdev_get_dev_id
>>  * rte_compressdev_get_feature_name
>>  * rte_compressdev_info_get
>>  * rte_compressdev_name_get
>>  * rte_compressdev_pmd_allocate
>>  * rte_compressdev_pmd_create
>>  * rte_compressdev_pmd_destroy
>>  * rte_compressdev_pmd_get_named_dev
>>  * rte_compressdev_pmd_parse_input_args
>>  * rte_compressdev_pmd_release_device
>>  * rte_compressdev_private_xform_create
>>  * rte_compressdev_private_xform_free
>>  * rte_compressdev_queue_pair_count
>>  * rte_compressdev_queue_pair_setup
>>  * rte_compressdev_socket_id
>>  * rte_compressdev_start
>>  * rte_compressdev_stats_get
>>  * rte_compressdev_stats_reset
>>  * rte_compressdev_stop
>>  * rte_compressdev_stream_create
>>  * rte_compressdev_stream_free
>>  * rte_comp_get_feature_name
>>  * rte_comp_op_alloc
>>  * rte_comp_op_bulk_alloc
>>  * rte_comp_op_bulk_free
>>  * rte_comp_op_free
>>  * rte_comp_op_pool_create
>>
> 
> Part of the symbols listed here are driver-only (at least the *_pmd_*
> symbols) and should be marked internal.
> 
+1 agreed. 

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

end of thread, other threads:[~2021-06-25  9:14 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:32 [dpdk-dev] Experimental symbols in compressdev lib Kinsella, Ray
2021-06-24 10:55 ` Trahe, Fiona
2021-06-25  7:49 ` David Marchand
2021-06-25  9:14   ` Kinsella, Ray

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).