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
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
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
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
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