RE: [PATCH v7 2/3] ethdev: add VXLAN last reserved field

2024-06-07 Thread rongwei liu
Yigit ; Andrew > Rybchenko > Subject: Re: [PATCH v7 2/3] ethdev: add VXLAN last reserved field > > External email: Use caution opening links or attachments > > > 05/06/2024 15:04, Rongwei Liu: > > Add "uint8_t last_rsvd" as union with origin rsvd1. > > Add RTE_

Re: [PATCH v7 2/3] ethdev: add VXLAN last reserved field

2024-06-07 Thread Thomas Monjalon
05/06/2024 15:04, Rongwei Liu: > Add "uint8_t last_rsvd" as union with origin rsvd1. > Add RTE_FLOW_FIELD_VXLAN_LAST_RSVD into rte flow packet > field. > > The new union is used by testpmd matching item VXLAN > "last_rsvd" no it is still using the name "rsvd1" in testpmd > and modify target "vxl

[PATCH v7 2/3] ethdev: add VXLAN last reserved field

2024-06-05 Thread Rongwei Liu
Add "uint8_t last_rsvd" as union with origin rsvd1. Add RTE_FLOW_FIELD_VXLAN_LAST_RSVD into rte flow packet field. The new union is used by testpmd matching item VXLAN "last_rsvd" and modify target "vxlan_last_rsvd". Signed-off-by: Rongwei Liu Acked-by: Dariusz Sosnowski --- app/test-pmd/cmdli