> -----Original Message-----
> From: Wang, Haiyue <haiyue.w...@intel.com>
> Sent: Thursday, November 12, 2020 10:00 AM
> To: dev@dpdk.org
> Cc: Yigit, Ferruh <ferruh.yi...@intel.com>; Zhang, Qi Z
> <qi.z.zh...@intel.com>;
> Wang, Haiyue <haiyue.w...@intel.com>; sta...@dpdk.org; Guo, Jia
> <jia....@intel.com>; Zhao1, Wei <wei.zh...@intel.com>; Xing, Beilei
> <beilei.x...@intel.com>; Wei Dai <wei....@intel.com>; Lu, Wenzhuo
> <wenzhuo...@intel.com>
> Subject: [PATCH v1] net/ixgbe: remove the redundant MAC flag check
>
> The flag of RTE_ETHTYPE_FLAGS_MAC has been checked twice, so remove the
> first error message "Not supported by ethertype filter" which is not so
> specific,
> and keep the error message "mac compare is unsupported" which aligns to the
> definition of RTE_ETHTYPE_FLAGS_MAC.
>
> Fixes: eb3539fc8550 ("net/ixgbe: parse ethertype filter")
> Cc: sta...@dpdk.org
>
> Signed-off-by: Haiyue Wang <haiyue.w...@intel.com>
Acked-by: Qi Zhang <qi.z.zh...@intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi