From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tyo201.gate.nec.co.jp (TYO201.gate.nec.co.jp [210.143.35.51]) by dpdk.org (Postfix) with ESMTP id 5761071 for ; Wed, 1 Oct 2014 05:59:53 +0200 (CEST) Received: from mailgate3.nec.co.jp ([10.7.69.193]) by tyo201.gate.nec.co.jp (8.13.8/8.13.4) with ESMTP id s9146WS3008822; Wed, 1 Oct 2014 13:06:32 +0900 (JST) Received: from mailsv.nec.co.jp (imss63.nec.co.jp [10.7.69.158]) by mailgate3.nec.co.jp (8.11.7/3.7W-MAILGATE-NEC) with ESMTP id s9146WC26639; Wed, 1 Oct 2014 13:06:32 +0900 (JST) Received: from mail01b.kamome.nec.co.jp (mail01b.kamome.nec.co.jp [10.25.43.2]) by mailsv.nec.co.jp (8.13.8/8.13.4) with ESMTP id s9145lnf029457; Wed, 1 Oct 2014 13:06:32 +0900 (JST) Received: from bpxc99gp.gisp.nec.co.jp ([10.38.151.144] [10.38.151.144]) by mail02.kamome.nec.co.jp with ESMTP id BT-MMP-2257273; Wed, 1 Oct 2014 13:06:21 +0900 Received: from BPXM14GP.gisp.nec.co.jp ([169.254.1.136]) by BPXC16GP.gisp.nec.co.jp ([10.38.151.144]) with mapi id 14.03.0174.002; Wed, 1 Oct 2014 13:06:20 +0900 From: Hiroshi Shimamoto To: Thomas Monjalon Thread-Topic: [dpdk-dev] [memnic PATCH v2 0/7] MEMNIC PMD performance improvement Thread-Index: Ac/cnF1ZGqbjQUS5SwyFrr+wiZCXQ///tdqA//6Vf2A= Date: Wed, 1 Oct 2014 04:06:19 +0000 Message-ID: <7F861DC0615E0C47A872E6F3C5FCDDBD02AE332F@BPXM14GP.gisp.nec.co.jp> References: <7F861DC0615E0C47A872E6F3C5FCDDBD02AE260A@BPXM14GP.gisp.nec.co.jp> <3176648.HJyuknArCl@xps13> In-Reply-To: <3176648.HJyuknArCl@xps13> Accept-Language: ja-JP, en-US Content-Language: ja-JP X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.205.5.123] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" , Hayato Momma Subject: Re: [dpdk-dev] [memnic PATCH v2 0/7] MEMNIC PMD performance improvement 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, 01 Oct 2014 03:59:54 -0000 Hi Thomas, > Subject: Re: [dpdk-dev] [memnic PATCH v2 0/7] MEMNIC PMD performance impr= ovement >=20 > > This patchset improves MEMNIC PMD performance. > > > > Hiroshi Shimamoto (7): > > guest: memnic-tester: PMD benchmark in guest > > pmd: remove needless assignment > > pmd: use helper macros > > pmd: use compiler barrier > > pmd: packet receiving optimization with prefetch > > pmd: add branch hint in recv/xmit > > pmd: burst mbuf freeing in xmit >=20 > Applied with Huawei's wording comment. >=20 > If there is no more patch, it will be tagged v1.3 at the end > of the week. I'm fine with that. Then, will start to work to support DPDK v1.8. thanks, Hiroshi >=20 > Thanks > -- > Thomas