[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1386728153.8168.27.camel@joe-AO722>
Date: Tue, 10 Dec 2013 18:15:53 -0800
From: Joe Perches <joe@...ches.com>
To: Ben Hutchings <bhutchings@...arflare.com>
Cc: David Miller <davem@...emloft.net>, netdev@...r.kernel.org,
linux-net-drivers@...arflare.com
Subject: Re: [PATCH net 2/8] sfc: PTP: Moderate log message on event queue
overflow
On Wed, 2013-12-11 at 01:53 +0000, Ben Hutchings wrote:
> From: Laurence Evans <levans@...arflare.com>
[]
> diff --git a/drivers/net/ethernet/sfc/ptp.c b/drivers/net/ethernet/sfc/ptp.c
[]
> @@ -270,6 +271,7 @@ struct efx_ptp_data {
> struct list_head evt_list;
> struct list_head evt_free_list;
> spinlock_t evt_lock;
> + bool evt_overflow;
It might be nice to move the bools in this struct together
to reduce the number of struct holes.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists