aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/hash/crc32_handoff_eth.c
AgeCommit message (Collapse)AuthorFilesLines
2021-11-02interface: avoid dependency on crc32 for eth handoffFlorin Coras1-341/+0
Make sure the infra works on platforms without crc32, like risc-v Type: fix Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: I5f267497bb4e73a91a5320822ca42388f1f8b037
2021-10-31interface: handoff refactor and optimizationsFlorin Coras1-0/+341
- 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