Re: [PATCH 2.6.31-rc9] net: VMware virtual Ethernet NIC driver: vmxnet3
From: David Miller <davem@davemloft.net>
Date: 2009-09-29 00:08:05
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2009-09-29 00:08:05
Also in:
lkml
From: Shreyas Bhatewara <redacted> 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.