You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc: eBPF desc how to deduct number of eBPF instructions
The byte size of the xdp_prog is not too relevant, as this will get
JIT'ed anyhow (and change size). It is more relevant to know the
number of eBPF instructions the restricted-C program generated.
Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
0 commit comments