Re: [PATCH net-next v2 2/2] virtio_net: get init coalesce value when probe

2024-05-07 Thread Heng Qi
On Wed, 8 May 2024 10:22:04 +0800, Jason Wang wrote: > On Tue, May 7, 2024 at 3:01 PM Heng Qi wrote: > > > > On Tue, 7 May 2024 14:24:12 +0800, Jason Wang wrote: > > > On Fri, Apr 26, 2024 at 2:54 PM Heng Qi wrote: > > > > > > > > Currently, virtio-net lacks a way to obtain the default coalesce

Re: [PATCH net-next v2 2/2] virtio_net: get init coalesce value when probe

2024-05-07 Thread Jason Wang
On Tue, May 7, 2024 at 3:01 PM Heng Qi wrote: > > On Tue, 7 May 2024 14:24:12 +0800, Jason Wang wrote: > > On Fri, Apr 26, 2024 at 2:54 PM Heng Qi wrote: > > > > > > Currently, virtio-net lacks a way to obtain the default coalesce > > > values of the device during the probe phase. That is, the d

Re: [PATCH net-next v2 2/2] virtio_net: get init coalesce value when probe

2024-05-07 Thread Heng Qi
On Tue, 7 May 2024 14:24:12 +0800, Jason Wang wrote: > On Fri, Apr 26, 2024 at 2:54 PM Heng Qi wrote: > > > > Currently, virtio-net lacks a way to obtain the default coalesce > > values of the device during the probe phase. That is, the device > > may have default experience values, but the user

Re: [PATCH net-next v2 2/2] virtio_net: get init coalesce value when probe

2024-05-06 Thread Jason Wang
On Fri, Apr 26, 2024 at 2:54 PM Heng Qi wrote: > > Currently, virtio-net lacks a way to obtain the default coalesce > values of the device during the probe phase. That is, the device > may have default experience values, but the user uses "ethtool -c" > to query that the values are still 0. > > Th

[PATCH net-next v2 2/2] virtio_net: get init coalesce value when probe

2024-04-25 Thread Heng Qi
Currently, virtio-net lacks a way to obtain the default coalesce values of the device during the probe phase. That is, the device may have default experience values, but the user uses "ethtool -c" to query that the values are still 0. Therefore, we reuse VIRTIO_NET_CTRL_NOTF_COAL_VQ_GET to complet