From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52])
 by dpdk.org (Postfix) with ESMTP id C1E4A58D7
 for <dev@dpdk.org>; Wed, 15 Oct 2014 16:13:54 +0200 (CEST)
Received: by mail-wg0-f52.google.com with SMTP id a1so1477874wgh.23
 for <dev@dpdk.org>; Wed, 15 Oct 2014 07:21:44 -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=/sE30KAYbc1D138cyNtihSS4ytOHmKH+hoiDxoEV13Y=;
 b=dV5B6lUWJI5qKloU/Pwml8XD2Ymx85PVxmyoaYTMyWqIMhNW3ufEBOUYouRc3TlFAn
 7oWSVf9jNnoef0KJG2fYT9iDlJZAhlfKKKrEIIbWx+G5jAF+0RjdV1XuYtetI8AY36y2
 jnd0JrWtQUgBPH4Ee1JQuEliXoEFrQm8RsrIjGLNg7jbp7Eb7X//EPR58HWT+foPYSwv
 wJtjStZWNRR9A7lQUNWiyvZOymSBW6g+42UYxSuI5UJiHcZ4v+qwKl2aBYQapSwk0iFX
 7jLBf2sHtZIYc+MWKlNiPQq49HpkHRDUXqJk1PrM34h3yierYfec2YfrA+UfBNYDPdmB
 b3tA==
X-Gm-Message-State: ALoCoQntYH3e9PT1pCq7q+IRENP16ckHbwb0qsnjdb4NZ2BrNPQBdnSXx+4SlK27Yvq12iBFCAI8
X-Received: by 10.180.206.47 with SMTP id ll15mr12628891wic.67.1413382903964; 
 Wed, 15 Oct 2014 07:21:43 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id w13sm24063112wjq.29.2014.10.15.07.21.42
 for <multiple recipients>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Wed, 15 Oct 2014 07:21:43 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Ouyang Changchun <changchun.ouyang@intel.com>
Date: Wed, 15 Oct 2014 16:21:27 +0200
Message-ID: <1612196.XRxbBXmSis@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.1 (Linux/3.16.4-1-ARCH; KDE/4.14.1; x86_64; ; )
In-Reply-To: <1413171972-3809-1-git-send-email-changchun.ouyang@intel.com>
References: <1409632830-28539-1-git-send-email-changchun.ouyang@intel.com>
 <1413171972-3809-1-git-send-email-changchun.ouyang@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v2] virtio: Update max RX packet length
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 15 Oct 2014 14:13:54 -0000

2014-10-13 11:46, Ouyang Changchun:
> Update max RX packet length since virtio PMD has the capability of receiving and transmitting jumbo frame.
> 
> This following patch provides the above capability:
> [dpdk-dev,v3] virtio: Support mergeable buffer in virtio pmd
>   Submitter Ouyang Changchun 
>   Date Aug. 14, 2014, 8:54 a.m. 
>   Message ID <1408006475-17606-1-git-send-email-changchun.ouyang@intel.com> 
>   Permalink http://dpdk.org/dev/patchwork/patch/159/
> 
> Signed-off-by: Changchun Ouyang <changchun.ouyang@intel.com>
> Tested-by: Jingguo Fu <jingguox.fu@intel.com>

Applied

Thanks
-- 
Thomas