mbox series

[net-next,v4,0/3] net/tls: Minor code cleanup patches

Message ID 20180719162344.26968-1-vakul.garg@nxp.com
Headers show
Series net/tls: Minor code cleanup patches | expand

Message

Vakul Garg July 19, 2018, 4:23 p.m. UTC
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(-)