| To: | Robert Olsson <Robert.Olsson@xxxxxxxxxxx> |
|---|---|
| Subject: | Re: pktgen: causing lots of errors in console log |
| From: | Stephen Hemminger <shemminger@xxxxxxxx> |
| Date: | Wed, 9 Mar 2005 11:11:16 -0800 |
| Cc: | Robert Olsson <Robert.Olsson@xxxxxxxxxxx>, netdev@xxxxxxxxxxx |
| In-reply-to: | <16942.55689.924299.906304@xxxxxxxxxxxx> |
| Organization: | Open Source Development Lab |
| References: | <20050308140826.451435e5@xxxxxxxxxxxxxxxxx> <16942.55689.924299.906304@xxxxxxxxxxxx> |
| Sender: | netdev-bounce@xxxxxxxxxxx |
On Wed, 9 Mar 2005 12:10:01 +0100 Robert Olsson <Robert.Olsson@xxxxxxxxxxx> wrote: > > Hello! > > > Stephen Hemminger writes: > > 1. Errors from IPV4 > > Freeing alive in_device ffff81007e96a400 > > Try: > > --- net/core/pktgen.c.orig 2005-03-09 10:15:01.000000000 +0100 > +++ net/core/pktgen.c 2005-03-09 10:24:19.000000000 +0100 > @@ -151,7 +151,7 @@ > #include <asm/timex.h> > > > -#define VERSION "pktgen v2.58: Packet Generator for packet performance > testing.\n" > +#define VERSION "pktgen v2.59: Packet Generator for packet performance > testing.\n" > > /* #define PG_DEBUG(a) a */ > #define PG_DEBUG(a) > @@ -1682,7 +1682,7 @@ > pkt_dev->saddr_min = > in_dev->ifa_list->ifa_address; > pkt_dev->saddr_max = pkt_dev->saddr_min; > } > - in_dev_put(in_dev); > + __in_dev_put(in_dev); > } > rcu_read_unlock(); > } > This fixes the messages. |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] kill ->accept_fastpath hook, Stephen Hemminger |
|---|---|
| Next by Date: | [PATCH 3/5] r8169: rx_copybreak description, Stephen Hemminger |
| Previous by Thread: | pktgen: causing lots of errors in console log, Robert Olsson |
| Next by Thread: | Re: pktgen: causing lots of errors in console log, cliff white |
| Indexes: | [Date] [Thread] [Top] [All Lists] |