Re: [PATCH net-next 1/4] net/tls: don't log errors every time offload can't proceed

2019-04-25 Thread Jakub Kicinski
On Thu, 25 Apr 2019 18:37:19 +, Saeed Mahameed wrote: > On Thu, 2019-04-25 at 09:56 -0700, Jakub Kicinski wrote: > > Currently when CONFIG_TLS_DEVICE is set each time kTLS > > connection is opened and the offload is not successful > > (either because the underlying device doesn't support > > it

Re: [PATCH net-next 1/4] net/tls: don't log errors every time offload can't proceed

2019-04-25 Thread Saeed Mahameed
On Thu, 2019-04-25 at 09:56 -0700, Jakub Kicinski wrote: > Currently when CONFIG_TLS_DEVICE is set each time kTLS > connection is opened and the offload is not successful > (either because the underlying device doesn't support > it or e.g. it's tables are full) a rate limited error > will be printe

[PATCH net-next 1/4] net/tls: don't log errors every time offload can't proceed

2019-04-25 Thread Jakub Kicinski
Currently when CONFIG_TLS_DEVICE is set each time kTLS connection is opened and the offload is not successful (either because the underlying device doesn't support it or e.g. it's tables are full) a rate limited error will be printed to the logs. There is nothing wrong with failing TLS offload. S