Date: Mon, 20 Jul 2015 02:06:21 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 199174] em tx and rx hang Message-ID: <bug-199174-2472-MppON5aiRX@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-199174-2472@https.bugs.freebsd.org/bugzilla/> References: <bug-199174-2472@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199174 --- Comment #31 from Sean Bruno <sbruno@FreeBSD.org> --- (In reply to david.keller from comment #30) I just tested an alignment of 128 and I don't see any changes to behavior. I still get a lockup with TSO enabled. @@ -3350,13 +3356,13 @@ * Setup DMA descriptor areas. */ if ((error = bus_dma_tag_create(bus_get_dma_tag(dev), - 1, 0, /* alignment, bounds */ + 128, 0, /* alignment, bounds */ BUS_SPACE_MAXADDR, /* lowaddr */ BUS_SPACE_MAXADDR, /* highaddr */ NULL, NULL, /* filter, filterarg */ -- You are receiving this mail because: You are on the CC list for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199174-2472-MppON5aiRX>