diff options
| author | Marcin Szycik <[email protected]> | 2023-06-22 13:35:13 +0000 |
|---|---|---|
| committer | Tony Nguyen <[email protected]> | 2023-08-07 20:01:29 +0000 |
| commit | 41ad9f8ee6b8ec292f46b0a0bfaeace51e82a4eb (patch) | |
| tree | 816e83ac1270cf80d24c80292df07e63b924c96a /drivers/net/ethernet/intel/ice/ice_main.c | |
| parent | ice: Add direction metadata (diff) | |
| download | kernel-41ad9f8ee6b8ec292f46b0a0bfaeace51e82a4eb.tar.gz kernel-41ad9f8ee6b8ec292f46b0a0bfaeace51e82a4eb.zip | |
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 'drivers/net/ethernet/intel/ice/ice_main.c')
0 files changed, 0 insertions, 0 deletions
