[dpdk-dev] [RFC 2/7] eal/interrupts: implement get set APIs

Kinsella, Ray mdr at ashroe.eu
Tue Aug 31 17:53:03 CEST 2021



On 26/08/2021 15:57, Harman Kalra wrote:
> Implementing get set APIs for interrupt handle fields.
> To make any change to the interrupt handle fields, one
> should make use of these APIs.
> 
> Signed-off-by: Harman Kalra <hkalra at marvell.com>
> ---
>  lib/eal/common/eal_common_interrupts.c | 506 +++++++++++++++++++++++++
>  lib/eal/common/meson.build             |   2 +
>  lib/eal/include/rte_eal_interrupts.h   |   6 +-
>  lib/eal/version.map                    |  30 ++
>  4 files changed, 543 insertions(+), 1 deletion(-)
>  create mode 100644 lib/eal/common/eal_common_interrupts.c
> 

Seems strange putting the API changes as a separate patch?

Acked-by: Ray Kinsella <mdr at ashroe.eu>


More information about the dev mailing list