Re: [dpdk-dev] [PATCH v4 08/11] baseband/acc100: add interrupt support to PMD

2020-09-20 Thread Liu, Tianjiao
On Fri, 4 Sep 2020 10:54:04 -0700, Nicolas Chautru wrote: > Adding capability and functions to support MSI interrupts, call backs and > inforing. > Signed-off-by: Nicolas Chautru > mailto:nicolas.chau...@intel.com>> > --- > drivers/baseband/acc100/rte_acc100_pmd.c | 288 > +

[dpdk-dev] [PATCH v4 08/11] baseband/acc100: add interrupt support to PMD

2020-09-04 Thread Nicolas Chautru
Adding capability and functions to support MSI interrupts, call backs and inforing. Signed-off-by: Nicolas Chautru --- drivers/baseband/acc100/rte_acc100_pmd.c | 288 ++- drivers/baseband/acc100/rte_acc100_pmd.h | 15 ++ 2 files changed, 300 insertions(+), 3 deletion