Re: [PATCH] bus/uacce: introduce UACCE bus

2024-01-15 Thread fengchengwen
Hi Huisong, On 2024/1/15 16:14, lihuisong (C) wrote: > Hi chengwen, > > lgtm, > with below to changes, > Acked-by: Huisong Li > > > 在 2023/12/8 14:18, Chengwen Feng 写道: >> UACCE (Unified/User-space-access-intended Accelerator Framework) was >> upstream to Linux kernel version 5.7, and it targe

Re: [PATCH] bus/uacce: introduce UACCE bus

2024-01-15 Thread lihuisong (C)
Hi chengwen, lgtm, with below to changes, Acked-by: Huisong Li 在 2023/12/8 14:18, Chengwen Feng 写道: UACCE (Unified/User-space-access-intended Accelerator Framework) was upstream to Linux kernel version 5.7, and it targets to provide Shared Virtual Addressing (SVA) between accelerators and pro

Re: [PATCH] bus/uacce: introduce UACCE bus

2024-01-10 Thread Zhangfei Gao
Hi, Chengwen On Fri, 8 Dec 2023 at 14:21, Chengwen Feng wrote: > > UACCE (Unified/User-space-access-intended Accelerator Framework) was > upstream to Linux kernel version 5.7, and it targets to provide Shared > Virtual Addressing (SVA) between accelerators and processes. So > accelerator can acce

[PATCH] bus/uacce: introduce UACCE bus

2023-12-07 Thread Chengwen Feng
UACCE (Unified/User-space-access-intended Accelerator Framework) was upstream to Linux kernel version 5.7, and it targets to provide Shared Virtual Addressing (SVA) between accelerators and processes. So accelerator can access any data structure of the main cpu. [1] for more information. This comm