diff options
| author | Jakub Kicinski <[email protected]> | 2022-04-12 00:38:02 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2022-04-12 00:38:03 +0000 |
| commit | 2e36437f44b3b71f383c36491b86be4bdd7fd12a (patch) | |
| tree | 80fcb3bc257874c018a5bdf09437342e503de7fc /drivers/net/hyperv/hyperv_net.h | |
| parent | net: ethernet: ti: cpsw: drop CPSW_HEADROOM define (diff) | |
| parent | net: marvell: prestera: Use dscp_t in struct prestera_kern_fib_cache (diff) | |
| download | kernel-2e36437f44b3b71f383c36491b86be4bdd7fd12a.tar.gz kernel-2e36437f44b3b71f383c36491b86be4bdd7fd12a.zip | |
Merge branch 'ipv4-convert-several-tos-fields-to-dscp_t'
Guillaume Nault says:
====================
ipv4: Convert several tos fields to dscp_t
Continue the work started with commit a410a0cf9885 ("ipv6: Define
dscp_t and stop taking ECN bits into account in fib6-rules") and
convert more structure fields and variables to dscp_t. This series
focuses on struct fib_rt_info, struct fib_entry_notifier_info and their
users (networking drivers).
The purpose of dscp_t is to ensure that ECN bits don't influence IP
route lookups. It does so by ensuring that dscp_t variables have the
ECN bits cleared.
Notes:
* This series is entirely about type annotation and isn't supposed
to have any user visible effect.
* The first two patches have to introduce a few dsfield <-> dscp
conversions in the affected drivers, but those are then removed when
converting the internal driver structures (patches 3-5). In the end,
drivers don't have to handle any conversion.
====================
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'drivers/net/hyperv/hyperv_net.h')
0 files changed, 0 insertions, 0 deletions
