mirror of
https://github.com/xdp-project/bpf-examples.git
synced 2024-05-06 15:54:53 +00:00
traffic-pacing-edt: playing with hash initval
It didn't help kept the original value. Signed-off-by: Jesper D. Brouer <netoptimizer@brouer.com>
This commit is contained in:
@@ -5,6 +5,8 @@
|
|||||||
#include <bpf/compiler.h>
|
#include <bpf/compiler.h>
|
||||||
|
|
||||||
#define INITVAL 15485863
|
#define INITVAL 15485863
|
||||||
|
//#define INITVAL 2654435761
|
||||||
|
|
||||||
#include "hash_func01.h" /* SuperFastHash */
|
#include "hash_func01.h" /* SuperFastHash */
|
||||||
|
|
||||||
#include <bpf/bpf_helpers.h>
|
#include <bpf/bpf_helpers.h>
|
||||||
|
Reference in New Issue
Block a user