aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel/igc
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2020-06-26 16:21:39 -0700
committerDavid S. Miller <davem@davemloft.net>2020-06-26 16:21:39 -0700
commite562d0868e04ee353a24dccb9d76f2489fff8e5f (patch)
tree9b220d6dc36b86b356bdabe65e1e75457a83cceb /drivers/net/ethernet/intel/igc
parentMerge branch 'net-organize-driver-docs-by-device-type' (diff)
parentmptcp: introduce token KUNIT self-tests (diff)
downloadwireguard-linux-e562d0868e04ee353a24dccb9d76f2489fff8e5f.tar.xz
wireguard-linux-e562d0868e04ee353a24dccb9d76f2489fff8e5f.zip
Merge branch 'mptcp-refactor-token-container'
Paolo Abeni says: ==================== mptcp: refactor token container Currently the msk sockets are stored in a single radix tree, protected by a global spin_lock. This series moves to an hash table, allocated at boot time, with per bucker spin_lock - alike inet_hashtables, but using a different key: the token itself. The above improves scalability, as write operations will have a far later chance to compete for lock acquisition, allows lockless lookup, and will allow easier msk traversing - e.g. for diag interface implementation's sake. This also introduces trivial, related, kunit tests and move the existing in kernel's one to kunit. v1 -> v2: - fixed a few extra and sparse warns ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/intel/igc')
0 files changed, 0 insertions, 0 deletions