Re: [dpdk-dev] [PATCH 08/39] event/octeontx: add mailbox support

2017-03-24 Thread Jerin Jacob
On Thu, Mar 23, 2017 at 04:46:07PM +, Eads, Gage wrote: > Hi Jerin, Thanks Gage for the review. > > I identified a few issues below. > > Thanks, > Gage > > > > > +static inline void > > +mbox_send_requeust(struct mbox *m, struct octeontx_mbox_hdr *hdr, > > + const voi

Re: [dpdk-dev] [PATCH 08/39] event/octeontx: add mailbox support

2017-03-23 Thread Eads, Gage
Hi Jerin, I identified a few issues below. Thanks, Gage > +static inline void > +mbox_send_requeust(struct mbox *m, struct octeontx_mbox_hdr *hdr, > +const void *txmsg, uint16_t txsize) "requeust" -> "request" > + > +static inline int > +mbox_wait_response(struct

[dpdk-dev] [PATCH 08/39] event/octeontx: add mailbox support

2017-03-03 Thread Jerin Jacob
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. Exposin