Thank you Stephen,

 Will gather more review inputs and send a fix.

Moti

> -----Original Message-----
> From: Stephen Hemminger [mailto:step...@networkplumber.org]
> Sent: Tuesday, December 12, 2017 3:34 AM
> To: Mordechay Haimovsky <mo...@mellanox.com>
> Cc: gaetan.ri...@6wind.com; dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH] net/failsafe: add Rx interrupts
> 
> On Mon, 11 Dec 2017 14:41:47 +0200
> Moti Haimovsky <mo...@mellanox.com> wrote:
> 
> > +   for (i = 0; i < n; i++) {
> > +           rxq = (struct rxq *)events[i].epdata.data;
> 
> Minor nit. events[i].epdata.data is "void *" therefore cast is unnecessary.

Reply via email to