From: David Miller <davem@davemloft.net>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v4] ether3: Use net_device_stats from struct net_device
Date: Thu, 19 Aug 2010 07:13:03 +0000 [thread overview]
Message-ID: <20100819.001303.235703853.davem@davemloft.net> (raw)
In-Reply-To: <1282198531-4157-1-git-send-email-tklauser@distanz.ch>
From: Tobias Klauser <tklauser@distanz.ch>
Date: Thu, 19 Aug 2010 08:15:31 +0200
> struct net_device has its own struct net_device_stats member, so use
> this one instead of a private copy in the ether1_priv struct. As the new
> ndo_get_stats function would just return dev->stats we can omit it. This
> patch also removes an incorrect memset of the stats on open.
>
> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
> ---
Applied, thanks.
WARNING: multiple messages have this Message-ID (diff)
From: davem@davemloft.net (David Miller)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4] ether3: Use net_device_stats from struct net_device
Date: Thu, 19 Aug 2010 00:13:03 -0700 (PDT) [thread overview]
Message-ID: <20100819.001303.235703853.davem@davemloft.net> (raw)
In-Reply-To: <1282198531-4157-1-git-send-email-tklauser@distanz.ch>
From: Tobias Klauser <tklauser@distanz.ch>
Date: Thu, 19 Aug 2010 08:15:31 +0200
> struct net_device has its own struct net_device_stats member, so use
> this one instead of a private copy in the ether1_priv struct. As the new
> ndo_get_stats function would just return dev->stats we can omit it. This
> patch also removes an incorrect memset of the stats on open.
>
> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
> ---
Applied, thanks.
WARNING: multiple messages have this Message-ID (diff)
From: David Miller <davem@davemloft.net>
To: tklauser@distanz.ch
Cc: linux@arm.linux.org.uk, netdev@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
kernel-janitors@vger.kernel.org, shemminger@vyatta.com,
eric.dumazet@gmail.com, error27@gmail.com
Subject: Re: [PATCH v4] ether3: Use net_device_stats from struct net_device
Date: Thu, 19 Aug 2010 00:13:03 -0700 (PDT) [thread overview]
Message-ID: <20100819.001303.235703853.davem@davemloft.net> (raw)
In-Reply-To: <1282198531-4157-1-git-send-email-tklauser@distanz.ch>
From: Tobias Klauser <tklauser@distanz.ch>
Date: Thu, 19 Aug 2010 08:15:31 +0200
> struct net_device has its own struct net_device_stats member, so use
> this one instead of a private copy in the ether1_priv struct. As the new
> ndo_get_stats function would just return dev->stats we can omit it. This
> patch also removes an incorrect memset of the stats on open.
>
> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
> ---
Applied, thanks.
next prev parent reply other threads:[~2010-08-19 7:13 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-17 16:15 [PATCH] ether3: Use net_device_stats from struct net_device Tobias Klauser
2010-08-17 16:15 ` Tobias Klauser
2010-08-17 16:15 ` Tobias Klauser
2010-08-17 18:35 ` Dan Carpenter
2010-08-17 18:35 ` Dan Carpenter
2010-08-17 18:35 ` Dan Carpenter
2010-08-17 18:53 ` Tobias Klauser
2010-08-17 18:53 ` Tobias Klauser
2010-08-17 18:53 ` Tobias Klauser
2010-08-18 7:04 ` [PATCH v2] " Tobias Klauser
2010-08-18 7:04 ` Tobias Klauser
2010-08-18 7:04 ` Tobias Klauser
2010-08-18 8:46 ` [PATCH v3] " Tobias Klauser
2010-08-18 8:46 ` Tobias Klauser
2010-08-18 8:46 ` Tobias Klauser
2010-08-19 6:15 ` [PATCH v4] " Tobias Klauser
2010-08-19 6:15 ` Tobias Klauser
2010-08-19 6:15 ` Tobias Klauser
2010-08-19 7:13 ` David Miller [this message]
2010-08-19 7:13 ` David Miller
2010-08-19 7:13 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100819.001303.235703853.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.