diff options
author | Florin Coras <fcoras@cisco.com> | 2021-10-27 15:17:47 -0700 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2021-10-31 15:18:58 +0000 |
commit | 943a4b0750a2bee04788cb153ca56fa07d5005d7 (patch) | |
tree | 2e67aa82cdabf74768b3edcf4c8961964e5b3f8c /src/plugins/dpdk/device | |
parent | d9fc708ee0c8c42fa09dda5d29e9cb0f985558dc (diff) |
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 <fcoras@cisco.com>
Change-Id: Ia9f44db98d83f0f027aeb37718585a2e10ffd2c6
Diffstat (limited to 'src/plugins/dpdk/device')
-rw-r--r-- | src/plugins/dpdk/device/node.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <dpdk/device/dpdk.h> #include <vnet/classify/vnet_classify.h> #include <vnet/mpls/packet.h> -#include <vnet/handoff.h> #include <vnet/devices/devices.h> #include <vnet/interface/rx_queue_funcs.h> #include <vnet/feature/feature.h> |