summaryrefslogtreecommitdiff
path: root/drivers/memory/of_memory.h
diff options
context:
space:
mode:
authorMintz, Yuval <Yuval.Mintz@cavium.com>2016-11-29 17:47:01 +0300
committerDavid S. Miller <davem@davemloft.net>2016-11-30 22:32:02 +0300
commit6d937acfb3f166f6e10abd978fafafa120d6f0d7 (patch)
treefe7e9629390c6ce77bcdc3bd772bceeff48414a4 /drivers/memory/of_memory.h
parent01e23015a97c46ea376aacde549510b336bd5987 (diff)
downloadlinux-6d937acfb3f166f6e10abd978fafafa120d6f0d7.tar.xz
qed: Optimize qed_chain datapath usage
The chain structure and functions are widely used by the qed* modules, both for configuration and datapath. E.g., qede's Tx has one such chain and its Rx has two. Currently, the strucutre's fields which are required for datapath related functions [produce/consume] are intertwined with fields which are required only for configuration purposes [init/destroy/etc.]. This patch re-arranges the chain structure so that all the fields which are required for datapath usage could reside in a single cacheline instead of the two which are required today. Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/memory/of_memory.h')
0 files changed, 0 insertions, 0 deletions