[v7,0/2] Add p2p via dmabuf to habanalabs

Message ID 20211003090756.117809-1-ogabbay@kernel.org (mailing list archive)
Headers
Series Add p2p via dmabuf to habanalabs |

Message

Oded Gabbay Oct. 3, 2021, 9:07 a.m. UTC
  Hi,
I'm sending v7 after the latest review from Jason.
All the changes are detailed in the commit messages.

Dave, I'll appreciate if you can also a-b this patchset.

Thanks,
Oded

Oded Gabbay (1):
  habanalabs: define uAPI to export FD for DMA-BUF

Tomer Tayar (1):
  habanalabs: add support for dma-buf exporter

 drivers/misc/habanalabs/Kconfig             |   1 +
 drivers/misc/habanalabs/common/habanalabs.h |  22 +
 drivers/misc/habanalabs/common/memory.c     | 514 +++++++++++++++++++-
 drivers/misc/habanalabs/gaudi/gaudi.c       |   1 +
 drivers/misc/habanalabs/goya/goya.c         |   1 +
 include/uapi/misc/habanalabs.h              |  28 +-
 6 files changed, 563 insertions(+), 4 deletions(-)
  

Comments

Oded Gabbay Oct. 7, 2021, 10:55 a.m. UTC | #1
On Sun, Oct 3, 2021 at 12:08 PM Oded Gabbay <ogabbay@kernel.org> wrote:
>
> Hi,
> I'm sending v7 after the latest review from Jason.
> All the changes are detailed in the commit messages.
>
> Dave, I'll appreciate if you can also a-b this patchset.
>
> Thanks,
> Oded

Hi,
I would like to send a pull request with these patches next week, so
if you have any more comments, please let me know.
Oded