diff options
author | David Arinzon <darinzon@amazon.com> | 2024-01-30 09:53:46 +0000 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2024-02-01 13:22:12 +0100 |
commit | 50d7a2660579889fba28b7e4543d4ce85aa2311b (patch) | |
tree | 7ceeb50d4392ced0413863c89676dbc11d58264b /net/unix/af_unix.c | |
parent | 243f36eef5c72f69d67a0474402bb77a56beff4f (diff) | |
download | linux-50d7a2660579889fba28b7e4543d4ce85aa2311b.tar.gz linux-50d7a2660579889fba28b7e4543d4ce85aa2311b.tar.bz2 linux-50d7a2660579889fba28b7e4543d4ce85aa2311b.zip |
net: ena: Enable DIM by default
Dynamic Interrupt Moderation (DIM) is a technique
designed to balance the need for timely data processing
with the desire to minimize CPU overhead.
Instead of generating an interrupt for every received
packet, the system can dynamically adjust the rate at
which interrupts are generated based on the incoming
traffic patterns.
Enabling DIM by default to improve the user experience.
DIM can be turned on/off through ethtool:
`ethtool -C <interface> adaptive-rx <on/off>`
Signed-off-by: Arthur Kiyanovski <akiyano@amazon.com>
Signed-off-by: Osama Abboud <osamaabb@amazon.com>
Signed-off-by: David Arinzon <darinzon@amazon.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions