6832aa80 | 28-Apr-2024 |
Akihiko Odaki <akihiko.odaki@daynix.com> |
ebpf: Add a separate target for skeleton
This generalizes the rule to generate the skeleton and allows to add another.
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> Signed-off-by: Jason W
ebpf: Add a separate target for skeleton
This generalizes the rule to generate the skeleton and allows to add another.
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> Signed-off-by: Jason Wang <jasowang@redhat.com>
show more ...
|
f5c69e7a | 28-Apr-2024 |
Akihiko Odaki <akihiko.odaki@daynix.com> |
ebpf: Refactor tun_rss_steering_prog()
This saves branches and makes later BPF program changes easier.
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> Signed-off-by: Jason Wang <jasowang@re
ebpf: Refactor tun_rss_steering_prog()
This saves branches and makes later BPF program changes easier.
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> Signed-off-by: Jason Wang <jasowang@redhat.com>
show more ...
|
8dc8220e | 28-Apr-2024 |
Akihiko Odaki <akihiko.odaki@daynix.com> |
ebpf: Return 0 when configuration fails
The kernel interprets the returned value as an unsigned 32-bit so -1 will mean queue 4294967295, which is awkward. Return 0 instead.
Signed-off-by: Akihiko O
ebpf: Return 0 when configuration fails
The kernel interprets the returned value as an unsigned 32-bit so -1 will mean queue 4294967295, which is awkward. Return 0 instead.
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> Signed-off-by: Jason Wang <jasowang@redhat.com>
show more ...
|