From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qc0-f179.google.com (mail-qc0-f179.google.com [209.85.216.179]) by dpdk.org (Postfix) with ESMTP id 6E294682E for ; Thu, 28 Aug 2014 06:53:30 +0200 (CEST) Received: by mail-qc0-f179.google.com with SMTP id l6so267906qcy.24 for ; Wed, 27 Aug 2014 21:57:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Q6II0Zx8q7rCFQ/S9QXTMwZnTb1C7ZAH7OccCG3yjtI=; b=qjiJr4ddb8a1d98KSfkkhU17plRbZRdvSmdkUFzjxMTPk+lyuuqsTJMmlWl22M/2SB TJ9DCyFgPsDg8Wz0RVp6O4klRMcRicyQlOsd9EfKwq+cIN+APpPSwNY/SZRl7xgOHgBb feP+cp36UitMv90ojU26DxmIMqK/uzyc7hITXAYH8A6C77N2Wei1Q3qVTLfQ0vkALWcy I/UBWh1jFUnDdIrCWHccTqS7ItCc5HqcKvaCjJRFJUvaAMMevhQhij9cKfPJzurWQDRV gQkoXyiIh69V0uZFzUjZbPG0WaqXkq4zjpbjDgoidlh5A6mXSGsZCFEYfpqz5HNNVflP PSIg== MIME-Version: 1.0 X-Received: by 10.224.114.74 with SMTP id d10mr2609818qaq.33.1409201857348; Wed, 27 Aug 2014 21:57:37 -0700 (PDT) Received: by 10.140.41.72 with HTTP; Wed, 27 Aug 2014 21:57:37 -0700 (PDT) In-Reply-To: References: Date: Thu, 28 Aug 2014 12:57:37 +0800 Message-ID: From: loy wolfe To: dev@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] vxlan performance data under gro/gso in kernel after 3.14 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 04:53:30 -0000 sorry, just depreciate it, I post it in the wrong list :-) On Thu, Aug 28, 2014 at 12:56 PM, loy wolfe wrote: > newest ovs support using native linux tunnel tx/rx api, and linux kernel > up to 3.14, which has gso/gro merged for udp tunnel. I remember someone > submitted this patch has attained 12Gbps for linux vxlan tcp, so are there > any performance data for ovs vxlan tcp? >