From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] virtio: Support mergeable buffer in virtio PMD. Date: Tue, 22 Jul 2014 15:28:38 +0200 Message-ID: <3800645.4CZA11FzjR@xps13> References: <1405131862-8248-1-git-send-email-changchun.ouyang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Ouyang Changchun Return-path: In-Reply-To: <1405131862-8248-1-git-send-email-changchun.ouyang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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