Re: [PATCH v8 05/15] octeontx2-af: Add mailbox IRQ and msg handlers

2018-10-07 Thread David Miller
From: sunil.kovv...@gmail.com Date: Sun, 7 Oct 2018 20:29:14 +0530 > + req_hdr = (struct mbox_hdr *)(mdev->mbase + mbox->rx_start); I commented in the previous patch series version, for patch #4, that such casts are unnecessary and should be removed. You are in for a very long review proces

[PATCH v8 05/15] octeontx2-af: Add mailbox IRQ and msg handlers

2018-10-07 Thread sunil . kovvuri
From: Sunil Goutham This patch adds support for mailbox interrupt and message handling. Mapped mailbox region and registered a workqueue for message handling. Enabled mailbox IRQ of RVU PFs and registered a interrupt handler. When IRQ is triggered work is added to the mbox workqueue for msgs to g