[PATCH v7 2/3] ethdev: add VXLAN last reserved field
Thomas Monjalon
thomas at monjalon.net
Fri Jun 7 15:25:38 CEST 2024
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 "vxlan_last_rsvd".
You should give the real name: RTE_FLOW_FIELD_VXLAN_LAST_RSVD
With above changes,
Acked-by: Thomas Monjalon <thomas at monjalon.net>
> Signed-off-by: Rongwei Liu <rongweil at nvidia.com>
> Acked-by: Dariusz Sosnowski <dsosnowski at nvidia.com>
More information about the dev
mailing list