From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bk0-f41.google.com (mail-bk0-f41.google.com [209.85.214.41]) by dpdk.org (Postfix) with ESMTP id 0D06E1F3 for ; Mon, 30 Sep 2013 11:23:19 +0200 (CEST) Received: by mail-bk0-f41.google.com with SMTP id na10so2002051bkb.28 for ; Mon, 30 Sep 2013 02:24:02 -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:organization:to:subject:date:user-agent :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=n0/MP2VJ2EHuXsT0HEfmFgqqtBpR9GqHzIboxh7Q3OU=; b=kQypMn4I9X7kXkDECK+yOOpQM4sPKm3vNiaItt/JKfup4jXNoWM69GYnKzLOtYGgxE +1ftt7+t6CJfA3HPDJu7Xq7DsWbOfTwKMq4DghaUN94sSnWdDfPYjn4V0EXUiURTlbOK /rLjYQCBOIZn9AKC0kZmXrGHBOZJQYjWyKIef74ka6CqegC+S5MgaIf7JNHI9EFeTz7n wBparoN3qebNt2veM0W0gEBR9DpooKStj1D6Ny6lFDTl1/XPDHfslPwyijSQmGLnAnl4 mB4X5l+2b2kM0fshnVoevOGWdri83N9ne/PGCKUqxVhIllr5h5MwIhuv24JeJ8ngIy2i /XYg== X-Gm-Message-State: ALoCoQkJSihPtvYIMLDEcvuoUzzLWlqtBC4cyAdoie8Zamfist64wFQGReIyzmI1ZHehNH77TaO+ X-Received: by 10.204.64.78 with SMTP id d14mr634367bki.40.1380533041945; Mon, 30 Sep 2013 02:24:01 -0700 (PDT) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id pn6sm11697023bkb.14.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 30 Sep 2013 02:24:01 -0700 (PDT) From: Thomas Monjalon Organization: 6WIND To: dev@dpdk.org Date: Mon, 30 Sep 2013 11:24:00 +0200 User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) References: <1380294447-27932-1-git-send-email-thomas.monjalon@6wind.com> <5245A09B.4010009@6wind.com> In-Reply-To: <5245A09B.4010009@6wind.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201309301124.00810.thomas.monjalon@6wind.com> Subject: Re: [dpdk-dev] [vmxnet3-usermap PATCH] kmod: remove useless debug hack 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: Mon, 30 Sep 2013 09:23:20 -0000 27/09/2013 17:13, Damien Millescamps : > On 09/27/2013 05:07 PM, Thomas Monjalon wrote: > > The PCI address was stored in unused variables of the netdev. > > It has been introduced in commit > > 75ab826258c1099e2e56ec48fd17dfa5591111cd. But it is a useless hack. > > > > Signed-off-by: Thomas Monjalon > > --- > > > > kmod/vmxnet3_drv.c | 12 ------------ > > 1 file changed, 12 deletions(-) > > Ack pushed -- Thomas