From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f44.google.com (mail-pa0-f44.google.com [209.85.220.44]) by dpdk.org (Postfix) with ESMTP id 81D3F8D9D for ; Wed, 14 Oct 2015 02:09:43 +0200 (CEST) Received: by padcn9 with SMTP id cn9so4527163pad.2 for ; Tue, 13 Oct 2015 17:09:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=WlNkWPEBJZqCJL9x6FoIk0RC2HA/xwUVwdZ2bmiyAiU=; b=fsEhJ6HTnFcO47oi3Owl6numcIHFdZZR9FuvsxQyspqOefbYGLbUr/ZYQzSb4xFg9Z skwTCFrcrcqbz2rtYy3+gIAJUAo/dIxqBja2VemzaOVMAZ0ChmIuZYlB1Lz5Qj+LMQn2 tFNB/gL3hvar1Jq/7RZ2GHDXPwlbYHLS3IZIVis6F9JuFh6pjfJ0U834gCwY1mMin7I9 YhZ5IjdY4BW35fcXeERcwz3vm+7uNP8Tk0wlVWb0N1ZQ7pDY0AoH6jONJHwpe8eKtsO2 BDOwFMl6V685qSclDuGiFeK3pab+6QN6qbMDFTVA8nXV0g3v+5ynrkuFG1s/cnWpuT0H 3Dug== X-Gm-Message-State: ALoCoQlSS4L2A6GOk8cr2GksZ51yIgmVvrdBXhjGQpumK64ndLO9WJZYLx1qplH76atducr8v8VS X-Received: by 10.66.194.138 with SMTP id hw10mr229314pac.71.1444781382893; Tue, 13 Oct 2015 17:09:42 -0700 (PDT) Received: from xeon-e3 (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by smtp.gmail.com with ESMTPSA id hq8sm5978553pad.35.2015.10.13.17.09.42 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 13 Oct 2015 17:09:42 -0700 (PDT) Date: Tue, 13 Oct 2015 17:09:54 -0700 From: Stephen Hemminger To: Ravi Kerur Message-ID: <20151013170954.59dae089@xeon-e3> In-Reply-To: <1429562009-11817-1-git-send-email-rkerur@gmail.com> References: <1429561948-11777-1-git-send-email-rkerur@gmail.com> <1429562009-11817-1-git-send-email-rkerur@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, pawelx.wodkowski@intel.com Subject: Re: [dpdk-dev] [PATCH v2] Clean up rte_memcpy.h file 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, 14 Oct 2015 00:09:44 -0000 On Mon, 20 Apr 2015 13:33:29 -0700 Ravi Kerur wrote: > Remove unnecessary type casting in functions. > > Tested on Ubuntu (14.04 x86_64) with "make test". > "make test" results match the results with baseline. > "Memcpy perf" results match the results with baseline. > > Signed-off-by: Ravi Kerur Getting rid of casts looks good. My guess is no one reviewed it because no one is using rte_memcpy much.. Acked-by: Stephen Hemminger