Re: [ovs-dev] Fwd: In OVS2.6 userspace datapath, ARP handling for non-tunnel packet?

2017-03-30 Thread Joo Kim
Thanks for reply Darrell. BTW, why we don't try to send ARP request for the non-tunnel traffic by default? If the mechanism(ARP handling via controller) you are describing is not installed, then in current OVS-2.6 userspace datapath, non-tunnel traffic is just dropped? On Mon, Mar 27, 2017 at

Re: [ovs-dev] [PATCH ovs V6 00/24] Introducing HW offload support for openvswitch

2017-03-30 Thread Marcelo Ricardo Leitner
On Thu, Mar 30, 2017 at 03:43:36PM -0300, Marcelo Ricardo Leitner wrote: > On Wed, Mar 29, 2017 at 03:43:10PM +0300, Roi Dayan wrote: > > This patch series introduces rule offload functionality to dpif-netlink > > via netdev ports new flow offloading API. The user can specify whether to > > enable

Re: [ovs-dev] [PATCH v6 2/2] ovn: Gratuitous ARP for distributed NAT rules

2017-03-30 Thread Guru Shetty
On 30 March 2017 at 11:42, Mickey Spiegel wrote: > This patch extends gratuitous ARP support for NAT addresses so that it > applies to distributed NAT rules on a distributed logical router. > Distributed NAT rules have type "dnat_and_snat" and specify > 'external_mac' and

Re: [ovs-dev] [PATCH] ovs-ofctl: Document reset_counts, no_packet_counts, no_byte_counts.

2017-03-30 Thread Ben Pfaff
Thanks, applied to master. On Thu, Mar 30, 2017 at 11:31:48AM -0700, Jarno Rajahalme wrote: > Acked-by: Jarno Rajahalme > > > On Mar 30, 2017, at 8:55 AM, Ben Pfaff wrote: > > > > Signed-off-by: Ben Pfaff > > --- > > utilities/ovs-ofctl.8.in | 31

Re: [ovs-dev] [PATCH ovs V6 00/24] Introducing HW offload support for openvswitch

2017-03-30 Thread Marcelo Ricardo Leitner
On Wed, Mar 29, 2017 at 03:43:10PM +0300, Roi Dayan wrote: > This patch series introduces rule offload functionality to dpif-netlink > via netdev ports new flow offloading API. The user can specify whether to > enable rule offloading or not via OVS configuration. Netdev providers > are able to

[ovs-dev] [PATCH v6 2/2] ovn: Gratuitous ARP for distributed NAT rules

2017-03-30 Thread Mickey Spiegel
This patch extends gratuitous ARP support for NAT addresses so that it applies to distributed NAT rules on a distributed logical router. Distributed NAT rules have type "dnat_and_snat" and specify 'external_mac' and 'logical_port'. Gratuitous ARP packets for distributed NAT rules are only

[ovs-dev] [PATCH v6 1/2] ovn: Gratuitous ARP for centralized NAT rules on a distributed router

2017-03-30 Thread Mickey Spiegel
This patch extends gratuitous ARP support for NAT addresses so that it applies to centralized NAT rules on a distributed router, in addition to the existing gratuitous ARP support for NAT addresses on gateway routers. Centralized NAT rules have type other than "dnat_and_snat", or have type

Re: [ovs-dev] [PATCH] ovs-ofctl: Document reset_counts, no_packet_counts, no_byte_counts.

2017-03-30 Thread Jarno Rajahalme
Acked-by: Jarno Rajahalme > On Mar 30, 2017, at 8:55 AM, Ben Pfaff wrote: > > Signed-off-by: Ben Pfaff > --- > utilities/ovs-ofctl.8.in | 31 +-- > 1 file changed, 29 insertions(+), 2 deletions(-) > > diff --git

Re: [ovs-dev] Ports down on OVS DPDK and traffic fails

2017-03-30 Thread Bodireddy, Bhanuprakash
>-Original Message- >From: ovs-dev-boun...@openvswitch.org [mailto:ovs-dev- >boun...@openvswitch.org] On Behalf Of Nadathur, Sundar >Sent: Thursday, March 30, 2017 6:46 PM >To: ovs-dev@openvswitch.org >Subject: [ovs-dev] Ports down on OVS DPDK and traffic fails > >Summary: I am trying to

[ovs-dev] Ports down on OVS DPDK and traffic fails

2017-03-30 Thread Nadathur, Sundar
Summary: I am trying to bring up two tap devices on a ovs-dpdk switch, but both ports are down and traffic doesn't work, even after adding a VM. Would appreciate some help. Compiled OVS 2.7.0 (from the tar ball) with DPDK 17.02 as follows: ./configure --with-dpdk=$DPDK_BUILD CFLAGS="-g -O2

[ovs-dev] Ditt konto Apple har inaktiverats Kontrollera dina Information

2017-03-30 Thread Apple
Hej , Ditt Apple-ID har varit fryst, eftersom vi inte kan bekräfta dina kontouppgifter . När du har uppdaterat dina kontoposter , kommer vi att försöka igen för att bekräfta dina uppgifter och ditt konto hävs. Detta hjälper

Re: [ovs-dev] dpif-netdev: Assign ports to pmds on non-local numa node.

2017-03-30 Thread O Mahony, Billy
Hi All, I've posted v2 with Darrell's recommendations included. It doesn't appear in ovs-dev but it's on patchwork - https://patchwork.ozlabs.org/patch/745195/ so I'm not sure what's going on there. The same thing happened with another patch I sent earlier. Cheers, Billy. > -Original

Re: [ovs-dev] [PATCH] faq: Expand on answer about packet buffering removal.

2017-03-30 Thread Ben Pfaff
On Wed, Mar 29, 2017 at 01:38:55PM -0700, Andy Zhou wrote: > On Wed, Mar 29, 2017 at 11:25 AM, Ben Pfaff wrote: > > On Wed, Mar 29, 2017 at 10:25:31AM -0700, Andy Zhou wrote: > >> On Fri, Mar 17, 2017 at 8:16 AM, Ben Pfaff wrote: > >> > Signed-off-by: Ben Pfaff

[ovs-dev] [PATCH] ovs-ofctl: Document reset_counts, no_packet_counts, no_byte_counts.

2017-03-30 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- utilities/ovs-ofctl.8.in | 31 +-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in index 8a3ba0279d7a..e7722a83a9fd 100644 --- a/utilities/ovs-ofctl.8.in +++

Re: [ovs-dev] [PATCH] Makefile: Fix name of coding style guide.

2017-03-30 Thread Ben Pfaff
On Thu, Mar 30, 2017 at 01:26:16PM +0100, Stephen Finucane wrote: > On Wed, 2017-03-29 at 12:43 -0700, Ben Pfaff wrote: > > Signed-off-by: Ben Pfaff > > I wish Patchwork would let me show changes to individual files and/or > terms that I cared about. Hey, I know a guy who might

[ovs-dev] Need a Loan From AIM Credit Finance ? Contact us today

2017-03-30 Thread Nabeela Karolia
Hi Friends Looking for a loan or Financial assistance to pay off your debt or to buy a house, car. Do contact our reliable financial service provider AIM Credit Finance Solutions, Offering personal loans, housing loans, Construction loans, Project loans. They give out loans with a 6.2%

Re: [ovs-dev] [PATCH] Makefile: Fix name of coding style guide.

2017-03-30 Thread Stephen Finucane
On Wed, 2017-03-29 at 12:43 -0700, Ben Pfaff wrote: > Signed-off-by: Ben Pfaff I wish Patchwork would let me show changes to individual files and/or terms that I cared about. It's tough to keep an eye out for doc changes in the deluge that is ovs-dev :) In any case: Acked-By:

[ovs-dev] Rackspace Users contact

2017-03-30 Thread Elvira Stone
Hi, Would you be interested in Rackspace Users contact information in excel sheet for unlimited marketing usage? We provide Top Decision Makers information like Name, Email, Title, Phone and company details of companies using Rackspace. Amazon Softlayer Azure AWS Openstack Cloudstack

Re: [ovs-dev] [PATCH] INSTALL.rst: New file.

2017-03-30 Thread Stephen Finucane
On Wed, 2017-03-29 at 12:42 -0700, Ben Pfaff wrote: > One or two people have expressed surprise to me that there are no > installation instructions at the top level.  This should help.  (The > content is copied from README.rst.) > > Signed-off-by: Ben Pfaff How odd. GitHub has

[ovs-dev] [PATCH v2] dpif-netdev: Assign ports to pmds on non-local numa node.

2017-03-30 Thread Billy O'Mahony
From: billyom Previously if there is no available (non-isolated) pmd on the numa node for a port then the port is not polled at all. This can result in a non-operational system until such time as nics are physically repositioned. It is preferable to operate with a pmd

[ovs-dev] [PATCH] dpif-netdev: emc comments

2017-03-30 Thread Billy O'Mahony
Add a concrete example of how a flow's hash determines the set of possible storage locations in the EMC. Signed-off-by: Billy O'Mahony --- lib/dpif-netdev.c | 24 +--- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/lib/dpif-netdev.c

Re: [ovs-dev] dpif-netdev: Assign ports to pmds on non-local numa node.

2017-03-30 Thread O Mahony, Billy
Hi Darrell, > -Original Message- > From: Darrell Ball [mailto:db...@vmware.com] > Sent: Wednesday, March 29, 2017 6:35 PM > To: O Mahony, Billy ; Jan Scheurich > ; Ilya Maximets ; > d...@openvswitch.org >