Go to file
Ivan Vecera 17a2b64d7d net: sched: using TCQ_MIN_PRIO_BANDS in prio_tune()
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2172886

commit 4b7477f0921a2dc9594b6bb0c893e79169c6e829
Author: Zhengchao Shao <shaozhengchao@huawei.com>
Date:   Fri Aug 26 12:10:35 2022 +0800

    net: sched: using TCQ_MIN_PRIO_BANDS in prio_tune()

    Using TCQ_MIN_PRIO_BANDS instead of magic number in prio_tune().

    Signed-off-by: Zhengchao Shao <shaozhengchao@huawei.com>
    Acked-by: Cong Wang <xiyou.wangcong@gmail.com>
    Link: https://lore.kernel.org/r/20220826041035.80129-1-shaozhengchao@huawei.com
    Signed-off-by: Paolo Abeni <pabeni@redhat.com>

Signed-off-by: Ivan Vecera <ivecera@redhat.com>
2023-05-10 20:48:39 +02:00
Documentation Merge: KVM: aarch64: Rebase (first round towards v6.3) 2023-05-10 10:51:45 +02:00
LICENSES
arch Merge: cacheinfo: Fix sleep in atomic context on PREEMPT_RT kernels 2023-05-10 10:51:47 +02:00
block Merge: Add support for QoS Features 2023-05-02 17:29:00 +02:00
certs certs: Move load_certificate_list() to be with the asymmetric keys code 2022-06-23 11:32:02 +01:00
crypto crypto: drbg - Only fail when jent is unavailable in FIPS mode 2023-04-13 17:59:05 +02:00
drivers Merge: cacheinfo: Fix sleep in atomic context on PREEMPT_RT kernels 2023-05-10 10:51:47 +02:00
fs Merge: KVM: aarch64: Rebase (first round towards v6.3) 2023-05-10 10:51:45 +02:00
include net: sched: remove unnecessary init of qdisc skb head 2023-05-10 20:48:39 +02:00
init gcc: disable -Warray-bounds for gcc-11 too 2023-04-19 21:33:22 -04:00
ipc mm,hugetlb: remove mlock ulimit for SHM_HUGETLB 2022-10-12 07:27:31 -04:00
kernel Merge: Provide linux kernel support for performing In-Field Scan (IFS) 2023-05-09 08:15:13 +02:00
lib Merge: mm: RHEL-9.3 HMM update 2023-05-09 08:15:20 +02:00
mm Merge: KVM: aarch64: Rebase (first round towards v6.3) 2023-05-10 10:51:45 +02:00
net net: sched: using TCQ_MIN_PRIO_BANDS in prio_tune() 2023-05-10 20:48:39 +02:00
redhat [redhat] kernel-5.14.0-311.el9 2023-05-10 10:51:55 +02:00
samples samples: add HAVE_SAMPLE_FTRACE_DIRECT config option 2023-04-10 09:58:49 -04:00
scripts Merge: Update KUNIT for el9.3 2023-04-29 10:45:38 +02:00
security apparmor: test: Remove some casts which are no-longer required 2023-04-17 11:47:36 -06:00
sound ALSA: memalloc: don't use GFP_COMP for non-coherent dma allocations 2023-05-03 08:22:11 -07:00
tools treewide: uapi: Replace zero-length arrays with flexible-array members 2023-05-10 20:48:39 +02:00
usr kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22} 2023-03-24 11:18:37 -04:00
virt KVM: Check KVM_CAP_DIRTY_LOG_{RING, RING_ACQ_REL} prior to enabling them 2023-05-04 18:47:05 +02:00
.clang-format Merge: Rebase VFIO and IOMMUFD up to v6.2 2023-04-06 14:03:52 +02:00
.cocciconfig
.get_maintainer.conf get_maintainer.conf: Update with new location of RHMAINTAINERS 2022-01-19 14:26:16 -05:00
.get_maintainer.ignore
.gitattributes
.gitignore kbuild: split the second line of *.mod into *.usyms 2023-03-24 17:06:53 -04:00
.gitlab-ci.yml CI: Fix kernel-64k DataWarehouse name 2023-03-06 21:20:31 +01:00
.mailmap mailmap: remove my redhat.com address from RHEL9's .mailmap file 2022-09-26 09:34:38 -04:00
COPYING
CREDITS
Kbuild
Kconfig
Kconfig.redhat Rename RH_DISABLE_DEPRECATED to RHEL_DIFFERENCES 2021-08-30 14:29:36 -04:00
MAINTAINERS Merge: Provide linux kernel support for performing In-Field Scan (IFS) 2023-05-09 08:15:13 +02:00
Makefile kbuild: make *.mod not depend on *.o 2023-03-24 17:06:53 -04:00
Makefile.rhelver [redhat] kernel-5.14.0-311.el9 2023-05-10 10:51:55 +02:00
README
makefile

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.