crypto/dpaa_sec: remove ctx based offset for PA-VA conversion
authorShreyansh Jain <shreyansh.jain@nxp.com>
Fri, 27 Apr 2018 17:20:56 +0000 (22:50 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 27 Apr 2018 19:39:47 +0000 (21:39 +0200)
commit95456e899b1f7ced13b0cd777f78df6fdb3970e4
tree19779e9e24d0aa9009568d227cdc9247bbad953c
parent23520b3a5c8d7538eb3f62993c8012573fcb289d
crypto/dpaa_sec: remove ctx based offset for PA-VA conversion

Crypto requires physical to virtual address conversion for
descriptors. Prior to memory hotplugging this was based on memseg
iteration assuming memsegs are all physical contiguous and using
cached start address fast calculations can be done. This
assumption now stands invalid with memory hotplugging support.

In preparation for supporting hotplugging change to memory,
this patchset removes the optimized pool context stored physical
address offset based PA-VA conversion.

This adversely affects the performance as complete memsegs now need
to be parsed, but a rework containing necessary optimization would be
posted over this.

Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
drivers/crypto/dpaa_sec/dpaa_sec.c