RE: [EXT] [PATCH v1 0/3] Add support for inter-domain DMA operations

2023-08-15 Thread Satananda Burla
Hi Anatoly > -Original Message- > From: Anatoly Burakov > Sent: Friday, August 11, 2023 9:15 AM > To: dev@dpdk.org > Cc: bruce.richard...@intel.com > Subject: [EXT] [PATCH v1 0/3] Add support for inter-domain DMA > operation

[PATCH v1 0/3] Add support for inter-domain DMA operations

2023-08-11 Thread Anatoly Burakov
This patchset adds inter-domain DMA operations, and implements driver support for them in Intel(R) IDXD driver. Inter-domain DMA operations are similar to regular DMA operations, except that source and/or destination addresses will be in virtual address space of another process. In this patchset,