Re: [PATCH net-next v12 0/4] ethtool: provide the dim profile fine-tuning channel

2024-05-07 Thread Jakub Kicinski
On Sat, 4 May 2024 14:44:43 +0800 Heng Qi wrote: > The NetDIM library provides excellent acceleration for many modern > network cards. However, the default profiles of DIM limits its maximum > capabilities for different NICs, so providing a way which the NIC can > be custom configured is necessary

Re: [PATCH net-next v12 2/4] ethtool: provide customized dim profile management

2024-05-07 Thread Jakub Kicinski
On Sat, 4 May 2024 14:44:45 +0800 Heng Qi wrote: > @@ -1325,6 +1354,8 @@ operations: > - tx-aggr-max-bytes > - tx-aggr-max-frames > - tx-aggr-time-usecs > +- rx-profile > +- tx-profile >dump: *coalesce-get-op > - >

Re: [PATCH net-next v12 0/4] ethtool: provide the dim profile fine-tuning channel

2024-05-07 Thread Jakub Kicinski
On Wed, 8 May 2024 10:12:35 +0800 Heng Qi wrote: > I would like to confirm if there are still comments on the current version, > since the current series and the just merged "Remove RTNL lock protection of > CVQ" conflict with a line of code with the fourth patch, if I can collect > other comments

Re: [PATCH net-next v12 0/4] ethtool: provide the dim profile fine-tuning channel

2024-05-07 Thread Heng Qi
On Sat, 4 May 2024 14:44:43 +0800, Heng Qi wrote: > The NetDIM library provides excellent acceleration for many modern > network cards. However, the default profiles of DIM limits its maximum > capabilities for different NICs, so providing a way which the NIC can > be custom configured is necessa

Re: [PATCH] Documentation: tracing: Fix spelling mistakes

2024-05-07 Thread Jonathan Corbet
Saurav Shah writes: > Fix spelling mistakes in the documentation. > > Signed-off-by: Saurav Shah > --- > Documentation/trace/fprobetrace.rst | 4 ++-- > Documentation/trace/ftrace.rst | 2 +- > Documentation/trace/kprobetrace.rst | 2 +- > 3 files changed, 4 insertions(+), 4 deletions(-)

[PATCH 2/2] Documentation: hyperv: Improve synic and interrupt handling description

2024-05-07 Thread mhkelley58
From: Michael Kelley Current documentation does not describe how Linux handles the synthetic interrupt controller (synic) that Hyper-V provides to guest VMs, nor how VMBus or timer interrupts are handled. Add text describing the synic and reorganize existing text to make this more clear. Signed-

[PATCH 1/2] Documentation: hyperv: Update spelling and fix typo

2024-05-07 Thread mhkelley58
From: Michael Kelley Update spelling from "VMbus" to "VMBus" to match Hyper-V product documentation. Also correct typo: "SNP-SEV" should be "SEV-SNP". Signed-off-by: Michael Kelley --- Documentation/virt/hyperv/overview.rst | 22 +++ Documentation/virt/hyperv/vmbus.rst| 82