Re: [PATCH net-next] r8169:Issues on alloc memory

2015-08-07 Thread David Miller
From: Corcodel Marian Date: Wed, 5 Aug 2015 18:41:17 +0300 > +#define R8169_TX_RING_BYTES (NUM_ARRAYS_MAX * sizeof(struct TxDesc)) /* > here sizeof not reporting correct */ > +#define R8169_RX_RING_BYTES (NUM_ARRAYS_MAX * sizeof(struct RxDesc)) /* > here sizeof not reporting correct */ This

[PATCH net-next] r8169:Issues on alloc memory

2015-08-05 Thread Corcodel Marian
Many, many issues DESC_ARRAY represent number of descriptor on array on Tx and Rx and is fit with TxDesc and RxDesc structure, MAX_DESCRIPTORS is 1024 on Rx and Tx wich is included 256 Descriptors from chip on Rx and Tx. DESC_ARRAY * NUM_ARRAYS_MAX must fit with MAX_DESCRIPTORS 256 from