]> git.droids-corp.org - dpdk.git/commit
raw/cnxk_gpio: add custom IRQ handlers
authorTomasz Duszynski <tduszynski@marvell.com>
Thu, 17 Feb 2022 11:09:22 +0000 (12:09 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 18 Feb 2022 11:54:45 +0000 (12:54 +0100)
commitaa22c0f3846b067c6b33020a46c27467c6a6122a
treec9c8b39afd78b323bbfbb2b5d3e3f368a90165df
parent633dae6980707e60f6b7556549a53a3c53bdf626
raw/cnxk_gpio: add custom IRQ handlers

Add support for custom interrupt handlers. Custom interrupt
handlers bypass kernel completely and are meant for fast
and low latency access to GPIO state.

Signed-off-by: Tomasz Duszynski <tduszynski@marvell.com>
doc/guides/rawdevs/cnxk_gpio.rst
drivers/raw/cnxk_gpio/cnxk_gpio.c
drivers/raw/cnxk_gpio/cnxk_gpio.h
drivers/raw/cnxk_gpio/cnxk_gpio_irq.c [new file with mode: 0644]
drivers/raw/cnxk_gpio/meson.build
drivers/raw/cnxk_gpio/rte_pmd_cnxk_gpio.h