[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1322572371.2090.1.camel@mojatatu>
Date: Tue, 29 Nov 2011 08:12:51 -0500
From: jamal <hadi@...erus.ca>
To: Tom Herbert <therbert@...gle.com>
Cc: davem@...emloft.net, netdev@...r.kernel.org
Subject: Re: [PATCH v4 02/10] net: Add queue state xoff flag for stack
On Mon, 2011-11-28 at 18:32 -0800, Tom Herbert wrote:
>
> enum netdev_queue_state_t {
> - __QUEUE_STATE_XOFF,
> + __QUEUE_STATE_DRV_XOFF,
> + __QUEUE_STATE_STACK_XOFF,
> __QUEUE_STATE_FROZEN,
QUEUE_STATE_DRV_XOFF seems to be a rename of __QUEUE_STATE_XOFF
no issues there.
Is inserting __QUEUE_STATE_STACK_XOFF going to cause any issues?
Typically, you should insert new things at the end.
cheers,
jamal
--
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