[ovs-dev] Thank you

2018-11-06 Thread Guangzhou Yu
Hello. I have an urgent discussion to relate to you regarding a charity project I want you to handle with these funds on my behalf for more info Email : gyu8...@gmail.com This message was sent using IMP, the Internet Messaging

Re: [ovs-dev] [PATCH 2/2] vswitchd: Update documentation for legacy_l3 type packets

2018-11-06 Thread William Tu
On Tue, Nov 6, 2018 at 2:24 PM Greg Rose wrote: > > The documentation needs to specify that for GRE tunnels there is no > support for legacy_l3 type packets in the kernel datapath. > > Signed-off-by: Greg Rose > --- LGTM. Acked-by: William Tu ___ dev

Re: [ovs-dev] [PATCH 1/2] gre: Remove dead ipgre code

2018-11-06 Thread William Tu
On Tue, Nov 6, 2018 at 2:24 PM Greg Rose wrote: > > Open vSwitch uses gretap, not ipgre for gre tunneling. Remove dead > code for ipgre type tunnels. > > Signed-off-by: Greg Rose > --- LGTM. Acked-by: William Tu > datapath/linux/compat/ip_gre.c | 65 >

[ovs-dev] [PATCH 2/2] vswitchd: Update documentation for legacy_l3 type packets

2018-11-06 Thread Greg Rose
The documentation needs to specify that for GRE tunnels there is no support for legacy_l3 type packets in the kernel datapath. Signed-off-by: Greg Rose --- vswitchd/vswitch.xml | 6 ++ 1 file changed, 6 insertions(+) diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index

[ovs-dev] [PATCH 1/2] gre: Remove dead ipgre code

2018-11-06 Thread Greg Rose
Open vSwitch uses gretap, not ipgre for gre tunneling. Remove dead code for ipgre type tunnels. Signed-off-by: Greg Rose --- datapath/linux/compat/ip_gre.c | 65 ++ 1 file changed, 2 insertions(+), 63 deletions(-) diff --git

Re: [ovs-dev] [PATCH] dns-resolve: Stop dns resolving when dns servers are configured.

2018-11-06 Thread Yifeng Sun
Sure, will do. Thanks for the comments. Best, Yifeng On Tue, Nov 6, 2018 at 10:04 AM Ben Pfaff wrote: > On Tue, Nov 06, 2018 at 09:48:36AM -0800, Yifeng Sun wrote: > > On Mon, Nov 5, 2018 at 7:58 PM Ben Pfaff wrote: > > > > > [CCing Alin for his opinion on Windows issue] > > > > > > On Mon,

Re: [ovs-dev] [PATCH] dns-resolve: Stop dns resolving when dns servers are configured.

2018-11-06 Thread Ben Pfaff
On Tue, Nov 06, 2018 at 09:48:36AM -0800, Yifeng Sun wrote: > On Mon, Nov 5, 2018 at 7:58 PM Ben Pfaff wrote: > > > [CCing Alin for his opinion on Windows issue] > > > > On Mon, Nov 05, 2018 at 04:20:18PM -0800, Yifeng Sun wrote: > > > DNS resolution should fail if no DNS servers are available.

Re: [ovs-dev] [PATCH] dns-resolve: Stop dns resolving when dns servers are configured.

2018-11-06 Thread Yifeng Sun
On Mon, Nov 5, 2018 at 7:58 PM Ben Pfaff wrote: > [CCing Alin for his opinion on Windows issue] > > On Mon, Nov 05, 2018 at 04:20:18PM -0800, Yifeng Sun wrote: > > DNS resolution should fail if no DNS servers are available. This > > patch fixes it and also enables users to use environment

Re: [ovs-dev] [ovs-discuss] RX Mirroing issue with Decap in vxlan case

2018-11-06 Thread John Hurley
On Wed, Oct 17, 2018 at 10:24 PM Limaye, Namrata wrote: > > Thanks John, > > I agree with you that this configuration is between vxlan0 and VF port and we > will see only decap packets from vxlan0. > > So, I created another config on bridge br1 instead of br0 to mirror all > traffic between

[ovs-dev] [PATCH] rhel: hugetlbfs group should be added as a system group.

2018-11-06 Thread Aaron Conole
Reported-by: Edgar Hoch Signed-off-by: Aaron Conole --- rhel/openvswitch-fedora.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in index ba55fb55c..7a3fcf93a 100644 --- a/rhel/openvswitch-fedora.spec.in

Re: [ovs-dev] [PATCH 0/2] configure mac address according to IP address

2018-11-06 Thread Ben Pfaff
On Fri, Oct 26, 2018 at 06:25:57PM +0200, Lorenzo Bianconi wrote: > When dynamic IPAM is used configure L2 address according to the used > IPv4 address. > Moreover visit all ovn datapaths before adding new dynamic addresses to the > system in order to avoid possible L2 address duplication > >

Re: [ovs-dev] [PATCH v2] OVN: introduce mac_prefix support to IPAM

2018-11-06 Thread Ben Pfaff
On Mon, Nov 05, 2018 at 11:42:18AM -0800, Ben Pfaff wrote: > On Mon, Nov 05, 2018 at 06:17:54PM +0100, Lorenzo Bianconi wrote: > > > > > > Thanks for the patch. > > > > Hi Ben, > > > > thx for the review. Few comments inline. > > > > Regards, > > Lorenzo > > > > > > > > I'm not sure in what

Re: [ovs-dev] [PATCH v2] ofproto-dpif-upcall: Don't purge ukeys while in a quiescent state.

2018-11-06 Thread Ben Pfaff
On Tue, Nov 06, 2018 at 04:27:04PM +0300, Ilya Maximets wrote: > On 02.11.2018 21:25, Ben Pfaff wrote: > > revalidator_purge() iterates and modifies umap->cmap. This should > > not happen in quiescent state, because cmap implementation based > > on rcu protected variables. Let's narrow the

Re: [ovs-dev] [PATCH v4] ovn-nbctl: Fix the ovn-nbctl test "LBs - daemon" which fails during rpm build

2018-11-06 Thread Ben Pfaff
On Tue, Nov 06, 2018 at 12:01:17PM +0530, Numan Siddique wrote: > On Tue, Nov 6, 2018 at 2:22 AM Ben Pfaff wrote: > > > On Tue, Nov 06, 2018 at 01:40:48AM +0530, Numan Siddique wrote: > > > On Mon, Nov 5, 2018, 8:43 PM Ben Pfaff > > > > > > On Fri, Nov 02, 2018 at 05:11:01PM +0530,

Re: [ovs-dev] [branch 2.10][PATCH] ovn-nbctl: Fix the ovn-nbctl test "LBs - daemon" which fails during rpm build

2018-11-06 Thread Ben Pfaff
On Tue, Nov 06, 2018 at 11:59:38AM +0530, nusid...@redhat.com wrote: > From: Numan Siddique > > When 'make check' is called by the mock rpm build (which disables networking), > the test "ovn-nbctl: LBs - daemon" fails when it runs the command > "ovn-nbctl lb-add lb0 30.0.0.1a

Re: [ovs-dev] [PATCH 1/2] netdev-dpdk: Drop offload API for vhost ports.

2018-11-06 Thread Stokes, Ian
> On 18.10.2018 16:29, Ilya Maximets wrote: > > vhost ports are not DPDK eth ports and has no rte_flow API. > > Stop calling this API with DPDK_ETH_PORT_ID_INVALID to avoid time > > wasting and errors in log. > > > > Additionally, DPDK_FLOW_OFFLOAD_API definition moved to .c file, > > because

Re: [ovs-dev] [PATCH v2] ofproto-dpif-upcall: Don't purge ukeys while in a quiescent state.

2018-11-06 Thread Ilya Maximets
On 02.11.2018 21:25, Ben Pfaff wrote: > revalidator_purge() iterates and modifies umap->cmap. This should > not happen in quiescent state, because cmap implementation based > on rcu protected variables. Let's narrow the quiescent period > to avoid possible wrong memory accesses. > > CC: Joe

Re: [ovs-dev] [PATCH 1/2] netdev-dpdk: Drop offload API for vhost ports.

2018-11-06 Thread Ilya Maximets
On 18.10.2018 16:29, Ilya Maximets wrote: > vhost ports are not DPDK eth ports and has no rte_flow API. > Stop calling this API with DPDK_ETH_PORT_ID_INVALID to > avoid time wasting and errors in log. > > Additionally, DPDK_FLOW_OFFLOAD_API definition moved to .c > file, because there is no need

[ovs-dev] Schnelles Darlehen/Fast loan

2018-11-06 Thread webmaster
Starten Sie Kapital für Ihr neues Geschäft oder für die Finanzierung Ihres Geschäftsausbaus. Wir bieten auch Privat- und Firmenkredit. Kontaktieren Sie uns jetzt für weitere Informationen E-Mail: fhs_financ...@outlook.com Start-up capital for your new

Re: [ovs-dev] [dpdk-hwol PATCH v6 1/2] netdev-dpdk: Upgrade to dpdk v18.08

2018-11-06 Thread Stokes, Ian
> 1. Enable compilation and linkage with dpdk 18.08.0 The following dpdk > commits which were introduced after dpdk 17.11.x require OVS updates to > accommodate to the dpdk changes. > - ce17edde ("ethdev: introduce Rx queue offloads API") > - ab3ce1e0 ("ethdev: remove old offload API") > -