[dpdk-dev] [RFC 1/7] eal: interrupt handle API prototypes

Kinsella, Ray mdr at ashroe.eu
Tue Aug 31 17:52:51 CEST 2021



On 26/08/2021 15:57, Harman Kalra wrote:
> Defining protypes of get/set APIs for accessing/manipulating
> interrupt handle fields.
> 
> Internal interrupt header i.e. rte_eal_interrupt.h is rearranged,
> as APIs defined are moved to rte_interrupts.h and epoll specific
> definitions are moved to a new header rte_epoll.h.
> Later in the series rte_eal_interrupt.h will be removed.
> 
> Signed-off-by: Harman Kalra <hkalra at marvell.com>
> ---
>  MAINTAINERS                          |   1 +
>  lib/eal/include/meson.build          |   1 +
>  lib/eal/include/rte_eal_interrupts.h | 201 ---------
>  lib/eal/include/rte_epoll.h          | 116 +++++
>  lib/eal/include/rte_interrupts.h     | 653 ++++++++++++++++++++++++++-
>  5 files changed, 769 insertions(+), 203 deletions(-)
>  create mode 100644 lib/eal/include/rte_epoll.h
> 

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