Re: [PATCH v1 3/3] dma/idxd: add API to create and attach to window

2023-08-14 Thread Burakov, Anatoly
On 8/14/2023 5:39 AM, Jerin Jacob wrote: On Fri, Aug 11, 2023 at 9:45 PM Anatoly Burakov wrote: This commit implements functions necessary to use inter-domain operations with idxd driver. The process is as follows: 1. Process A that wishes to share its memory with others, shall call `rte

Re: [PATCH v1 3/3] dma/idxd: add API to create and attach to window

2023-08-13 Thread Jerin Jacob
On Fri, Aug 11, 2023 at 9:45 PM Anatoly Burakov wrote: > > This commit implements functions necessary to use inter-domain > operations with idxd driver. > > The process is as follows: > > 1. Process A that wishes to share its memory with others, shall call >`rte_idxd_window_create()`, which wi

[PATCH v1 3/3] dma/idxd: add API to create and attach to window

2023-08-11 Thread Anatoly Burakov
This commit implements functions necessary to use inter-domain operations with idxd driver. The process is as follows: 1. Process A that wishes to share its memory with others, shall call `rte_idxd_window_create()`, which will return a file descriptor 2. Process A is to send above mentioned fi