[dpdk-dev] [PATCH 1/2] event/dpaa2: remove check on return value from epoll wait

Hemant Agrawal hemant.agrawal at nxp.com
Wed May 9 12:02:32 CEST 2018


Subject: [PATCH 1/2] event/dpaa2: remove check on return value from epoll wait
Importance: High

From: Nipun Gupta <nipun.gupta at nxp.com>

Driver shouldn't take decision on signals received. The return from epoll was blocking on EINTR which is not the right use-case.

Fixes: 36d87bb92230 ("event/dpaa2: handle timeout using interrupts in dequeue")

Signed-off-by: Nipun Gupta <nipun.gupta at nxp.com>

Acked-by: Hemant Agrawal <hemant.agrawal at nxp.com>


More information about the dev mailing list