Re: [PATCH v8 0/3] support VXLAN last reserved byte modification

2024-06-11 Thread Ferruh Yigit
On 6/7/2024 3:02 PM, Rongwei Liu wrote: > v8: enhance commit log and remap testpmd "last_rsvd" to new union. > v7: squash, add more commit logs. > v6: add union into vxlan header. > v5: change the field enumeration naming. > v4: specify the limitation with exact port number. > v3: squash testpmd an

[PATCH v8 0/3] support VXLAN last reserved byte modification

2024-06-07 Thread Rongwei Liu
v8: enhance commit log and remap testpmd "last_rsvd" to new union. v7: squash, add more commit logs. v6: add union into vxlan header. v5: change the field enumeration naming. v4: specify the limitation with exact port number. v3: squash testpmd and rte_flow into one commit. v2: patch split. Rongwe