Re: [PATCH net-next 0/5] net/tls: minor cleanups

2019-09-05 Thread David Miller
From: Jakub Kicinski Date: Mon, 2 Sep 2019 21:31:01 -0700 > This set is a grab bag of TLS cleanups accumulated in my tree > in an attempt to avoid merge problems with net. Nothing stands > out. First patch dedups context information. Next control path > locking is very slightly optimized. Fourth

Re: [PATCH net-next 0/5] net/tls: minor cleanups

2019-09-03 Thread John Fastabend
Boris Pismenny wrote: > On 9/3/2019 7:31 AM, Jakub Kicinski wrote: > > Hi! > > > > This set is a grab bag of TLS cleanups accumulated in my tree > > in an attempt to avoid merge problems with net. Nothing stands > > out. First patch dedups context information. Next control path > > locking is very

Re: [PATCH net-next 0/5] net/tls: minor cleanups

2019-09-02 Thread Boris Pismenny
On 9/3/2019 7:31 AM, Jakub Kicinski wrote: > Hi! > > This set is a grab bag of TLS cleanups accumulated in my tree > in an attempt to avoid merge problems with net. Nothing stands > out. First patch dedups context information. Next control path > locking is very slightly optimized. Fourth patch cle

[PATCH net-next 0/5] net/tls: minor cleanups

2019-09-02 Thread Jakub Kicinski
Hi! This set is a grab bag of TLS cleanups accumulated in my tree in an attempt to avoid merge problems with net. Nothing stands out. First patch dedups context information. Next control path locking is very slightly optimized. Fourth patch cleans up ugly #ifdefs. Jakub Kicinski (5): net/tls: u