diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-01-12 21:42:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-12 21:42:23 +0100 |
commit | 7c5869530c41fb24e1c0c1b3e4ce186cf88fcb1c (patch) | |
tree | eb0be4009f464eab920626b125d0306d30a0e435 /test/fuzz | |
parent | journal: send journald logs to kmsg again (diff) | |
parent | link: Add support to configure Generic Segment Offload (diff) | |
download | systemd-7c5869530c41fb24e1c0c1b3e4ce186cf88fcb1c.tar.xz systemd-7c5869530c41fb24e1c0c1b3e4ce186cf88fcb1c.zip |
Merge pull request #17628 from ssahani/network-gso
udev: Add support to configure Generic Segment Offload
Diffstat (limited to 'test/fuzz')
-rw-r--r-- | test/fuzz/fuzz-link-parser/directives.link | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/fuzz/fuzz-link-parser/directives.link b/test/fuzz/fuzz-link-parser/directives.link index 7d23a9ecf8..f1067568fa 100644 --- a/test/fuzz/fuzz-link-parser/directives.link +++ b/test/fuzz/fuzz-link-parser/directives.link @@ -46,3 +46,5 @@ TxBufferSize= RxFlowControl= TxFlowControl= AutoNegotiationFlowControl= +GenericSegmentOffloadMaxBytes= +GenericSegmentOffloadMaxSegments= |