[dpdk-dev] [PATCH] net/failsafe: add Rx interrupts

Stephen Hemminger stephen at networkplumber.org
Tue Dec 12 02:34:03 CET 2017


On Mon, 11 Dec 2017 14:41:47 +0200
Moti Haimovsky <motih at 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.


More information about the dev mailing list