v3: - reject mask-only FDIR before programming the global mask - log flex offset mismatch - no code change in 1/3 and 2/3
v2: - split L2 tunnel add-failure goto out into its own patch - allocate FDIR object before installing the global mask - add Fixes tag for the VF FDIR path - set -EINVAL on remaining FDIR goto out paths with bad ret - use struct assignment instead of rte_memcpy for filter copies 1/3 fix L2 tunnel error on flow create 2/3 fix leak of filters on flow create 3/3 fix FDIR error handling on flow create Zhang Tengfei (3): net/txgbe: fix L2 tunnel error on flow create net/txgbe: fix leak of filters on flow create net/txgbe: fix FDIR error handling on flow create drivers/net/txgbe/txgbe_flow.c | 266 +++++++++++++++++---------------- 1 file changed, 140 insertions(+), 126 deletions(-) -- 2.53.0

