Re: [PATCH net v3] cxgb4/chcr: Enable ktls settings at run time

2020-05-31 Thread kbuild test robot
Hi Rohit, I love your patch! Perhaps something to improve: [auto build test WARNING on next-20200529] [cannot apply to net/master cryptodev/master crypto/master linus/master ipvs/master v5.7-rc7 v5.7-rc6 v5.7-rc5 v5.7] [if your patch is applied to the wrong git tree, please drop us a note to hel

[PATCH net v3] cxgb4/chcr: Enable ktls settings at run time

2020-05-31 Thread Rohit Maheshwari
Current design enables ktls setting from start, which is not efficient. Now the feature will be enabled when user demands TLS offload on any interface. v1->v2: - taking ULD module refcount till any single connection exists. - taking rtnl_lock() before clearing tls_devops. v2->v3: - cxgb4 is now r