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

rongwei liu rongweil at nvidia.com
Fri Jun 7 15:55:19 CEST 2024



BR
Rongwei

> -----Original Message-----
> From: Thomas Monjalon <thomas at monjalon.net>
> Sent: Friday, June 7, 2024 21:26
> To: rongwei liu <rongweil at nvidia.com>
> Cc: dev at dpdk.org; Matan Azrad <matan at nvidia.com>; Slava Ovsiienko
> <viacheslavo at nvidia.com>; Ori Kam <orika at nvidia.com>; Suanming Mou
> <suanmingm at nvidia.com>; Dariusz Sosnowski <dsosnowski at nvidia.com>;
> Aman Singh <aman.deep.singh at intel.com>; Yuying Zhang
> <yuying.zhang at intel.com>; Ferruh Yigit <ferruh.yigit at amd.com>; Andrew
> Rybchenko <andrew.rybchenko at oktetlabs.ru>
> 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_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
> 
Map the testpmd cli "last_rsvd" to the new entry "last_rsvd"
Keep the vxlan-gpe as the original since it refers to rte_vxlan_gpe_hdr not rte_vxlan_hdr.
"rsvd1" string: I though you are talking about the vxlan-gpe not vxlan.
If we plan to change this too, another commit is desired.
> > and modify target "vxlan_last_rsvd".
> 
> You should give the real name: RTE_FLOW_FIELD_VXLAN_LAST_RSVD
ACK
> 
> 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