Re: [RFC V1 1/1] net: extend VXLAN header to support more extensions

2024-02-18 Thread Gavin Li
On 2/19/2024 11:44 AM, Gavin Li wrote: On 2/9/2024 11:32 PM, Thomas Monjalon wrote: 09/02/2024 15:58, Ferruh Yigit: On 2/9/2024 1:44 PM, Thomas Monjalon wrote: 09/02/2024 13:11, Ferruh Yigit: On 2/9/2024 10:12 AM, Thomas Monjalon wrote: 09/02/2024 00:54, Ferruh Yigit: On 1/30/2024 11:2

Re: [RFC V1 1/1] net: extend VXLAN header to support more extensions

2024-02-18 Thread Gavin Li
On 2/9/2024 11:32 PM, Thomas Monjalon wrote: 09/02/2024 15:58, Ferruh Yigit: On 2/9/2024 1:44 PM, Thomas Monjalon wrote: 09/02/2024 13:11, Ferruh Yigit: On 2/9/2024 10:12 AM, Thomas Monjalon wrote: 09/02/2024 00:54, Ferruh Yigit: On 1/30/2024 11:25 AM, Gavin Li wrote: Currently, DPDK sup

Re: [RFC V1 1/1] net: extend VXLAN header to support more extensions

2024-02-18 Thread Gavin Li
On 2/9/2024 11:32 PM, Thomas Monjalon wrote: 09/02/2024 15:58, Ferruh Yigit: On 2/9/2024 1:44 PM, Thomas Monjalon wrote: 09/02/2024 13:11, Ferruh Yigit: On 2/9/2024 10:12 AM, Thomas Monjalon wrote: 09/02/2024 00:54, Ferruh Yigit: On 1/30/2024 11:25 AM, Gavin Li wrote: Currently, DPDK sup

Re: [RFC V1 1/1] net: extend VXLAN header to support more extensions

2024-02-09 Thread Ferruh Yigit
On 2/9/2024 3:32 PM, Thomas Monjalon wrote: > 09/02/2024 15:58, Ferruh Yigit: >> On 2/9/2024 1:44 PM, Thomas Monjalon wrote: >>> 09/02/2024 13:11, Ferruh Yigit: On 2/9/2024 10:12 AM, Thomas Monjalon wrote: > 09/02/2024 00:54, Ferruh Yigit: >> On 1/30/2024 11:25 AM, Gavin Li wrote:

Re: [RFC V1 1/1] net: extend VXLAN header to support more extensions

2024-02-09 Thread Thomas Monjalon
09/02/2024 15:58, Ferruh Yigit: > On 2/9/2024 1:44 PM, Thomas Monjalon wrote: > > 09/02/2024 13:11, Ferruh Yigit: > >> On 2/9/2024 10:12 AM, Thomas Monjalon wrote: > >>> 09/02/2024 00:54, Ferruh Yigit: > On 1/30/2024 11:25 AM, Gavin Li wrote: > > Currently, DPDK supports VXLAN and VXLAN-GP

Re: [RFC V1 1/1] net: extend VXLAN header to support more extensions

2024-02-09 Thread Ferruh Yigit
On 2/9/2024 1:44 PM, Thomas Monjalon wrote: > 09/02/2024 13:11, Ferruh Yigit: >> On 2/9/2024 10:12 AM, Thomas Monjalon wrote: >>> 09/02/2024 00:54, Ferruh Yigit: On 1/30/2024 11:25 AM, Gavin Li wrote: > Currently, DPDK supports VXLAN and VXLAN-GPE with similar header > structures and w

Re: [RFC V1 1/1] net: extend VXLAN header to support more extensions

2024-02-09 Thread Thomas Monjalon
09/02/2024 13:11, Ferruh Yigit: > On 2/9/2024 10:12 AM, Thomas Monjalon wrote: > > 09/02/2024 00:54, Ferruh Yigit: > >> On 1/30/2024 11:25 AM, Gavin Li wrote: > >>> Currently, DPDK supports VXLAN and VXLAN-GPE with similar header > >>> structures and we are working on adding support for VXLAN-GBP w

Re: [RFC V1 1/1] net: extend VXLAN header to support more extensions

2024-02-09 Thread Ferruh Yigit
On 2/9/2024 10:12 AM, Thomas Monjalon wrote: > 09/02/2024 00:54, Ferruh Yigit: >> On 1/30/2024 11:25 AM, Gavin Li wrote: >>> Currently, DPDK supports VXLAN and VXLAN-GPE with similar header >>> structures and we are working on adding support for VXLAN-GBP which is >>> another extension to VXLAN. Mo

Re: [RFC V1 1/1] net: extend VXLAN header to support more extensions

2024-02-09 Thread Thomas Monjalon
09/02/2024 00:54, Ferruh Yigit: > On 1/30/2024 11:25 AM, Gavin Li wrote: > > Currently, DPDK supports VXLAN and VXLAN-GPE with similar header > > structures and we are working on adding support for VXLAN-GBP which is > > another extension to VXLAN. More extension of VXLAN may be added in the > > fu

Re: [RFC V1 1/1] net: extend VXLAN header to support more extensions

2024-02-08 Thread Ferruh Yigit
On 1/30/2024 11:25 AM, Gavin Li wrote: > Currently, DPDK supports VXLAN and VXLAN-GPE with similar header > structures and we are working on adding support for VXLAN-GBP which is > another extension to VXLAN. More extension of VXLAN may be added in the > future. > > VXLAN and VXLAN-GBP use the sam

Re: [RFC V1 1/1] net: extend VXLAN header to support more extensions

2024-02-06 Thread Ajit Khaparde
On Tue, Feb 6, 2024 at 2:51 PM Thomas Monjalon wrote: > > 30/01/2024 12:25, Gavin Li: > > In this patch, all the VXLAN extension header will be merged with VXLAN as > > union if the overlapped field has different format among protocols. The > > existing VXLAN-GPE will be marked as deprecated and n

Re: [RFC V1 1/1] net: extend VXLAN header to support more extensions

2024-02-06 Thread Thomas Monjalon
30/01/2024 12:25, Gavin Li: > In this patch, all the VXLAN extension header will be merged with VXLAN as > union if the overlapped field has different format among protocols. The > existing VXLAN-GPE will be marked as deprecated and new extensions of > VXLAN should be added to VXLAN instead of a ne