From 943a4b0750a2bee04788cb153ca56fa07d5005d7 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Wed, 27 Oct 2021 15:17:47 -0700 Subject: interface: handoff refactor and optimizations - move existing ethernet hash functions to hash infra (no l4 awareness) - refactor code to use hash infra and add apis to request l4 aware hashing functions - hashing functions per interface - code cleanup Type: improvement Signed-off-by: Florin Coras Change-Id: Ia9f44db98d83f0f027aeb37718585a2e10ffd2c6 --- src/plugins/dpdk/device/node.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/dpdk') diff --git a/src/plugins/dpdk/device/node.c b/src/plugins/dpdk/device/node.c index c725681caa5..e9615e598bc 100644 --- a/src/plugins/dpdk/device/node.c +++ b/src/plugins/dpdk/device/node.c @@ -23,7 +23,6 @@ #include #include #include -#include #include #include #include -- cgit 1.2.3-korg