Re: [ovs-dev] [PATCH v2 1/2] conntrack: fix tcp seq adjustments when mangling commands

2019-01-08 Thread Darrell Ball
On Tue, Jan 8, 2019 at 2:57 PM Darrell Ball wrote: > > > On Tue, Jan 8, 2019 at 2:13 AM David Marchand > wrote: > >> On Tue, Jan 8, 2019 at 5:49 AM Darrell Ball wrote: >> >>> On Thu, Dec 20, 2018 at 5:33 AM David Marchand < >>> david.march...@redhat.com> wrote: >>> The ftp alg deals with

[ovs-dev] [patch v1] conntrack: Fix FTP seq_skew boundary adjustments.

2019-01-08 Thread Darrell Ball
Fixes: bd5e81a0e596 ("Userspace Datapath: Add ALG infra and FTP.") Signed-off-by: Darrell Ball --- Backport to 2.8. lib/conntrack.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/lib/conntrack.c b/lib/conntrack.c index 6f6021a..e992b77 100644 ---

Re: [ovs-dev] [PATCH v2 2/2] conntrack: fix expectations nat configuration for ftp+DNAT

2019-01-08 Thread Darrell Ball
On Tue, Jan 8, 2019 at 1:33 AM David Marchand wrote: > Hello and happy new year to all :-) > > On Tue, Jan 8, 2019 at 5:24 AM Darrell Ball wrote: > >> Thanks for the fix David. >> >> On Thu, Dec 20, 2018 at 5:33 AM David Marchand >> wrote: >> >>> When configuring the nat part of an

[ovs-dev] GOOD DAY

2019-01-08 Thread Nikolce Trajcevski
Attn: Dear, Mr.Nikolce Trajeceveski sent me an email yesterday, stating that you instructed him to claim the sum of US$10.5million that was deposited by my late client on your behalf. I have sent you an email concerning the fund in the past but no reply from you. Not until i received the massage

Re: [ovs-dev] [PATCH v2 1/2] conntrack: fix tcp seq adjustments when mangling commands

2019-01-08 Thread Darrell Ball
On Tue, Jan 8, 2019 at 2:13 AM David Marchand wrote: > On Tue, Jan 8, 2019 at 5:49 AM Darrell Ball wrote: > >> On Thu, Dec 20, 2018 at 5:33 AM David Marchand >> wrote: >> >>> The ftp alg deals with packets in two ways for the command connection: >>> either they are inspected and can be mangled

Re: [ovs-dev] [PATCH v3] Adding support for PMD auto load balancing

2019-01-08 Thread Kevin Traynor
On 01/07/2019 01:11 PM, Nitin Katiyar wrote: > Port rx queues that have not been statically assigned to PMDs are currently > assigned based on periodically sampled load measurements. > The assignment is performed at specific instances – port addition, port > deletion, upon reassignment request via

Re: [ovs-dev] [PATCH] selinux: Add missing permissions for ovs-kmod-ctl

2019-01-08 Thread Aaron Conole
Yi-Hung Wei writes: > Starting from OVS 2.10, ovs-vswitchd may fail to run after system reboot > since it fails to load ovs kernel module. It is because the conntrack > zone limit feature introduced in OVS 2.10 now depends on > nf_conntrack_ipv4/6 kernel module, and the SELinux prevents it to

Re: [ovs-dev] [PATCH] rhel: Split OpenvSwitch and OVN packages

2019-01-08 Thread Numan Siddique
On Tue, Jan 8, 2019 at 7:03 PM Timothy Redaelli wrote: > On Thu, 20 Dec 2018 18:38:52 +0530 > nusid...@redhat.com wrote: > > Hi, > I reviewed the patch inline. > > Please consider also too add ovn-fedora.spec to rhel/.gitignore or > travis will complain about it. > > Thanks Timothy for the

[ovs-dev] [PATCH v2] rhel: Split OpenvSwitch and OVN packages

2019-01-08 Thread nusiddiq
From: Numan Siddique Up until now, OVN rpms were generated as sub packages of OpenvSwitch. This patch now splits it and makes OVN rpms independent. A new spec file - ovn-fedora.spec.in is added for this. The openvswitch-fedora.spec.in has been modified to create only OpenvSwitch packages.

Re: [ovs-dev] [PATCH] rhel: Split OpenvSwitch and OVN packages

2019-01-08 Thread Timothy Redaelli
On Thu, 20 Dec 2018 18:38:52 +0530 nusid...@redhat.com wrote: Hi, I reviewed the patch inline. Please consider also too add ovn-fedora.spec to rhel/.gitignore or travis will complain about it. > From: Numan Siddique > > Up until now, OVN rpms were generated as sub packages of OpenvSwitch. >

[ovs-dev] [PATCH v4] netdev-dpdk: support port representors

2019-01-08 Thread Ophir Munk
Dpdk port representors were introduced in dpdk versions 18.xx. Prior to port representors there was a one-to-one relationship between an rte device (e.g. PCI bus) and an eth device (referenced as dpdk port id in OVS). With port representors the relationship becomes one-to-many rte device to eth

Re: [ovs-dev] [PATCH v2 1/2] conntrack: fix tcp seq adjustments when mangling commands

2019-01-08 Thread David Marchand
On Tue, Jan 8, 2019 at 5:49 AM Darrell Ball wrote: > On Thu, Dec 20, 2018 at 5:33 AM David Marchand > wrote: > >> The ftp alg deals with packets in two ways for the command connection: >> either they are inspected and can be mangled when nat is enabled >> (CT_FTP_CTL_INTEREST) or they just go

[ovs-dev] [PATCH v4] netdev-dpdk: support port representors

2019-01-08 Thread Ophir Munk
Dpdk port representors were introduced in dpdk versions 18.xx. Prior to port representors there was a one-to-one relationship between an rte device (e.g. PCI bus) and an eth device (referenced as dpdk port id in OVS). With port representors the relationship becomes one-to-many rte device to eth

Re: [ovs-dev] [PATCH v2 2/2] conntrack: fix expectations nat configuration for ftp+DNAT

2019-01-08 Thread David Marchand
Hello and happy new year to all :-) On Tue, Jan 8, 2019 at 5:24 AM Darrell Ball wrote: > Thanks for the fix David. > > On Thu, Dec 20, 2018 at 5:33 AM David Marchand > wrote: > >> When configuring the nat part of an expectation, care must be taken to >> look at the master nat action and

Re: [ovs-dev] [PATCH v3] netdev-dpdk: support port representors

2019-01-08 Thread Ophir Munk
Hi Ian, Thank you for your review. Please see comments inline. > -Original Message- > From: Ian Stokes > Sent: Friday, January 4, 2019 8:55 PM > To: Ophir Munk ; ovs-dev@openvswitch.org > Cc: Asaf Penso ; Shahaf Shuler > ; Kevin Traynor ; Thomas > Monjalon ; Olga Shern > Subject: Re:

Re: [ovs-dev] [PATCH v3 1/1] utilities: Update gdb script so it works with all python versions

2019-01-08 Thread solomon
Eelco Chaudron wrote: > Newer versions of Python require a different iterator function. This > change will make the iterator classes work with all Python versions. > > Adds a fix for python3 as it does not support the long() type. > The fix guaranties the script still works on Python 2.7. > >