Re: [dpdk-dev] [PATCH v2] event: fix check in ring init() in event ring code

2018-08-05 Thread Thomas Monjalon
02/08/2018 16:43, Harry van Haaren: > This commit fixes a bug in a 32-bit environment where the > generic ring_init() would fail, but given the interaction > with memzones the next iteration of the event_ring_autotest > would actually *pass* because the ring in question would > exist already an be

[dpdk-dev] [PATCH v2] event: fix check in ring init() in event ring code

2018-08-02 Thread Harry van Haaren
This commit fixes a bug in a 32-bit environment where the generic ring_init() would fail, but given the interaction with memzones the next iteration of the event_ring_autotest would actually *pass* because the ring in question would exist already an be looked-up. This commit rightly error checks t