Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ded7340d authored by David S. Miller's avatar David S. Miller
Browse files

[TG3]: Increase TEST_BUFFER_SIZE to 8K.



This makes the DMA bug workaround test more likely
to find the problem on some systems.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 413f5431
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -8996,7 +8996,7 @@ static int __devinit tg3_do_test_dma(struct tg3 *tp, u32 *buf, dma_addr_t buf_dm
	return ret;
	return ret;
}
}


#define TEST_BUFFER_SIZE	0x400
#define TEST_BUFFER_SIZE	0x2000


static int __devinit tg3_test_dma(struct tg3 *tp)
static int __devinit tg3_test_dma(struct tg3 *tp)
{
{