From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 231487F58 for ; Thu, 13 Nov 2014 12:16:55 +0100 (CET) Received: by mail-wg0-f41.google.com with SMTP id l18so1124156wgh.14 for ; Thu, 13 Nov 2014 03:26:53 -0800 (PST) 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=cmhUHdQjZiJtl350VNoD3RoPg/kbR+WYqtkOgxv1A/Y=; b=PRytGcfogLiujQCMl0LEmJAN6P9rlbLAyAv8XMPFRH0ZJrJ7I4shTU8inaHG6FiIXH kEOsFxkgSL9/ADQt+63c5tXEvs/IPeDTLbad7DtmG68aDe4r2R7ccv/82bRsp/o5ebhA A5CY4Y3haH2As5V846st61F+FihJ6e9vohHTAqtmXJn1omulolhvaSsoszGkJ41LYJ6M U5M/h8s97Sb1OC4PaI8pP4FvjWBp93YUeQXebALTk9luvz0bqeULFhupWIrtJoJlGypm zMK+jVKOI4SHNEMUjowOpJT+lmFRjT4/d0xx+MCt9q4I7XyBevsLK9+tJzUlsrXqViW1 mRAA== X-Gm-Message-State: ALoCoQlCzdfwlSxP03D6kuDA20LLqySw1fXL5O5fHWld0jqSZd5ygXVyc7mEjZa+Q87tkfhHe9WN X-Received: by 10.180.218.40 with SMTP id pd8mr2958488wic.9.1415878013356; Thu, 13 Nov 2014 03:26:53 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id w5sm25334212wif.18.2014.11.13.03.26.51 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Nov 2014 03:26:52 -0800 (PST) From: Thomas Monjalon To: jigsaw Date: Thu, 13 Nov 2014 12:26:33 +0100 Message-ID: <25284124.lYURkx5Yqt@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.2-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <20141112155145.GA7952@bricha3-MOBL3> References: <1415630642-3905-1-git-send-email-jigsaw@gmail.com> <20141112155145.GA7952@bricha3-MOBL3> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v3] Add in_flight_bitmask so as to use full 32 bits of tag. 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: Thu, 13 Nov 2014 11:16:55 -0000 2014-11-12 15:51, Bruce Richardson: > On Tue, Nov 11, 2014 at 10:53:40AM +0200, jigsaw wrote: > > This patch has little, if any, performance impact. > > See the perf stat -d for original and patched version > > of test_distributor_perf. > > Thanks for running the test. Results look ok to me. I confirm my previous ack. Applied Thanks -- Thomas