diff options
| author | Tirthendu Sarkar <[email protected]> | 2023-03-10 00:26:13 +0530 |
|---|---|---|
| committer | Tony Nguyen <[email protected]> | 2023-03-09 13:11:18 -0800 |
| commit | e9031f2da1aef34b0b4c659ead613c335b46ae92 (patch) | |
| tree | aea6a487121e73728678527f9195a7031a6c25e2 /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | 2bc0de9aca3ebdf24674f5a2a7890fde6304f5ca (diff) | |
i40e: introduce next_to_process to i40e_ring
Add a new field called next_to_process in the i40e_ring that is
advanced for every buffer and change the semantics of next_to_clean to
point to the first buffer of a packet. Driver will use next_to_process
in the same way next_to_clean was used previously.
For the non multi-buffer case, next_to_process and next_to_clean will
always be the same since each packet consists of a single buffer.
Signed-off-by: Tirthendu Sarkar <[email protected]>
Tested-by: Chandan Kumar Rout <[email protected]> (A Contingent Worker at Intel)
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions