Re: [PATCH v7] i2c: virtio: add a virtio i2c frontend driver
From: Jie Deng <hidden>
Date: 2021-03-16 02:16:57
Also in:
linux-i2c, lkml
On 2021/3/15 15:52, Arnd Bergmann wrote:
On Mon, Mar 15, 2021 at 6:54 AM Jie Deng [off-list ref] wrote:quoted
On 2021/3/15 11:13, Jason Wang wrote:quoted
On 2021/3/15 9:14 上午, Jie Deng wrote:quoted
On 2021/3/12 16:58, Arnd Bergmann wrote:Then do you think it is necessary to mark the virtio bufs with ____cacheline_aligned ?I think so, yes.quoted
I haven't seen any virtio interface being marked yet. If this is a problem, I believe it should be common for all virtio devices, right ?Yes, but it's not a problem if the buffers are allocated separately because kmalloc provinces a cachelinen aligned buffer on architectures that need it. It's only a problem here because there is a single allocation for three objects that have different ownership states during the DMA (device owned to-device, cpu-owned, device owned to-cpu). Arnd
I'm not sure if this will actually cause a problem. But I'm OK to mark the items in struct virtio_i2c_req with ____cacheline_aligned to avoid potential problem as you said. Thank you. _______________________________________________ Virtualization mailing list Virtualization@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/virtualization