crypto/octeontx2: move functions to helper file
authorAnkur Dwivedi <adwivedi@marvell.com>
Thu, 8 Oct 2020 10:34:33 +0000 (16:04 +0530)
committerJerin Jacob <jerinj@marvell.com>
Thu, 15 Oct 2020 20:13:35 +0000 (22:13 +0200)
commit97076737e2c0b51706f5db906c42d6518a9e0f83
treece9a544bbe52dd9273f37e07b7787ad57b54faf8
parent07405a00c4ff9e65d024cb8769a03e5844e34537
crypto/octeontx2: move functions to helper file

Some functions are common across cryptodev pmd and the event
crypto adapter. This patch moves them into a helper file.

Signed-off-by: Ankur Dwivedi <adwivedi@marvell.com>
Acked-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
drivers/crypto/octeontx2/otx2_cryptodev_ops.c
drivers/crypto/octeontx2/otx2_cryptodev_ops_helper.h [new file with mode: 0644]