Re: [PATCH v1 1/3] dmadev: add inter-domain operations

2023-11-22 Thread Jerin Jacob
On Fri, Oct 27, 2023 at 7:16 PM Medvedkin, Vladimir wrote: > > Hi Satananda, Anoob, Chengwen, Jerin, all, > > After a number of internal discussions we have decided that we're going > to postpone this feature/patchset till next release. > > >[Satananda] Have you considered extending rte_dma_port

Re: [PATCH v1 1/3] dmadev: add inter-domain operations

2023-10-27 Thread Medvedkin, Vladimir
Hi Satananda, Anoob, Chengwen, Jerin, all, After a number of internal discussions we have decided that we're going to postpone this feature/patchset till next release. >[Satananda] Have you considered extending  rte_dma_port_param and rte_dma_vchan_conf to represent interdomain memory transfe

Re: [PATCH v1 1/3] dmadev: add inter-domain operations

2023-10-08 Thread Jerin Jacob
On Sun, Oct 8, 2023 at 8:03 AM fengchengwen wrote: > > Hi Anatoly, > > On 2023/8/12 0:14, Anatoly Burakov wrote: > > Add a flag to indicate that a specific device supports inter-domain > > operations, and add an API for inter-domain copy and fill. > > > > Inter-domain operation is an operation tha

Re: [PATCH v1 1/3] dmadev: add inter-domain operations

2023-10-07 Thread fengchengwen
Hi Anatoly, On 2023/8/12 0:14, Anatoly Burakov wrote: > Add a flag to indicate that a specific device supports inter-domain > operations, and add an API for inter-domain copy and fill. > > Inter-domain operation is an operation that is very similar to regular > DMA operation, except either source

RE: [EXT] [PATCH v1 1/3] dmadev: add inter-domain operations

2023-08-18 Thread Anoob Joseph
dev@dpdk.org; Chengwen Feng ; Kevin > Laatz ; Bruce Richardson > > Cc: Vladimir Medvedkin > Subject: [EXT] [PATCH v1 1/3] dmadev: add inter-domain operations > > External Email > > -- > Add a flag to indicat

[PATCH v1 1/3] dmadev: add inter-domain operations

2023-08-11 Thread Anatoly Burakov
Add a flag to indicate that a specific device supports inter-domain operations, and add an API for inter-domain copy and fill. Inter-domain operation is an operation that is very similar to regular DMA operation, except either source or destination addresses can be in a different process's address