From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by dpdk.org (Postfix) with ESMTP id D8403B374 for ; Tue, 22 Jul 2014 15:27:29 +0200 (CEST) Received: by mail-wi0-f174.google.com with SMTP id d1so5956342wiv.13 for ; Tue, 22 Jul 2014 06:28:48 -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=UQ5Dcwjy1BOhNTjO003UU8YWB+a768vrv5rbCN5jgio=; b=UFfSAV+ytejfGHrbaw3iAvfkOQTQBx585fJyJVgnXu9pM5nhhlHEnCkEuVzokGGEF6 FHPKLEtzwl+CaDtj1aqV7/tTf/XRQOxDAQatiRmskf+W562a9uBTceIkl5dHMalgxliY Huf+SyrKWv/A/D9n1fwH2pWyfdsfxTmopGLXS4BG5NctRl/eVZTpyv8vpXwO1mm/YtmQ TM025ObWRDenMdo4yfWL14v7YVvinN2105/Hd47VCkO2PgtMvz0BZMOQiR0Gv8EXC0VN vtM9i3+KGLRLDk1+en1j+9F0YUUdNEqURb2LJL23pxdBM4gpvXAxLlT6OFlG61c2pvqr lF5g== X-Gm-Message-State: ALoCoQnra2OHn39i1G9W1plxt2QWRmO47rpsDY2Zx7LJkTRN43I5BaphvnwqcgUARfeQU7srJfKv X-Received: by 10.180.104.42 with SMTP id gb10mr14708316wib.65.1406035728622; Tue, 22 Jul 2014 06:28:48 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id h3sm989735wjz.48.2014.07.22.06.28.47 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 22 Jul 2014 06:28:47 -0700 (PDT) From: Thomas Monjalon To: Ouyang Changchun Date: Tue, 22 Jul 2014 15:28:38 +0200 Message-ID: <3800645.4CZA11FzjR@xps13> Organization: 6WIND User-Agent: KMail/4.13.2 (Linux/3.15.5-2-ARCH; KDE/4.13.2; x86_64; ; ) In-Reply-To: <1405131862-8248-1-git-send-email-changchun.ouyang@intel.com> References: <1405131862-8248-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] virtio: Support mergeable buffer in virtio PMD. 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: Tue, 22 Jul 2014 13:27:30 -0000 Hi, 2014-07-12 10:24, Ouyang Changchun: > This patch supports mergeable buffer feature in DPDK based virtio PMD, which can > receive jumbo frame with larger size, like 3K, 4K or even 9K. > > Signed-off-by: Ouyang Changchun Could you please rebase your patch on current master branch? There is a conflict about statistics and I'd prefer you manage it by yourself. The conflicting commit is "virtio: maintain stats per queue": http://dpdk.org/browse/dpdk/commit/?id=9658d17da27bdaa By the way, it would be really helpful if someone would like to carefully review this patch. Thanks -- Thomas