Date: Wed, 24 Aug 2011 11:12:57 -0700 From: Patrick Mahan <mahan@mahan.org> To: freebsd-net@freebsd.org Subject: Usage of IFQ_DEQUEUE vs IFQ_DRV_DEQUEUE Message-ID: <4E553F29.7020101@mahan.org>
next in thread | raw e-mail | index | archive | help
Can somebody confirm my assumption on the following: If I am supporting ALTQ in a driver, then I should use the IFQ_DRV_DEQUEUE() macro. If I am not supporting ALTQ then it is okay IFQ_DEQUEUE() macro? If not what's the difference? Slightly confused... Thanks, Patrick
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E553F29.7020101>