The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
David Wilder 0c9cf5e880 ibmveth: Remove condition to recompute TCP header checksum.
[ Upstream commit 51e7a66666 ]

In some OVS environments the TCP pseudo header checksum may need to be
recomputed. Currently this is only done when the interface instance is
configured for "Trunk Mode". We found the issue also occurs in some
Kubernetes environments, these environments do not use "Trunk Mode",
therefor the condition is removed.

Performance tests with this change show only a fractional decrease in
throughput (< 0.2%).

Fixes: 7525de2516 ("ibmveth: Set CHECKSUM_PARTIAL if NULL TCP CSUM.")
Signed-off-by: David Wilder <dwilder@us.ibm.com>
Reviewed-by: Nick Child <nnac123@linux.ibm.com>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-10-10 21:59:07 +02:00
Documentation
LICENSES
arch arm64: Add Cortex-A520 CPU part definition 2023-10-10 21:59:06 +02:00
block block: fix use-after-free of q->q_usage_counter 2023-10-10 21:59:05 +02:00
certs
crypto
drivers ibmveth: Remove condition to recompute TCP header checksum. 2023-10-10 21:59:07 +02:00
fs NFSv4: Fix a nfs4_state_manager() race 2023-10-10 21:59:07 +02:00
include bpf: Fix tr dereferencing 2023-10-10 21:59:06 +02:00
init
io_uring
ipc
kernel ring-buffer: Fix bytes info in per_cpu buffer stats 2023-10-10 21:59:05 +02:00
lib
mm
net net: nfc: llcp: Add lock when modifying device list 2023-10-10 21:59:07 +02:00
samples
scripts modpost: add missing else to the "of" check 2023-10-10 21:59:07 +02:00
security ima: rework CONFIG_IMA dependency block 2023-10-10 21:59:07 +02:00
sound ASoC: tegra: Fix redundant PLLA and PLLA_OUT0 updates 2023-10-10 21:59:04 +02:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.15.134 2023-10-06 13:18:24 +02:00
README

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.