Re: [GIT PULL] virtio: features

2023-09-04 Thread pr-tracker-bot
The pull request you sent on Sun, 3 Sep 2023 18:13:38 -0400: > https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/e4f1b8202fb59c56a3de7642d50326923670513f Thank you! -- Deet-doot-dot, I am a bo

WorldCIST'24 - Call for Workshops Proposals

2023-09-04 Thread WorldCIST-24
* CORE Conference ** Google Scholar H5-Index = 25 *** Indexed in Scopus, WoS, DBLP, etc -- -- -- CALL for WORKSHOPS PROPOSALS for the WorldCIST'24 The 12th World Conference on Information Systems and Tech

Re: [PATCH 2/2] iommu/virtio: Add ops->flush_iotlb_all and enable deferred flush

2023-09-04 Thread Robin Murphy
On 2023-09-04 16:34, Jean-Philippe Brucker wrote: On Fri, Aug 25, 2023 at 05:21:26PM +0200, Niklas Schnelle wrote: Add ops->flush_iotlb_all operation to enable virtio-iommu for the dma-iommu deferred flush scheme. This results inn a significant increase in in performance in exchange for a wi

Re: [PATCH 2/2] iommu/virtio: Add ops->flush_iotlb_all and enable deferred flush

2023-09-04 Thread Jean-Philippe Brucker
On Fri, Aug 25, 2023 at 05:21:26PM +0200, Niklas Schnelle wrote: > Add ops->flush_iotlb_all operation to enable virtio-iommu for the > dma-iommu deferred flush scheme. This results inn a significant increase in > in performance in exchange for a window in which devices can still > access previous

Re: [PATCH 1/2] iommu/virtio: Make use of ops->iotlb_sync_map

2023-09-04 Thread Jean-Philippe Brucker
Hi Niklas, Thanks for following up with these patches On Fri, Aug 25, 2023 at 05:21:25PM +0200, Niklas Schnelle wrote: > Pull out the sync operation from viommu_map_pages() by implementing > ops->iotlb_sync_map. This allows the common IOMMU code to map multiple > elements of an sg with a single s

Re: [PATCH net-next v7 4/4] vsock/virtio: MSG_ZEROCOPY flag support

2023-09-04 Thread Stefano Garzarella
On Sun, Sep 03, 2023 at 11:13:23AM +0300, Arseniy Krasnov wrote: On 01.09.2023 15:30, Stefano Garzarella wrote: On Sun, Aug 27, 2023 at 11:54:36AM +0300, Arseniy Krasnov wrote: This adds handling of MSG_ZEROCOPY flag on transmission path: if this flag is set and zerocopy transmission is possi