8efa348e81
Adding cnxk device driver support to configure custom SA index. Custom SA index can be configured as part of the session create as SPI, and later original SPI can be updated using session update. Signed-off-by: Kiran Kumar K <kirankumark@marvell.com> Acked-by: Ray Kinsella <mdr@ashroe.eu> Acked-by: Jerin Jacob <jerinj@marvell.com>
16 lines
171 B
Plaintext
16 lines
171 B
Plaintext
DPDK_22 {
|
|
local: *;
|
|
};
|
|
|
|
INTERNAL {
|
|
global:
|
|
cnxk_nix_inb_mode_set;
|
|
};
|
|
|
|
EXPERIMENTAL {
|
|
# added in 22.07
|
|
global:
|
|
rte_pmd_cnxk_hw_sa_read;
|
|
rte_pmd_cnxk_hw_sa_write;
|
|
};
|