Re: [dpdk-dev] [PATCH 1/2] test/bonding: fix LSC related test cases

2019-10-08 Thread Yigit, Ferruh
On 8/23/2019 9:16 AM, kka...@marvell.com wrote: > From: Krzysztof Kanas > > On rare situation test_link_bonding test case fail due to timespec > tv_nsec overflow, which causes pthread_cond_timedwait to return EINVAL > and test to fail. > > Fixes: 76d29903f5f5 ("bond: support link status interrup

[dpdk-dev] [PATCH 1/2] test/bonding: fix LSC related test cases

2019-08-23 Thread kkanas
From: Krzysztof Kanas On rare situation test_link_bonding test case fail due to timespec tv_nsec overflow, which causes pthread_cond_timedwait to return EINVAL and test to fail. Fixes: 76d29903f5f5 ("bond: support link status interrupt") Cc: declan.dohe...@intel.com Signed-off-by: Krzysztof Kan