diff options
author | 2018-08-09 20:14:39 -0600 | |
---|---|---|
committer | 2018-08-10 16:06:24 -0600 | |
commit | 6a1f444fefeba392d1232b408aaf5902e33e0982 (patch) | |
tree | 7e1e771666a574797c890a2a9d2a29fa22c9c2ab /tools/perf/scripts/python/export-to-postgresql.py | |
parent | IB/uverbs: Provide implementation private memory for the uverbs_attr_bundle (diff) | |
download | linux-rng-6a1f444fefeba392d1232b408aaf5902e33e0982.tar.xz linux-rng-6a1f444fefeba392d1232b408aaf5902e33e0982.zip |
IB/uverbs: Remove the ib_uverbs_attr pointer from each attr
Memory in the bundle is valuable, do not waste it holding an 8 byte
pointer for the rare case of writing to a PTR_OUT. We can compute the
pointer by storing a small 1 byte array offset and the base address of the
uattr memory in the bundle private memory.
This also means we can access the kernel's copy of the ib_uverbs_attr, so
drop the copy of flags as well.
Since the uattr base should be private bundle information this also
de-inlines the already too big uverbs_copy_to inline and moves
create_udata into uverbs_ioctl.c so they can see the private struct
definition.
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions