[m5-dev] linux/patches: Add a file with some extra debugging for the igb ...

2008-12-05 Thread Ali Saidi
changeset 0ab58d9bd9a5 in /z/repo/linux/patches details: http://m5sim.org/repolinux/patches?cmd=changeset;node=0ab58d9bd9a5 summary: Add a file with some extra debugging for the igb driver and remove all the no TSO patches for e1000 diffstat: 5 files changed, 122 insertions(+), 59 deletions(-)

Re: [m5-dev] linux/patches: Add a file with some extra debugging for the igb ...

2008-12-05 Thread Ali Saidi
m5dprintk = dprintk. We really should rename it all to m5_dprintk() since the dprintk name can cause issues in some places in the kernel that also define a dprintk function. I just have it in a patch because it's only needed for debugging and otherwise I don't want to perturb the driver

Re: [m5-dev] linux/patches: Add a file with some extra debugging for the igb ...

2008-12-05 Thread nathan binkert
m5dprintk = dprintk. We really should rename it all to m5_dprintk() since the dprintk name can cause issues in some places in the kernel that also define a dprintk function. That seems fine to me. Easy enough to just search and replace on the patches to fix that. One of these days I'm going