Re: [PATCH net-next 0/5] virtio-net: support dynamic coalescing moderation

2023-11-01 Thread Jason Wang
On Wed, Nov 1, 2023 at 5:38 PM Heng Qi wrote: > > > > 在 2023/10/25 上午9:18, Jason Wang 写道: > > On Tue, Oct 24, 2023 at 8:03 PM Heng Qi wrote: > >> > >> > >> 在 2023/10/12 下午4:29, Jason Wang 写道: > >>> On Thu, Oct 12, 2023 at 3:44 PM Heng Qi wrote: > Now, virtio-net already supports per-queue

Re: [PATCH net-next 0/5] virtio-net: support dynamic coalescing moderation

2023-11-01 Thread Jason Wang
On Wed, Nov 1, 2023 at 7:03 PM Heng Qi wrote: > > > > 在 2023/10/25 下午1:53, Michael S. Tsirkin 写道: > > On Wed, Oct 25, 2023 at 09:18:27AM +0800, Jason Wang wrote: > >> On Tue, Oct 24, 2023 at 8:03 PM Heng Qi wrote: > >>> > >>> > >>> 在 2023/10/12 下午4:29, Jason Wang 写道: > On Thu, Oct 12, 2023

Re: [PATCH net-next 4/5] virtio-net: support rx netdim

2023-11-01 Thread Jason Wang
On Wed, Nov 1, 2023 at 6:55 PM Heng Qi wrote: > > > > 在 2023/10/25 上午11:34, Jason Wang 写道: > > On Thu, Oct 12, 2023 at 3:44 PM Heng Qi wrote: > >> By comparing the traffic information in the complete napi processes, > >> let the virtio-net driver automatically adjust the coalescing > >>

PSA: this list is moving to virtualizat...@lists.linux.dev

2023-11-01 Thread Konstantin Ryabitsev
Hello, all: As stated before [1], this list cannot stay on its current mailman-2 system, so I am proceeding with moving this list to lists.linux.dev. The current plan is to move it next week on November 7 around 10:30 AM PST (18:30 UTC). Here's the impact of this change: 1. *The old address

[PATCH V2] vdpa/mlx5: preserve CVQ vringh index

2023-11-01 Thread Steve Sistare
mlx5_vdpa does not preserve userland's view of vring base for the control queue in the following sequence: ioctl VHOST_SET_VRING_BASE ioctl VHOST_VDPA_SET_STATUS VIRTIO_CONFIG_S_DRIVER_OK mlx5_vdpa_set_status() setup_cvq_vring() vringh_init_iotlb() vringh_init_kern()

Re: virtcrypto_dataq_callback calls crypto_finalize_request() from irq context

2023-11-01 Thread Michael S. Tsirkin
On Sun, Sep 24, 2023 at 07:39:41PM +0200, Halil Pasic wrote: > On Sun, 24 Sep 2023 11:56:25 + > "Gonglei (Arei)" wrote: > > > Hi Halil, > > > > Commit 4058cf08945 introduced a check for detecting crypto completion > > function > > called with enable BH, and indeed the virtio-crypto driver

Re: [PATCH 0/2] vdpa: Add logging operatins

2023-11-01 Thread Michael S. Tsirkin
On Mon, Sep 11, 2023 at 02:56:58PM +0800, Jason Wang wrote: > Adding Eugenio and Si Wei. > > On Sat, Aug 26, 2023 at 9:24 AM Jiang Dongxu wrote: > > > > From: jiangdongxu > > > > Currently, the vdpa device supports suspend and resume operations. > > To support vdpa device live migration, we

Re: [PATCH net-next 0/5] virtio-net: support dynamic coalescing moderation

2023-11-01 Thread Michael S. Tsirkin
On Wed, Nov 01, 2023 at 05:40:30PM +0800, Heng Qi wrote: > > > 在 2023/10/25 下午1:49, Michael S. Tsirkin 写道: > > On Thu, Oct 12, 2023 at 03:44:04PM +0800, Heng Qi wrote: > > > Now, virtio-net already supports per-queue moderation parameter > > > setting. Based on this, we use the netdim library of