RE: [PATCH 2.6.31-rc9] net: VMware virtual Ethernet NIC driver:vmxnet3

From: Shreyas Bhatewara
Date: Tue Sep 29 2009 - 12:38:07 EST


> -----Original Message-----
> From: David Miller [mailto:davem@xxxxxxxxxxxxx]
> Sent: Monday, September 28, 2009 5:08 PM
> To: Shreyas Bhatewara
> Cc: linux-kernel@xxxxxxxxxxxxxxx; netdev@xxxxxxxxxxxxxxx;
> shemminger@xxxxxxxxxxxxxxxxxxxx; jgarzik@xxxxxxxxx;
> anthony@xxxxxxxxxxxxx; chrisw@xxxxxxxxxxxx; greg@xxxxxxxxx; akpm@linux-
> foundation.org; virtualization@xxxxxxxxxxxxxxxxxxxxxxxxxx; pv-
> drivers@xxxxxxxxxx
> Subject: Re: [PATCH 2.6.31-rc9] net: VMware virtual Ethernet NIC
> driver: vmxnet3
>
> From: Shreyas Bhatewara <sbhatewara@xxxxxxxxxx>
> Date: Mon, 28 Sep 2009 16:56:45 -0700
>
> > + uint32_t rxdIdx:12; /* Index of the RxDesc */
>
> Don't use uint32_t et al. sized types, use "u32" and friends
> throughout.

Sure, I will fix that.

->Shreyas
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/