From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id E04445910 for ; Wed, 25 Jun 2014 12:00:45 +0200 (CEST) Received: by mail-wi0-f171.google.com with SMTP id n15so7543908wiw.16 for ; Wed, 25 Jun 2014 03:01:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=cdQXrSI3PTkzIq1/7k87XIxRh9a4AL6smOQxp1HRJ50=; b=hwEqWGZtCmNAvoi26XfCvQgsK0hup/OGGh2w/FgVZw7wE5ma9Cy1g7MYGyGga492ee RL1C+Rv+3hCckf2k1PVvSeslVr931tcmN0stX9dRNUT1g3UA4nD5JOmI6JDuI+Jpw1TQ rMoRHEMCUg0q9FqcGJtEIAJjyyv6Oi5gc1JHUBkpd45DetQW7K27M5dCTCmZFhOWclAF 9WDMBKJXa992H/hFLIpgkDxaFIsWQmmJ7nqrs1CUcRznR1Ktm1lbCLwEvubN0QWlE5Ca 5YYMN+dF3318s1r2AmeAOdbY0HPX4AjkNns5zWUz2mczN0aFYAvORdCRqUoat/QkTJBu C2Og== X-Gm-Message-State: ALoCoQkJ8K1a2Tq4n+WemEPj6sRzp/EPwhX+SAd79NOmqJQrThzM3bOpuGA3WfT66F23ZyZH/yME X-Received: by 10.180.8.195 with SMTP id t3mr8914130wia.55.1403690460273; Wed, 25 Jun 2014 03:01:00 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id lo18sm10611436wic.1.2014.06.25.03.00.58 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 25 Jun 2014 03:00:59 -0700 (PDT) From: Thomas Monjalon To: hyunseok@ieee.org Date: Wed, 25 Jun 2014 12:00:54 +0200 Message-ID: <4493661.7KEVMpElM6@xps13> Organization: 6WIND User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] multi segment TX/RX for vmxnet3 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: Wed, 25 Jun 2014 10:00:46 -0000 Hi, 2014-06-12 11:07, Hyunseok: > Do you guys plan to include this feature in the upcoming DPDK release? AFAIK, it's implemented in this PMD: http://dpdk.org/browse/vmxnet3-usermap/tree/pmd http://dpdk.org/doc/vmxnet3-usermap There are currently many vmxnet3 PMD implementations flying around. Feel free to test them and give feedbacks. Thanks -- Thomas