From mboxrd@z Thu Jan 1 00:00:00 1970 From: Damien Millescamps Subject: Re: [vmxnet3-usermap PATCH] kmod: remove useless debug hack Date: Fri, 27 Sep 2013 17:13:31 +0200 Message-ID: <5245A09B.4010009@6wind.com> References: <1380294447-27932-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1380294447-27932-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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