ip: support flow-hash gtpv1teid 39/37939/5
authorTakeru Hayasaka <hayatake396@gmail.com>
Mon, 16 Jan 2023 19:45:58 +0000 (04:45 +0900)
committerNeale Ranns <neale@graphiant.com>
Fri, 31 Mar 2023 06:04:42 +0000 (06:04 +0000)
commitb23c6f4f29b53afa6be2735b30b08fcb115f20cc
tree59cca6452dca4b17fbce112ca8f4e5b3004565b7
parent55686e1c59f8bcf399f5ff58b3ca1030a415009c
ip: support flow-hash gtpv1teid

support with  GTPv1 TEID added to the flow hash.
This can able to ECMP to PGW and parallelization.
Type: feature

Change-Id: I6f758579027caf6123831ef2db7afe17e424a6eb
Signed-off-by: Takeru Hayasaka <hayatake396@gmail.com>
src/vnet/ip/ip.api
src/vnet/ip/ip4_forward.c
src/vnet/ip/ip4_inlines.h
src/vnet/ip/ip6_inlines.h
src/vnet/ip/ip_api.c
src/vnet/ip/ip_flow_hash.h
src/vnet/ip/ip_test.c
src/vnet/ip/lookup.c
test/test_ip4.py