[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1253992959.20648.434.camel@desktop>
Date: Sat, 26 Sep 2009 12:22:39 -0700
From: Daniel Walker <dwalker@...o99.com>
To: kxie@...lsio.com
Cc: davem@...emloft.net, swise@...ngridcomputing.com, divy@...lsio.com,
rakesh@...lsio.com, michaelc@...wisc.edu,
James.Bottomley@...senPartnership.com,
linux-kernel@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: [PATCH v3 net-next-2.6] cxgb3: Added private MAC address and
provisioning packet handler for iSCSI
On Sat, 2009-09-26 at 12:03 -0700, kxie@...lsio.com wrote:
> enum { /* rx_offload flags */
> T3_RX_CSUM = 1 << 0,
> T3_LRO = 1 << 1,
> };
>
> +enum {
> + LAN_MAC_IDX = 0,
> + SAN_MAC_IDX,
> +
> + MAX_MAC_IDX
> +};
Why not name the enum and use it in the function declarations? I see
there are some other unnamed enums in there so you are following the
style in the file already.. However, naming the enum and using it allows
the input values to be known instead of just saying "int n", so I think
that's a better method..
Daniel
--
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