Re: [ovs-dev] [PATCH] VxLAN-gpe implementation

2016-06-09 Thread Alexander Duyck
On Thu, Jun 9, 2016 at 12:23 PM, Hannes Frederic Sowa <han...@redhat.com> wrote: > On 09.06.2016 18:14, Alexander Duyck wrote: >> On Thu, Jun 9, 2016 at 3:57 AM, Hannes Frederic Sowa <han...@redhat.com> >> wrote: >>> On 09.06.2016 04:33, Alexander Duyck wrote:

Re: [ovs-dev] [PATCH] VxLAN-gpe implementation

2016-06-09 Thread Alexander Duyck
On Thu, Jun 9, 2016 at 1:14 AM, Jesse Gross <je...@kernel.org> wrote: > On Wed, Jun 8, 2016 at 7:33 PM, Alexander Duyck > <alexander.du...@gmail.com> wrote: >> Agreed, but what are we really getting by adding the port value? In >> the case of the Intel hardwa

Re: [ovs-dev] [PATCH] VxLAN-gpe implementation

2016-06-09 Thread Alexander Duyck
On Thu, Jun 9, 2016 at 3:57 AM, Hannes Frederic Sowa <han...@redhat.com> wrote: > On 09.06.2016 04:33, Alexander Duyck wrote: >> On Wed, Jun 8, 2016 at 3:20 PM, Hannes Frederic Sowa <han...@redhat.com> >> wrote: >>> The remaining problem regarding offloads

Re: [ovs-dev] [PATCH] VxLAN-gpe implementation

2016-06-08 Thread Alexander Duyck
On Wed, Jun 8, 2016 at 3:20 PM, Hannes Frederic Sowa <han...@redhat.com> wrote: > On 08.06.2016 23:21, Alexander Duyck wrote: >> On Wed, Jun 8, 2016 at 12:46 PM, Hannes Frederic Sowa <han...@redhat.com> >> wrote: >>> On 08.06.2016 17:38, Alexander Duyck wrote:

Re: [ovs-dev] [PATCH] VxLAN-gpe implementation

2016-06-08 Thread Alexander Duyck
On Wed, Jun 8, 2016 at 12:46 PM, Hannes Frederic Sowa <han...@redhat.com> wrote: > On 08.06.2016 17:38, Alexander Duyck wrote: >> On Wed, Jun 8, 2016 at 7:48 AM, Hannes Frederic Sowa <han...@redhat.com> >> wrote: >>> On 08.06.2016 14:51, Jiri Benc wrote: &g

Re: [ovs-dev] [PATCH] VxLAN-gpe implementation

2016-06-08 Thread Alexander Duyck
On Wed, Jun 8, 2016 at 7:48 AM, Hannes Frederic Sowa wrote: > On 08.06.2016 14:51, Jiri Benc wrote: >> On Mon, 6 Jun 2016 14:22:58 -0700, Jesse Gross wrote: >>> On Sat, Jun 4, 2016 at 6:39 AM, Yi Yang wrote: >>> [...] datapath/vport-netdev.c

[ovs-dev] [RFC PATCH] netdev-vport: Enable outer checksum on UDP tunnels by default

2016-05-26 Thread Alexander Duyck
in performance for all NICs that can support UDP checksum offload. Signed-off-by: Alexander Duyck <adu...@mirantis.com> --- lib/netdev-vport.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/netdev-vport.c b/lib/netdev-vport.c index 8f2229c45a6d..4c2ec831740a

Re: [ovs-dev] [PATCH] ovs: do not allocate memory from offline numa node

2015-10-05 Thread Alexander Duyck
On 10/05/2015 06:59 AM, Vlastimil Babka wrote: On 10/02/2015 12:18 PM, Konstantin Khlebnikov wrote: When openvswitch tries allocate memory from offline numa node 0: stats = kmem_cache_alloc_node(flow_stats_cache, GFP_KERNEL | __GFP_ZERO, 0) It catches VM_BUG_ON(nid < 0 || nid >= MAX_NUMNODES