From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vakul Garg Subject: [net-next v5 0/3] net/tls: Minor code cleanup patches Date: Thu, 19 Jul 2018 21:56:10 +0530 Message-ID: <20180719162613.27184-1-vakul.garg@nxp.com> Mime-Version: 1.0 Content-Type: text/plain Cc: borisp@mellanox.com, aviadye@mellanox.com, davejwatson@fb.com, davem@davemloft.net, Vakul Garg To: netdev@vger.kernel.org Return-path: Received: from mail-eopbgr10064.outbound.protection.outlook.com ([40.107.1.64]:14336 "EHLO EUR02-HE1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727489AbeGSLvF (ORCPT ); Thu, 19 Jul 2018 07:51:05 -0400 Sender: netdev-owner@vger.kernel.org List-ID: This patch series improves tls_sw.c code by: 1) Using correct socket callback for flagging data availability. 2) Removing redundant variable assignments and wakeup callbacks. 3) Removing redundant dynamic array allocation. The patches do not fix any functional bug. Hence "Fixes:" tag has not been used. From patch series v3, this series v4 contains two patches less. They will be submitted separately. Vakul Garg (3): net/tls: Use socket data_ready callback on record availability net/tls: Remove redundant variable assignments and wakeup net/tls: Remove redundant array allocation. net/tls/tls_sw.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) -- 2.13.6