diff options
author | Marcin Szycik <[email protected]> | 2023-06-22 15:35:13 +0200 |
---|---|---|
committer | Tony Nguyen <[email protected]> | 2023-08-07 13:01:29 -0700 |
commit | 41ad9f8ee6b8ec292f46b0a0bfaeace51e82a4eb (patch) | |
tree | 816e83ac1270cf80d24c80292df07e63b924c96a /tools/perf/scripts/python/mem-phys-addr.py | |
parent | 0960a27bd479fdff21c14ff449dac85f86d7eb4d (diff) |
ice: Rename enum ice_pkt_flags values
enum ice_pkt_flags contains values such as ICE_PKT_FLAGS_VLAN and
ICE_PKT_FLAGS_TUNNEL, but actually the flags words which they refer to
contain a range of unrelated values - e.g. word 0 (ICE_PKT_FLAGS_VLAN)
contains fields such as from_network and ucast, which have nothing to do
with VLAN. Rename each enum value to ICE_PKT_FLAGS_MDID<number>, so it's
clear in which flags word does some value reside.
Signed-off-by: Marcin Szycik <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Tested-by: Sujai Buvaneswaran <[email protected]>
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions