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

2024-06-05 Thread Thomas Monjalon
05/06/2024 11:41, rongwei liu: > From: Thomas Monjalon > > 05/06/2024 10:14, rongwei liu: > > > > > > > In this patch, "vxlan_last_rsvd" is used in testpmd, so it > > > > > > > matches > > > > > > > existing "last_rsvd" field in VXLAN item. If we choose to use > > > > > > > "rsvd1", > > > > > > >

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

2024-06-05 Thread rongwei liu
: [PATCH v4 2/3] ethdev: add VXLAN last reserved field External email: Use caution opening links or attachments 05/06/2024 10:14, rongwei liu: > > > > > In this patch, "vxlan_last_rsvd" is used in testpmd, so it matches > > > > > existing "last_r

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

2024-06-05 Thread Thomas Monjalon
05/06/2024 10:14, rongwei liu: > > > > > In this patch, "vxlan_last_rsvd" is used in testpmd, so it matches > > > > > existing "last_rsvd" field in VXLAN item. If we choose to use > > > > > "rsvd1", > > > > > we should probably rename all other instances of "last_rsvd" to > > > > > match.> > > > >

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

2024-06-05 Thread rongwei liu
: [PATCH v4 2/3] ethdev: add VXLAN last reserved field External email: Use caution opening links or attachments 05/06/2024 03:16, rongwei liu: > From: Thomas Monjalon > > 04/06/2024 18:40, Dariusz Sosnowski: > > > > > 04/06/2024 14:38, Rongwei Liu: > > > > &

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

2024-06-05 Thread Thomas Monjalon
05/06/2024 03:16, rongwei liu: > From: Thomas Monjalon > > 04/06/2024 18:40, Dariusz Sosnowski: > > > > > 04/06/2024 14:38, Rongwei Liu: > > > > > > --- a/app/test-pmd/cmdline_flow.c > > > > > > +++ b/app/test-pmd/cmdline_flow.c > > > > > > @@ -1006,6 +1006,7 @@ static const char *const flow_field

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

2024-06-04 Thread rongwei liu
: [PATCH v4 2/3] ethdev: add VXLAN last reserved field External email: Use caution opening links or attachments 04/06/2024 18:40, Dariusz Sosnowski: > > > 04/06/2024 14:38, Rongwei Liu: > > > > --- a/app/test-pmd/cmdline_flow.c > > > > +++ b/app/test-pmd/cmdline_

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

2024-06-04 Thread Thomas Monjalon
04/06/2024 18:40, Dariusz Sosnowski: > > > 04/06/2024 14:38, Rongwei Liu: > > > > --- a/app/test-pmd/cmdline_flow.c > > > > +++ b/app/test-pmd/cmdline_flow.c > > > > @@ -1006,6 +1006,7 @@ static const char *const flow_field_ids[] = { > > > > "ipv6_flow_label", "ipv6_traffic_class", > > > >

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

2024-06-04 Thread Dariusz Sosnowski
> > 04/06/2024 14:38, Rongwei Liu: > > > --- a/app/test-pmd/cmdline_flow.c > > > +++ b/app/test-pmd/cmdline_flow.c > > > @@ -1006,6 +1006,7 @@ static const char *const flow_field_ids[] = { > > > "ipv6_flow_label", "ipv6_traffic_class", > > > "esp_spi", "esp_seq_num", "esp_proto", > > >

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

2024-06-04 Thread rongwei liu
: [PATCH v4 2/3] ethdev: add VXLAN last reserved field External email: Use caution opening links or attachments 04/06/2024 14:38, Rongwei Liu: > --- a/app/test-pmd/cmdline_flow.c > +++ b/app/test-pmd/cmdline_flow.c > @@ -1006,6 +1006,7 @@ static const char *const flow_

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

2024-06-04 Thread Thomas Monjalon
04/06/2024 14:38, Rongwei Liu: > --- a/app/test-pmd/cmdline_flow.c > +++ b/app/test-pmd/cmdline_flow.c > @@ -1006,6 +1006,7 @@ static const char *const flow_field_ids[] = { > "ipv6_flow_label", "ipv6_traffic_class", > "esp_spi", "esp_seq_num", "esp_proto", > "random", > + "vxl