From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 2B2E4808E for ; Fri, 10 Oct 2014 17:53:05 +0200 (CEST) Received: by mail-wg0-f44.google.com with SMTP id y10so4269265wgg.27 for ; Fri, 10 Oct 2014 09:00:32 -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=O77uwk6Xxv2HjrkRw5wlFoy2Db3z9F6ub629lzySBrc=; b=T/raF2wl7Z/L493YDM2KKGhFDmS21VbBEXn+tiP5qITvmZfMcA3KeU0VRmmciBsHD8 RjuGBhqBkfgGCjY5ccOFgZHRzf7XjiUR29ltrh2Cdhfm/acimT3d4JBGESBBQcT9Oyqt QaHZy85bJIMyP3y7Wx/sDul94ejGzK4A+sFzRHrJALseddnbKlEL5Srkf7xwM2LfRI+z b7MZRRo9HJaqEFyYfDrGRubU7smPdHtAs8YcSF6KWxRJFfdIVpb/p5LAKQ5QdAfsLKcm 7oGJFolAiQVJxZcV89wn0YRIrN0VfX6hHQ78IZinyZ3mTVkdSi2Mxz07W8O6yKUkKt5W Ie0Q== X-Gm-Message-State: ALoCoQmV4s+ZVuK0E5Lt1bDQ1rStJF7kAP4T5Zqa5G9RbDrRoGKEKEOSpzx7DOFt0m4f1StPlOXE X-Received: by 10.180.206.204 with SMTP id lq12mr5683414wic.67.1412956832134; Fri, 10 Oct 2014 09:00:32 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id cs2sm3085065wib.2.2014.10.10.09.00.30 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 10 Oct 2014 09:00:31 -0700 (PDT) From: Thomas Monjalon To: Keith Wiles Date: Fri, 10 Oct 2014 18:00:13 +0200 Message-ID: <1574031.OBcuHVVrAY@xps13> Organization: 6WIND User-Agent: KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; ) In-Reply-To: <1412884948-68868-1-git-send-email-keith.wiles@windriver.com> References: <1412884948-68868-1-git-send-email-keith.wiles@windriver.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] __mempool_get_bulk: remove useless variable 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: Fri, 10 Oct 2014 15:53:05 -0000 2014-10-09 15:02, Keith Wiles: > Remove n_orig variable as it is not required. > > Signed-off-by: Keith Wiles Acked and applied Thanks -- Thomas