diff options
author | Andre Guedes <[email protected]> | 2021-04-22 23:25:48 -0700 |
---|---|---|
committer | Tony Nguyen <[email protected]> | 2021-05-20 10:16:41 -0700 |
commit | 73a6e3721261524567eb5e319d5dc8e37b5f18dc (patch) | |
tree | 0f1cde4e121b5f993712b901834c4ddaacfaf5e9 /tools/perf/scripts/python/intel-pt-events.py | |
parent | 0c20f2d29fff7ecd3b2802536d0089ed908304a5 (diff) |
igc: Refactor __igc_xdp_run_prog()
Refactor __igc_xdp_run_prog() helper from igc_xdp_run_prog(),
preparing the code for AF_XDP zero-copy support which is added
by upcoming patches.
The existing igc_xdp_run_prog() caters to regular XDP rx path
which has to verify if bpf_prog is not NULL. Zero-copy
path assumes that bpf_prog is not NULL and hence this check is
not required. Therefore it makes sense to refactor the common
code into a helper function, to avoid code duplication.
Signed-off-by: Andre Guedes <[email protected]>
Signed-off-by: Vedang Patel <[email protected]>
Signed-off-by: Jithu Joseph <[email protected]>
Reviewed-by: Maciej Fijalkowski <[email protected]>
Tested-by: Dvora Fuxbrumer <[email protected]>
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions