linux/dim: Move implementation to .c files
Moved all logic from dim.h and net_dim.h to dim.c and net_dim.c. This is both more structurally appealing and would allow to only expose externally used functions. Signed-off-by: Tal Gilboa <talgi@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
This commit is contained in:
committed by
Saeed Mahameed
parent
8960b38932
commit
4f75da3666
@@ -562,6 +562,14 @@ config SIGNATURE
|
||||
Digital signature verification. Currently only RSA is supported.
|
||||
Implementation is done using GnuPG MPI library
|
||||
|
||||
config DIMLIB
|
||||
bool "DIM library"
|
||||
default y
|
||||
help
|
||||
Dynamic Interrupt Moderation library.
|
||||
Implements an algorithm for dynamically change CQ modertion values
|
||||
according to run time performance.
|
||||
|
||||
#
|
||||
# libfdt files, only selected if needed.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user