Re: [dpdk-dev] [PATCH 0/5] fix protocol size calculation

2020-11-22 Thread Thomas Monjalon
16/11/2020 08:55, Xiaoyu Min: > From: Xiaoyu Min > > 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 Pele

[dpdk-dev] [PATCH 0/5] fix protocol size calculation

2020-11-15 Thread Xiaoyu Min
From: Xiaoyu Min 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 calcul