|
@@ -159,8 +159,8 @@ struct ag71xx {
|
|
* Critical data related to the per-packet data path are clustered
|
|
* Critical data related to the per-packet data path are clustered
|
|
* early in this structure to help improve the D-cache footprint.
|
|
* early in this structure to help improve the D-cache footprint.
|
|
*/
|
|
*/
|
|
- struct ag71xx_ring rx_ring ____cacheline_aligned;
|
|
|
|
- struct ag71xx_ring tx_ring ____cacheline_aligned;
|
|
|
|
|
|
+ struct ag71xx_ring rx_ring;
|
|
|
|
+ struct ag71xx_ring tx_ring;
|
|
|
|
|
|
unsigned int max_frame_len;
|
|
unsigned int max_frame_len;
|
|
unsigned int desc_pktlen_mask;
|
|
unsigned int desc_pktlen_mask;
|