Re: [net] tipc: fix uninitialized value for broadcast retransmission

2018-12-19 Thread David Miller
From: Hoang Le Date: Wed, 19 Dec 2018 09:52:52 +0700 > When sending broadcast message on high load system, there are a lot of > unnecessary packets restranmission. That issue was caused by missing in > initial criteria for retransmission. > > To prevent this happen, just initialize this criteria

Re: [net] tipc: fix uninitialized value for broadcast retransmission

2018-12-18 Thread kbuild test robot
Hi Hoang, Thank you for the patch! Yet something to improve: [auto build test ERROR on net/master] url: https://github.com/0day-ci/linux/commits/Hoang-Le/tipc-fix-uninitialized-value-for-broadcast-retransmission/20181219-112414 config: nds32-allmodconfig (attached as .config) compiler: nds32

Re: [net] tipc: fix uninitialized value for broadcast retransmission

2018-12-18 Thread kbuild test robot
Hi Hoang, Thank you for the patch! Yet something to improve: [auto build test ERROR on net/master] url: https://github.com/0day-ci/linux/commits/Hoang-Le/tipc-fix-uninitialized-value-for-broadcast-retransmission/20181219-112414 config: i386-randconfig-x002-201850 (attached as .config) compil

[net] tipc: fix uninitialized value for broadcast retransmission

2018-12-18 Thread Hoang Le
When sending broadcast message on high load system, there are a lot of unnecessary packets restranmission. That issue was caused by missing in initial criteria for retransmission. To prevent this happen, just initialize this criteria for retransmission in next 10 milliseconds. Fixes: 31c4f4cc32f7