Re: [dpdk-dev] [PATCH v7 5/9] lib: remove direct access to interrupt handle

2021-10-27 Thread Jiang, YuX
o > > Subject: [dpdk-dev] [PATCH v7 5/9] lib: remove direct access to interrupt > handle > > From: Harman Kalra > > Removing direct access to interrupt handle structure fields, rather use > respective get set APIs for the same. > Making changes to all the libraries acc

[dpdk-dev] [PATCH v7 5/9] lib: remove direct access to interrupt handle

2021-10-25 Thread David Marchand
From: Harman Kalra Removing direct access to interrupt handle structure fields, rather use respective get set APIs for the same. Making changes to all the libraries access the interrupt handle fields. Signed-off-by: Harman Kalra Signed-off-by: David Marchand --- Changes since v5: - split from