diff options
author | Ulrich Ölmann <u.oelmann@pengutronix.de> | 2021-01-06 18:43:06 +0100 |
---|---|---|
committer | Ulrich Ölmann <u.oelmann@pengutronix.de> | 2021-01-13 06:41:06 +0100 |
commit | ef4a91a7e8d8337a9d65177b09eb7580b25b8f5d (patch) | |
tree | da8d956db0aa74f1072a9444ed9b699017221908 /test | |
parent | link-config: amend log message for failed application of settings (diff) | |
download | systemd-ef4a91a7e8d8337a9d65177b09eb7580b25b8f5d.tar.xz systemd-ef4a91a7e8d8337a9d65177b09eb7580b25b8f5d.zip |
udev: introduce TxQueueLength= setting
Enable udev to set the transmit queue length of a device via a new directive to
be used in link files. The kernel stores this parameter as an unsigned 32 bit
integer. As typical values currently range in the order of 10 to a few 10,000
packets reduce the domain of valid values for this directive to 0..4294967294
and take the excluded 4294967295 == UINT32_MAX to indicate that the directive
is unset.
Diffstat (limited to 'test')
-rw-r--r-- | test/fuzz/fuzz-link-parser/directives.link | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fuzz/fuzz-link-parser/directives.link b/test/fuzz/fuzz-link-parser/directives.link index f1067568fa..a94573bdd6 100644 --- a/test/fuzz/fuzz-link-parser/directives.link +++ b/test/fuzz/fuzz-link-parser/directives.link @@ -20,6 +20,7 @@ Name= AlternativeNamesPolicy= AlternativeName= Alias= +TxQueueLength= MTUBytes= BitsPerSecond= Duplex= |