freebsd-dev/sys/dev/dpaa
Gleb Smirnoff e8fd18f306 Shorten list of arguments to mbuf external storage freeing function.
All of these arguments are stored in m_ext, so there is no reason
to pass them in the argument list.  Not all functions need the second
argument, some don't even need the first one.  The second argument
lives in next cache line, so not dereferencing it is a performance
gain.  This was discovered in sendfile(2), which will be covered by
next commits.

The second goal of this commit is to bring even more flexibility
to m_ext mbufs, allowing to create more fields in m_ext, opaque to
the generic mbuf code, and potentially set and dereferenced by
subsystems.

Reviewed by:	gallatin, kbowling
Differential Revision:	https://reviews.freebsd.org/D12615
2017-10-09 20:35:31 +00:00
..
bman_fdt.c Make dpaa work with only slightly modified Linux device trees. 2016-11-12 20:45:03 +00:00
bman_portals.c Use proper integer-pointer type conversions. 2016-10-18 00:55:15 +00:00
bman.c Remove an unnecessary debug printf. 2016-10-21 02:07:03 +00:00
bman.h
fman_fdt.c Remove a hack requiring dtsec0 to always be enabled for mdio. 2016-10-21 02:16:11 +00:00
fman_mdio.c Remove a hack requiring dtsec0 to always be enabled for mdio. 2016-10-21 02:16:11 +00:00
fman.c Simplify the page tracking for VA<->PA translations. 2016-11-16 05:24:42 +00:00
fman.h Make dpaa work with only slightly modified Linux device trees. 2016-11-12 20:45:03 +00:00
if_dtsec_fdt.c Make dpaa work with only slightly modified Linux device trees. 2016-11-12 20:45:03 +00:00
if_dtsec_im.c
if_dtsec_im.h
if_dtsec_rm.c Shorten list of arguments to mbuf external storage freeing function. 2017-10-09 20:35:31 +00:00
if_dtsec_rm.h
if_dtsec.c Simplify the page tracking for VA<->PA translations. 2016-11-16 05:24:42 +00:00
if_dtsec.h Remove a hack requiring dtsec0 to always be enabled for mdio. 2016-10-21 02:16:11 +00:00
portals_common.c Use proper integer-pointer type conversions. 2016-10-18 00:55:15 +00:00
portals.h
qman_fdt.c Make dpaa work with only slightly modified Linux device trees. 2016-11-12 20:45:03 +00:00
qman_portals.c Use proper integer-pointer type conversions. 2016-10-18 00:55:15 +00:00
qman.c Use proper integer-pointer type conversions. 2016-10-18 00:55:15 +00:00
qman.h