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