common/cnxk: add mbox request and response definitions
authorJerin Jacob <jerinj@marvell.com>
Tue, 6 Apr 2021 14:40:58 +0000 (20:10 +0530)
committerJerin Jacob <jerinj@marvell.com>
Fri, 9 Apr 2021 06:32:24 +0000 (08:32 +0200)
commit503b82de2cbf51dcd4172661a046cfb2b4f098b7
tree10f86c38fa7f17828b0de9b3769048e90fd252a8
parent01bc01e1bb5631d137764e1edc13721f93784b41
common/cnxk: add mbox request and response definitions

The admin function driver sits in Linux kernel as mailbox
server. The DPDK AF mailbox client, send the message to mailbox
server to complete the administrative task such as get mac
address.

This patch adds mailbox request and response definition of
existing mailbox defined between AF driver and DPDK driver.

Signed-off-by: Jerin Jacob <jerinj@marvell.com>
Signed-off-by: Nithin Dabilpuram <ndabilpuram@marvell.com>
Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
Signed-off-by: Kiran Kumar K <kirankumark@marvell.com>
Signed-off-by: Harman Kalra <hkalra@marvell.com>
Signed-off-by: Sunil Kumar Kori <skori@marvell.com>
Signed-off-by: Satha Rao <skoteshwar@marvell.com>
Signed-off-by: Shijith Thotton <sthotton@marvell.com>
drivers/common/cnxk/roc_api.h
drivers/common/cnxk/roc_mbox.h [new file with mode: 0644]