Re: [PATCH v3 1/1] dma/cnxk: fix installing internal cnxk DMA headers

2022-01-27 Thread Thomas Monjalon
> > DMA module internal header files are currently being installed to the prefix > > directory. This patch updates DMA meson config file to exclude internal > > headers during install stage. > > > > Fixes: 53f6d7328b (dma/cnxk: create and initialize device on PCI probing) > > Cc: sta...@dpdk.org >

RE: [PATCH v3 1/1] dma/cnxk: fix installing internal cnxk DMA headers

2022-01-25 Thread Radha Chintakuntla
thi > > Subject: [PATCH v3 1/1] dma/cnxk: fix installing internal cnxk DMA headers > > DMA module internal header files are currently being installed to the prefix > directory. This patch updates DMA meson config file to exclude internal > headers during install stage. &g

[PATCH v3 1/1] dma/cnxk: fix installing internal cnxk DMA headers

2022-01-25 Thread Srikanth Yalavarthi
DMA module internal header files are currently being installed to the prefix directory. This patch updates DMA meson config file to exclude internal headers during install stage. Fixes: 53f6d7328b (dma/cnxk: create and initialize device on PCI probing) Cc: sta...@dpdk.org Signed-off-by: Srikanth