From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f173.google.com (mail-we0-f173.google.com [74.125.82.173]) by dpdk.org (Postfix) with ESMTP id 51E586896 for ; Wed, 24 Sep 2014 17:07:03 +0200 (CEST) Received: by mail-we0-f173.google.com with SMTP id x48so4966116wes.4 for ; Wed, 24 Sep 2014 08:13:16 -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=9Y2zaCGhfbdpPZowppYpCo3ggEwrvAOlme11aujk5Sc=; b=U9Hro+XVJFwK6JBYFRbCWP0gCaiE3e4xHM89ULOenTPer35XE50Co9nlSyNM6kHzzz 5cqtydQKW4vVwPOiQRL9R6+b87p+8d84GO4e3U/XWLicMkXS4SQ6wCp9XBFiPfun3mCJ DFEogkKrINARjpiV2n7tGKJRaujV4c/UGJASSwr9mmDPlpbKcjLDcdBxZE64RbdPR0li PA/5va85QvPS3RvKu3oI36HBeq7IeYGhqXsMtistR2Xyqu9UwoVf5SBv9EyVfKSIoz31 388Ic4U9IcVIuK9j9nBmqBhNvkUhtzjaVIlsCYMdZbwsLr4+cjkzt/clxH24p/RMG1S+ 7IyQ== X-Gm-Message-State: ALoCoQn4GhJBfEY7JvQpNrJtVGsjPp0Cb0W0vXre7FUgFFa5gkpTy786jWU+Yxr9fra8/uHbKlrU X-Received: by 10.194.59.17 with SMTP id v17mr8803058wjq.98.1411571596802; Wed, 24 Sep 2014 08:13:16 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id mx5sm6116814wic.0.2014.09.24.08.13.14 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 24 Sep 2014 08:13:15 -0700 (PDT) From: Thomas Monjalon To: Hiroshi Shimamoto Date: Wed, 24 Sep 2014 17:13:07 +0200 Message-ID: <1413585.BJq9NQufLh@xps13> Organization: 6WIND User-Agent: KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; ) In-Reply-To: <7F861DC0615E0C47A872E6F3C5FCDDBD011A98F1@BPXM14GP.gisp.nec.co.jp> References: <7F861DC0615E0C47A872E6F3C5FCDDBD011A98F1@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 2/7] pmd: remove needless assignment 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, 24 Sep 2014 15:07:03 -0000 2014-09-11 07:47, Hiroshi Shimamoto: > Because these assignment are done in rte_pktmbuf_alloc(), get rid of them. Is it increasing the performances? -- Thomas