Re: [PATCH v4 03/12] eventdev: create and free API for DMA adapter

2023-09-27 Thread Jerin Jacob
On Tue, Sep 26, 2023 at 6:31 PM Amit Prakash Shukla wrote: > > Added API support to create and free DMA adapter. Create function shall be > called with event device to be associated with the adapter and port > configuration to setup an event port. > > Signed-off-by: Amit Prakash Shukla > --- > c

[PATCH v4 03/12] eventdev: create and free API for DMA adapter

2023-09-26 Thread Amit Prakash Shukla
Added API support to create and free DMA adapter. Create function shall be called with event device to be associated with the adapter and port configuration to setup an event port. Signed-off-by: Amit Prakash Shukla --- config/rte_config.h | 1 + lib/eventdev/meson.build