Date: Thu, 8 Jul 2010 14:59:32 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/mips/atheros if_arge.c Message-ID: <201007081459.o68ExdK3062271@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
adrian 2010-07-08 14:59:32 UTC FreeBSD src repository Modified files: sys/mips/atheros if_arge.c Log: SVN rev 209807 on 2010-07-08 14:59:32Z by adrian Address PR kern/148307 - fix if_ath TX mbuf alignment/size constraint checks The existing code only checked the alignment of the first mbuf and didn't enforce the size constraints. This commit introduces a simple function to check the alignment and size of all mbufs in the list. This fixes the initial issue in the PR. PR: kern/148307 Reviewed by: gonzo@ Revision Changes Path 1.5 +23 -1 src/sys/mips/atheros/if_arge.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007081459.o68ExdK3062271>