[ovs-dev] OVS DPDK DSA Architecture/Design Discussion

2022-03-15 Thread Stokes, Ian
Hi All, We'd like to put a public meeting in place for the stakeholders of DPDK and OVS to discuss the next steps and design of the DSA library along with its integration in OVS. There are a few different time zones involved so trying to find a best fit. Currently the suggestion is 2PM

[ovs-dev] OVS DPDK DMA-Dev library/Design Discussion

2022-03-15 Thread Stokes, Ian
Hi All, We'd like to put a public meeting in place for the stakeholders of DPDK and OVS to discuss the next steps and design of the DMA-DEV library along with its integration in OVS. There are a few different time zones involved so trying to find a best fit. Currently the suggestion is 2PM

Re: [ovs-dev] OVS DPDK DSA Architecture/Design Discussion

2022-03-15 Thread Stokes, Ian
> 15/03/2022 11:27, Stokes, Ian: > > Hi All, > > > > We'd like to put a public meeting in place for the stakeholders > > of DPDK and OVS to discuss the next steps and design of > > the DSA library along with its integration in OVS. > > There is no DSA library. > Do you mean the IOAT driver in

Re: [ovs-dev] OVS DPDK DSA Architecture/Design Discussion

2022-03-15 Thread Stokes, Ian
> 15/03/2022 12:14, Stokes, Ian: > > > 15/03/2022 11:27, Stokes, Ian: > > > > Hi All, > > > > > > > > We'd like to put a public meeting in place for the stakeholders > > > > of DPDK and OVS to discuss the next steps and design of > > > > the DSA library along with its integration in OVS. > > > > >

[ovs-dev] OVS DPDK DMA-Dev library/Design Discussion

2022-03-15 Thread Stokes, Ian
Hi All, We'd like to put a public meeting in place for the stakeholders of DPDK and OVS to discuss the next steps and design of the DSA library along with its integration in OVS. There are a few different time zones involved so trying to find a best fit. Currently the suggestion is 2PM

Re: [ovs-dev] OVS DPDK DSA Architecture/Design Discussion

2022-03-15 Thread Thomas Monjalon
15/03/2022 12:14, Stokes, Ian: > > 15/03/2022 11:27, Stokes, Ian: > > > Hi All, > > > > > > We'd like to put a public meeting in place for the stakeholders > > > of DPDK and OVS to discuss the next steps and design of > > > the DSA library along with its integration in OVS. > > > > There is no

Re: [ovs-dev] OVS DPDK DSA Architecture/Design Discussion

2022-03-15 Thread Thomas Monjalon
15/03/2022 11:27, Stokes, Ian: > Hi All, > > We'd like to put a public meeting in place for the stakeholders > of DPDK and OVS to discuss the next steps and design of > the DSA library along with its integration in OVS. There is no DSA library. Do you mean the IOAT driver in DPDK for the DMA

Re: [ovs-dev] [PATCH ovn v3] northd: Add support for NAT with multiple DGP

2022-03-15 Thread Abhiram Sangana
Hey Mark, Thanks for reviewing the patch. Regarding `ovn-nbctl lr-nat-del`, I have updated the command to have the following structure: `lr-nat-del ROUTER [TYPE [IP [GATEWAY_PORT]]]`. Most of the earlier checks are not enforced unless `GATEWAY_PORT` is also passed. With the new patch, a NAT rule

[ovs-dev] [PATCH] flow: Consistent VXLAN UDP src ports for fragmented packets

2022-03-15 Thread Hemanth Aramadaka via dev
Issue: The src-port for UDP is based on RSS hash in the packet metadata. In case of packets coming from VM it will be 5-tuple, if available, otherwise just IP addresses.If the VM fragments a large IP packet and sends the fragments to ovs, only the first fragment will contain the L4 header.

[ovs-dev] OVS DPDK DMA-Dev library/Design Discussion

2022-03-15 Thread Stokes, Ian
Hi All, The goal of this meeting is to ensure that all of DPDK DMA-dev library, DPDK Vhost library (consuming DMA-dev for acceleration) and OVS (as an end user of the DPDK DMA & VHost libraries) are working well together; and that the maintainers & contributors to those libraries are aware of

[ovs-dev] [PATCH v2 ovn] northd: allow explicit nat-addresses for distributed gw ports

2022-03-15 Thread Lorenzo Bianconi
Allow the CMS to explicitly configure nat addresses to use in GARP advertising even if the logical switch port is connected to a distributed gateway router port. Signed-off-by: Lorenzo Bianconi --- Changes since v1: - rebase on top of ovn master - add unit test --- northd/northd.c | 15