From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f171.google.com (mail-we0-f171.google.com [74.125.82.171]) by dpdk.org (Postfix) with ESMTP id 0BB046A8B for ; Tue, 30 Sep 2014 17:18:44 +0200 (CEST) Received: by mail-we0-f171.google.com with SMTP id w61so2536112wes.2 for ; Tue, 30 Sep 2014 08:25:25 -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=qJXekOOQ7X4FsAa2NfRXoQQI/KnAtcsEtzVgtlZOci4=; b=Lh2HpuE28oyQb7q6EGnWgfqSz7GsyzVuwXBHMStop67CAaihyvGJVsX2BdCA/92cP/ PHYbbTKFpu9shBwsbbuBGCyJDff7d1WbNViYXefeov2L2FPNjRbhzq+WfyhNJ2Q8NBOq CPCUE9lAgIW09x7tsQ8MznxH9vo9fnuT0BX7SIqlsANHvq3lKNvLq/bg2mCsBNGk5kZF zimqyyuzESpQpt5zcgcYemUyJZBM6PGPW3/DvzswvwP9XwSilciv+5PD0kR2GC5pBAVo Mc1qY50VH9XqUQS8nSVvZlXxQfGDH4OSqPn2SAvRc2472ND6Gu2rOebqCfQzISVTLYZo 4AbQ== X-Gm-Message-State: ALoCoQn6jgQErTggIlq1DzvOtvLqSQmSIVJ9chlPuQnm6WCdQrTt1VDDmpGfONZce8y67PfxY4ke X-Received: by 10.195.13.14 with SMTP id eu14mr24758275wjd.22.1412090725055; Tue, 30 Sep 2014 08:25:25 -0700 (PDT) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by mx.google.com with ESMTPSA id fx2sm19547661wjb.37.2014.09.30.08.25.23 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 30 Sep 2014 08:25:24 -0700 (PDT) From: Thomas Monjalon To: Hiroshi Shimamoto Date: Tue, 30 Sep 2014 17:25:13 +0200 Message-ID: <3176648.HJyuknArCl@xps13> Organization: 6WIND User-Agent: KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; ) In-Reply-To: <7F861DC0615E0C47A872E6F3C5FCDDBD02AE260A@BPXM14GP.gisp.nec.co.jp> References: <7F861DC0615E0C47A872E6F3C5FCDDBD02AE260A@BPXM14GP.gisp.nec.co.jp> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Tue, 30 Sep 2014 15:18:44 -0000 > 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 Applied with Huawei's wording comment. If there is no more patch, it will be tagged v1.3 at the end of the week. Thanks -- Thomas