6da9d24574
ssovf VF device has mailbox mechanism to communicate with PF device. This patch adds support for a mbox API to send the mailbox request to PF device. The ssovf VF device will be used as the communication channel to talk to PF devices of all the network accelerated co-processors in Octeontx. Exposing as shared function to use it from pool, crypto, network devices. Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com> Signed-off-by: Santosh Shukla <santosh.shukla@caviumnetworks.com>
10 lines
108 B
Plaintext
10 lines
108 B
Plaintext
DPDK_17.05 {
|
|
global:
|
|
|
|
octeontx_ssovf_info;
|
|
octeontx_ssovf_bar;
|
|
octeontx_ssovf_mbox_send;
|
|
|
|
local: *;
|
|
};
|