Re: [dpdk-dev] [PATCH v6 2/9] interrupts: remove direct access to interrupt handle

2021-10-24 Thread David Marchand
On Sun, Oct 24, 2021 at 10:05 PM David Marchand wrote: > @@ -556,8 +565,8 @@ eal_intr_process_interrupts(struct kevent *events, int > nfds) > * remove intr file descriptor from wait list. > */ > if (

[dpdk-dev] [PATCH v6 2/9] interrupts: remove direct access to interrupt handle

2021-10-24 Thread David Marchand
From: Harman Kalra Making changes to the interrupt framework to use interrupt handle APIs to get/set any field. Signed-off-by: Harman Kalra Signed-off-by: David Marchand --- Changes since v5: - used new helper rte_intr_instance_dup, --- lib/eal/freebsd/eal_interrupts.c | 85 + lib/e