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
Summary:
katran tester has perf tesing mode to meause time took for running xdp program for input packet. This flow was broken and needed some fixes:
1. Updates to the script, selected gue mode
2. Fix calls to bpf_prog_test_run with repeat argument. Repeat isn't useful if we xdp prog modifies packet inline, the next runs sees updated packet and skips it
3. Skip LRU for test vips. This way we run same bpf instructions on every repeat run
4. Added printing results in a neat table, sorted by duration. This way we can check the most expensive input packet, in terms of processing time in XDP
Reviewed By: tagrawal03
Differential Revision: D81096115
fbshipit-source-id: a3ee4977a59c90f44496831baae3c3269c500d91
0 commit comments