On 5/24/2016 1:52 PM, Burakov, Anatoly wrote: >> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Anatoly Burakov >> Sent: Tuesday, May 24, 2016 1:50 PM >> To: dev at dpdk.org >> Subject: [dpdk-dev] [PATCH] ivshmem: fix overlap detection code >> >> Partial revert of an earlier ill-conceived "fix". >> Adjacent segments can never be considered overlapping because we >> are not comparing ends to starts, but rather starts to starts. >> Therefore the earlier fix was wrong (plus it also had a typo). >> >> Signed-off-by: Anatoly Burakov <anatoly.burakov at intel.com>
> > Tested-by: Ferruh Yigit <ferruh.yigit at intel.com> > Fixes: d6cf31419e51 ("ivshmem: avoid infinite loop when concatenating > segments") Acked-by: Ferruh Yigit <ferruh.yigit at intel.com>