Re: [dpdk-dev] [PATCH] net/enic: fix possible uninitialized variable

2019-01-02 Thread Ferruh Yigit
On 12/22/2018 12:41 PM, Haiyang Tan wrote: > The uninitialized field 'extra_flag' of hash parameter may enable > certain feature silently. Typically, if bit0 of 'extra_flag' set, the > hardware transactional memory support will be enabled unexpectedly. > > Signed-off-by: Haiyang Tan > --- > driv

[dpdk-dev] [PATCH] net/enic: fix possible uninitialized variable

2018-12-22 Thread Haiyang Tan
The uninitialized field 'extra_flag' of hash parameter may enable certain feature silently. Typically, if bit0 of 'extra_flag' set, the hardware transactional memory support will be enabled unexpectedly. Signed-off-by: Haiyang Tan --- drivers/net/enic/enic_clsf.c | 17 + 1 file c