Re: [PATCH 04/15] soc: octeontx2: Add mailbox support infra

2018-08-28 Thread Sunil Kovvuri
On Tue, Aug 28, 2018 at 5:33 PM Arnd Bergmann wrote: > > On Tue, Aug 28, 2018 at 12:57 PM wrote: > > > > From: Aleksey Makarov > > > > This patch adds mailbox support infrastructure APIs. > > Each RVU device has a dedicated 64KB mailbox region > > shared with it's peer for communication. RVU AF

Re: [PATCH 04/15] soc: octeontx2: Add mailbox support infra

2018-08-28 Thread Arnd Bergmann
On Tue, Aug 28, 2018 at 12:57 PM wrote: > > From: Aleksey Makarov > > This patch adds mailbox support infrastructure APIs. > Each RVU device has a dedicated 64KB mailbox region > shared with it's peer for communication. RVU AF has > a separate mailbox region shared with each of RVU PFs > and a RV

[PATCH 04/15] soc: octeontx2: Add mailbox support infra

2018-08-28 Thread sunil . kovvuri
From: Aleksey Makarov This patch adds mailbox support infrastructure APIs. Each RVU device has a dedicated 64KB mailbox region shared with it's peer for communication. RVU AF has a separate mailbox region shared with each of RVU PFs and a RVU PF has a separate region shared with each of it's VF.