]> git.droids-corp.org - dpdk.git/commit
common/cnxk: support inline device API without ROC NIX
authorVidya Sagar Velumuri <vvelumuri@marvell.com>
Tue, 22 Feb 2022 19:34:55 +0000 (01:04 +0530)
committerJerin Jacob <jerinj@marvell.com>
Wed, 23 Feb 2022 16:34:44 +0000 (17:34 +0100)
commit4af4e36a93d7293e77de34c4f622e149b2ea3fa0
tree50485faa46aee28b801df7a838d876fc5c2c1054
parent02bf1662efe129c064727f81c9dccc50cb88583e
common/cnxk: support inline device API without ROC NIX

Update the inline device functions to work when roc_nix is NULL.
This is required, as IPsec driver have to use these APIs to work
with inline IPsec device, but the IPsec driver might not have roc_nix
information.

Signed-off-by: Vidya Sagar Velumuri <vvelumuri@marvell.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
drivers/common/cnxk/roc_nix_inl.c
drivers/common/cnxk/roc_nix_inl.h
drivers/common/cnxk/roc_nix_inl_dev.c
drivers/common/cnxk/roc_nix_inl_priv.h
drivers/common/cnxk/version.map
drivers/net/cnxk/cnxk_ethdev_sec.c