From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 8F5C9594D for ; Wed, 23 Jul 2014 03:08:36 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 22 Jul 2014 18:09:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,713,1400050800"; d="scan'208";a="577306673" Received: from fmsmsx105.amr.corp.intel.com ([10.19.9.36]) by orsmga002.jf.intel.com with ESMTP; 22 Jul 2014 18:09:45 -0700 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by FMSMSX105.amr.corp.intel.com (10.19.9.36) with Microsoft SMTP Server (TLS) id 14.3.123.3; Tue, 22 Jul 2014 18:09:44 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.123.3; Tue, 22 Jul 2014 18:09:45 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.120]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.112]) with mapi id 14.03.0123.003; Wed, 23 Jul 2014 09:09:43 +0800 From: "Ouyang, Changchun" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH] virtio: Support mergeable buffer in virtio PMD. Thread-Index: AQHPnXhqk6noU1FBtEyrf0mTKWYSN5uroKMAgAFJrjA= Date: Wed, 23 Jul 2014 01:09:42 +0000 Message-ID: References: <1405131862-8248-1-git-send-email-changchun.ouyang@intel.com> <3800645.4CZA11FzjR@xps13> In-Reply-To: <3800645.4CZA11FzjR@xps13> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Wed, 23 Jul 2014 01:08:37 -0000 Hi Thomas Ok, I will resolve the conflict and send the v2 patch. Thanks and regards, Changchun -----Original Message----- From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]=20 Sent: Tuesday, July 22, 2014 9:29 PM To: Ouyang, Changchun Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] virtio: Support mergeable buffer in virtio = PMD. Hi, 2014-07-12 10:24, Ouyang Changchun: > This patch supports mergeable buffer feature in DPDK based virtio PMD,=20 > which can receive jumbo frame with larger size, like 3K, 4K or even 9K. >=20 > 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 yourse= lf. The conflicting commit is "virtio: maintain stats per queue": http://dpdk.org/browse/dpdk/commit/?id=3D9658d17da27bdaa By the way, it would be really helpful if someone would like to carefully r= eview this patch. Thanks -- Thomas