> Subject: [PATCH 4/7] net/intel: fix unclear enum names
>
> The enum for VLAN tag placement was badly named, and it's purpose as
> described in the comments was unclear. Update the names to be clearer,
> and more general for future uses and remove the incorrect comments.
>
> Fixes: 6ea6d67bebfe ("net/intel: support configurable VLAN insertion on Tx")
> Cc: [email protected]
>
> Signed-off-by: Bruce Richardson <[email protected]>
Acked-by: Ciara Loftus <[email protected]>
> ---
> drivers/net/intel/common/tx.h | 14 ++++++--------
> drivers/net/intel/common/tx_scalar.h | 6 +++---
> drivers/net/intel/i40e/i40e_rxtx.c | 2 +-
> drivers/net/intel/iavf/iavf_rxtx.c | 2 +-
> drivers/net/intel/ice/ice_rxtx.c | 5 +++--
> drivers/net/intel/idpf/idpf_common_rxtx.c | 2 +-
> 6 files changed, 15 insertions(+), 16 deletions(-)
>