From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by dpdk.org (Postfix) with ESMTP id B1A4771 for ; Wed, 1 Oct 2014 08:06:03 +0200 (CEST) Received: by mail-wi0-f175.google.com with SMTP id d1so786525wiv.8 for ; Tue, 30 Sep 2014 23:12:47 -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=J3oXWwxWQ5cgnUB/Erc65GPEUFXB/xo5fEXynziZ0B4=; b=eH6Fd09BDRLDady+21yHsFV8iXoBeDMl+W5EH1puRIHpogtmnqUf3ex/EDZsmyBtTQ mRpJBszV0EVqIBeFcv85eHek6mSdWryrFIYm8h02uj4dVXw8tfDpXEra1kIfcDggOYBT TFeEJY5abdVn6I2cXFF55171m01Oen8P8yF3VeeE547g6dehVtyXM+9eqfghrdVK+SgT poCsVlqi4fxmHc/qP43bRt6puLN53EygFCQlKGBtJwbxLAHrPGaHSrjpAkkqxoaSqdpE WAWgiIjjokMAIi+7++sVbqrtyuXm9PFOc7hSZnIbVlzZa/GPzWx3WcV/hc4PJq11xtZU ZsQQ== X-Gm-Message-State: ALoCoQnkSnV0GtYlI2TsEIPBakT6dNoJM3J/Cc+gtsLoqSc2Rb0+aXkcDvISudXJ4J3cj/GDnR84 X-Received: by 10.194.95.8 with SMTP id dg8mr61059687wjb.1.1412143967569; Tue, 30 Sep 2014 23:12:47 -0700 (PDT) Received: from xps13.localnet (guy78-1-82-235-116-147.fbx.proxad.net. [82.235.116.147]) by mx.google.com with ESMTPSA id mb20sm17399882wic.9.2014.09.30.23.12.46 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 30 Sep 2014 23:12:46 -0700 (PDT) From: Thomas Monjalon To: Hiroshi Shimamoto Date: Wed, 01 Oct 2014 08:12:29 +0200 Message-ID: <2123745.NW8XoqXYZu@xps13> Organization: 6WIND User-Agent: KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; ) In-Reply-To: <7F861DC0615E0C47A872E6F3C5FCDDBD02AE2DB5@BPXM14GP.gisp.nec.co.jp> References: <7F861DC0615E0C47A872E6F3C5FCDDBD02AE26C5@BPXM14GP.gisp.nec.co.jp> <7F861DC0615E0C47A872E6F3C5FCDDBD02AE2DB5@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 6/7] pmd: add branch hint in recv/xmit 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 06:06:03 -0000 2014-10-01 00:01, Hiroshi Shimamoto: > > The patch is ok. For the commit message, is it better > > "to reduce branch mispredication"? > > yes, that seems more suitable to explain the situation. > > Thomas, what do you think? Can you replace the message when you apply > this patch? Yes, I did it ;) -- Thomas