lib: remove direct access to interrupt handle
authorHarman Kalra <hkalra@marvell.com>
Fri, 22 Oct 2021 20:49:32 +0000 (02:19 +0530)
committerDavid Marchand <david.marchand@redhat.com>
Mon, 25 Oct 2021 19:20:12 +0000 (21:20 +0200)
commitc2bd9367e18f5b00c1a3c5eb281a512ef52c5dfd
treede138ab3f95acdc4a6c410473f9aec19a902677e
parent90b13ab8d4f7dc2564dc9ae30f7b45e47c527e3c
lib: remove direct access to interrupt handle

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 <hkalra@marvell.com>
Signed-off-by: David Marchand <david.marchand@redhat.com>
Tested-by: Raslan Darawsheh <rasland@nvidia.com>
lib/bbdev/rte_bbdev.c
lib/eal/linux/eal_dev.c
lib/ethdev/rte_ethdev.c