From: Xiaoyu Min <jack...@nvidia.com> The rte_flow_item_eth, rte_flow_item_vlan, and rte_flow_item_ipv6 are refined. The structs do not exactly represent the real protocol headers any more.
This serial patchs try to fix all related parts due to the changes. Dekel Peled (1): net/softnic: update headers size calculation Xiaoyu Min (4): net/mlx5: fix protocol size for raw encap judgement app/flow-perf: fix protocol size for raw encap net/bnxt: fix protocol size for VXLAN encap copy net/iavf: fix protocol size for virtchnl copy app/test-flow-perf/actions_gen.c | 136 ++++++++++----------- drivers/net/bnxt/tf_ulp/ulp_rte_parser.c | 11 +- drivers/net/iavf/iavf_fdir.c | 2 +- drivers/net/mlx5/mlx5_flow.c | 12 +- drivers/net/mlx5/mlx5_flow.h | 4 +- drivers/net/softnic/rte_eth_softnic_flow.c | 8 +- 6 files changed, 86 insertions(+), 87 deletions(-) -- 2.25.1