Re: [ovs-dev] [PATCHv4] userspace: Add GTP-U support.

2019-12-11 Thread Roni Bar Yanai
Hi William, I think the question here is what is the main target functionality? 3-5/G VNF switching? Note that in many cases there is RSS issue here because GTP between two functions will have the exact same outer header, there is no port entropy. All the packets between two peers will get to

[ovs-dev] [PATCH v4] netdev-dpdk: add coverage counter to count vhost IRQs

2019-12-11 Thread Eelco Chaudron
When the dpdk vhost library executes an eventfd_write() call, i.e. waking up the guest, a new callback will be called. This patch adds the callback to count the number of interrupts sent to the VM to track the number of times interrupts where generated. This might be of interest to find out

[ovs-dev] [PATCHv5] userspace: Add GTP-U support.

2019-12-11 Thread William Tu
GTP, GPRS Tunneling Protocol, is a group of IP-based communications protocols used to carry general packet radio service (GPRS) within GSM, UMTS and LTE networks. GTP protocol has two parts: Signalling (GTP-Control, GTP-C) and User data (GTP-User, GTP-U). GTP-C is used for setting up GTP-U

Re: [ovs-dev] compiling on v5.4 kernel

2019-12-11 Thread David Ahern
On 12/11/19 12:17 PM, Gregory Rose wrote: > > Hi David, > > I just want to update you on this work.  I've got everything fixed up > and compiling > on 5.4.2 but in the modpostsection there are a lot of bizarre errors.  > I'm not sure where > this comes from so I'm tracking that down. 

Re: [ovs-dev] [PATCH v3 05/10] dpif: Add support to set user features

2019-12-11 Thread Simon Horman
On Tue, Dec 03, 2019 at 03:45:29PM +0200, Roi Dayan wrote: > From: Paul Blakey > > This enables user features on the kernel datapath via the DP_CMD_SET > command, and also retrieves them to check for actual support and > not just an older kernel ignoring the requested features. > > This will be

Re: [ovs-dev] compiling on v5.4 kernel

2019-12-11 Thread Gregory Rose
On 12/5/2019 8:11 PM, David Ahern wrote: On 12/5/19 5:29 PM, Gregory Rose wrote: On 12/5/2019 3:22 PM, Gregory Rose wrote: On 12/5/2019 2:15 PM, Ben Pfaff wrote: On Thu, Dec 05, 2019 at 01:14:54PM -0800, Gregory Rose wrote: We try to keep our out of tree kernel modules compiling against

Re: [ovs-dev] [PATCH 0/4] Add support for TSO with DPDK

2019-12-11 Thread Ilya Maximets
On 11.12.2019 19:35, Stokes, Ian wrote: > > > On 12/3/2019 2:19 PM, Flavio Leitner wrote: >> On Tue, Dec 03, 2019 at 05:26:51PM +0100, Ilya Maximets wrote: >>> On 03.12.2019 14:12, Flavio Leitner wrote: On Tue, Dec 03, 2019 at 01:15:23PM +0100, Ilya Maximets wrote: > On 02.12.2019

Re: [ovs-dev] [PATCH 0/4] Add support for TSO with DPDK

2019-12-11 Thread Stokes, Ian
On 12/3/2019 2:19 PM, Flavio Leitner wrote: On Tue, Dec 03, 2019 at 05:26:51PM +0100, Ilya Maximets wrote: On 03.12.2019 14:12, Flavio Leitner wrote: On Tue, Dec 03, 2019 at 01:15:23PM +0100, Ilya Maximets wrote: On 02.12.2019 14:44, Flavio Leitner wrote: Abbreviated as TSO, TCP

Re: [ovs-dev] [PATCHv4] userspace: Add GTP-U support.

2019-12-11 Thread William Tu
On Sun, Dec 08, 2019 at 08:11:19AM +, Roni Bar Yanai wrote: > Hi William, > > GTP-U header size is not constant, you *must* take into account the flags, > mainly > the sequence. The use of sequence in GTP-U is optional but some devices do > use > it. see from 3GPP definition: > "For PGW,

Re: [ovs-dev] [PATCH V3 15/19] netdev-offload-dpdk: Support offload of drop action

2019-12-11 Thread Eli Britstein
On 12/11/2019 8:01 PM, Ilya Maximets wrote: > On 11.12.2019 17:01, Eli Britstein wrote: >> On 12/10/2019 9:10 PM, Ilya Maximets wrote: >>> On 08.12.2019 14:23, Eli Britstein wrote: Signed-off-by: Eli Britstein Reviewed-by: Oz Shlomo --- Documentation/howto/dpdk.rst | 1 +

Re: [ovs-dev] [PATCH V3 15/19] netdev-offload-dpdk: Support offload of drop action

2019-12-11 Thread Ilya Maximets
On 11.12.2019 17:01, Eli Britstein wrote: > > On 12/10/2019 9:10 PM, Ilya Maximets wrote: >> On 08.12.2019 14:23, Eli Britstein wrote: >>> Signed-off-by: Eli Britstein >>> Reviewed-by: Oz Shlomo >>> --- >>> Documentation/howto/dpdk.rst | 1 + >>> NEWS | 2 +- >>>

Re: [ovs-dev] [PATCH ovn] ovn-northd: Consider load balancer active backends in router pipeline

2019-12-11 Thread Maciej Jozefczyk
Hey! I tested this patch and I can confirm that while the member status is 'offline' it is removed from ct_lb action for both LS and LR pipelines. However I found a problem with flipping the status from offline to online, even when the backend responded for SYN. I've send some more information to

Re: [ovs-dev] [PATCH V3 15/19] netdev-offload-dpdk: Support offload of drop action

2019-12-11 Thread Eli Britstein
On 12/10/2019 9:10 PM, Ilya Maximets wrote: > On 08.12.2019 14:23, Eli Britstein wrote: >> Signed-off-by: Eli Britstein >> Reviewed-by: Oz Shlomo >> --- >> Documentation/howto/dpdk.rst | 1 + >> NEWS | 2 +- >> lib/netdev-dpdk.c| 2 ++ >>

[ovs-dev] New mail (37)

2019-12-11 Thread arivumani
View message... ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Re: [ovs-dev] [PATCH V3 14/19] netdev-offload-dpdk: Support offload of output action

2019-12-11 Thread Eli Britstein
On 12/10/2019 8:59 PM, Ilya Maximets wrote: > On 08.12.2019 14:22, Eli Britstein wrote: >> Support offload of output action, also configuring count action for >> allowing query statistics of HW offloaded flows. >> >> Signed-off-by: Eli Britstein >> Reviewed-by: Oz Shlomo >> --- >>

Re: [ovs-dev] [RFC v3 4/4] netdev-offload: Disallow offloading to unrelated tunneling vports.

2019-12-11 Thread Ophir Munk
> -Original Message- > From: Ilya Maximets > Sent: Tuesday, December 3, 2019 1:13 PM > To: ovs-dev@openvswitch.org > Cc: Ophir Munk ; Roni Bar Yanai > ; Simon Horman > ; Ilya Maximets > Subject: [RFC v3 4/4] netdev-offload: Disallow offloading to unrelated > tunneling vports. > >

Re: [ovs-dev] [RFC v3 0/4] netdev-offload: Prerequisites of vport offloading via DPDK.

2019-12-11 Thread Ophir Munk
Hi Ilya, Testing this RFC series on master branch (kernel and dpdk) passed OK. I sent 2 small comments. Other than that - Acked-by Ophir Munk Acked-by Eli Britstein Regards, Ophir > -Original Message- > From: Ilya Maximets > Sent: Friday, December 6, 2019 4:35 PM > To: Ophir Munk ;

Re: [ovs-dev] [RFC v3 2/4] netdev-offload: Use dpif type instead of class.

2019-12-11 Thread Ophir Munk
> -Original Message- > From: Ilya Maximets > Sent: Tuesday, December 3, 2019 1:13 PM > To: ovs-dev@openvswitch.org > Cc: Ophir Munk ; Roni Bar Yanai > ; Simon Horman > ; Ilya Maximets > Subject: [RFC v3 2/4] netdev-offload: Use dpif type instead of class. > > There is no real

[ovs-dev] We make available

2019-12-11 Thread Oladele Oyeniyi
Hi! We suggest Sending your business proposition through the feedback form which can be found on the sites in the contact section. Feedback forms are filled in by our program and the captcha is solved. The advantage of this method is that messages sent through feedback forms are whitelisted.