[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20150713.143432.56479578476726354.davem@davemloft.net>
Date: Mon, 13 Jul 2015 14:34:32 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: anuradhak@...ulusnetworks.com
Cc: sfeldma@...il.com, netdev@...r.kernel.org,
roopa@...ulusnetworks.com, gospo@...ulusnetworks.com,
wkok@...ulusnetworks.com
Subject: Re: [PATCH net-next v5 1/4] net core: Add protodown support.
From: anuradhak@...ulusnetworks.com
Date: Thu, 9 Jul 2015 15:35:27 -0700
> +/* proto_flags - port state information can be passed to the switch driver and
> + * used to determine the phys state of the switch port */
> +enum {
> + IF_PROTOF_DOWN = 1<<0 /* set switch port phys state down */
> +};
Realistically, do we really foresee any other proto flags being added in
the future?
Unless there is a strong sense that we will have some, this is
insanely overengineered with all of these bit masking capabilities and
such and nested attributes.
I'd say just do one boolean attribute and that's it.
--
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