diff options
| author | Breno Leitao <[email protected]> | 2024-02-19 05:43:28 -0800 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2024-02-21 11:20:56 +0000 |
| commit | a381690dd84283d7a4f849649d692bdf3b8f424d (patch) | |
| tree | 075f711553c937dd7d5fbbe2eb1990a958298167 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py | |
| parent | ebb0346a117f96fe732791289628964276d51b7d (diff) | |
net/dummy: Move stats allocation to core
With commit 34d21de99cea9 ("net: Move {l,t,d}stats allocation to core and
convert veth & vrf"), stats allocation could be done on net core instead
of this driver.
With this new approach, the driver doesn't have to bother with error
handling (allocation failure checking, making sure free happens in the
right spot, etc). This is core responsibility now.
Move dummy driver to leverage the core allocation.
Suggested-by: Jakub Kicinski <[email protected]>
Signed-off-by: Breno Leitao <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py')
0 files changed, 0 insertions, 0 deletions