linux/dim: Move logic to dim.h
authorTal Gilboa <talgi@mellanox.com>
Sun, 4 Nov 2018 17:07:02 +0000 (19:07 +0200)
committerSaeed Mahameed <saeedm@mellanox.com>
Tue, 25 Jun 2019 20:46:38 +0000 (13:46 -0700)
commit0e58983de0d89f6ee75daab1b0ea918cfcf6ddbf
treec0ddad37cb31cee6a1ee1420d47a4405baf79d24
parentcd6c84d8f0cdc911df435bb075ba22ce3c605b07
linux/dim: Move logic to dim.h

In preparation for supporting more implementations of the DIM
algorithm, I'm moving what would become common logic to a common
library. Downstream DIM implementations will use the common lib
for their implementation.

Signed-off-by: Tal Gilboa <talgi@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
MAINTAINERS
include/linux/dim.h [new file with mode: 0644]
include/linux/net_dim.h