Re: [net 7/9] net/mlx5e: kTLS, Call WARN_ONCE on netdev mismatch

2019-07-26 Thread Saeed Mahameed
On Thu, 2019-07-25 at 13:49 -0700, Jakub Kicinski wrote: > On Thu, 25 Jul 2019 20:36:48 +, Saeed Mahameed wrote: > > From: Tariq Toukan > > > > A netdev mismatch in the processed TLS SKB should not occur, > > and indicates a kernel bug. > > Add WARN_ONCE to spot such cases. > > > > Fixes: d2

Re: [net 7/9] net/mlx5e: kTLS, Call WARN_ONCE on netdev mismatch

2019-07-25 Thread Jakub Kicinski
On Thu, 25 Jul 2019 20:36:48 +, Saeed Mahameed wrote: > From: Tariq Toukan > > A netdev mismatch in the processed TLS SKB should not occur, > and indicates a kernel bug. > Add WARN_ONCE to spot such cases. > > Fixes: d2ead1f360e8 ("net/mlx5e: Add kTLS TX HW offload support") > Suggested-by:

Re: [net 7/9] net/mlx5e: kTLS, Call WARN_ONCE on netdev mismatch

2019-07-25 Thread Jakub Kicinski
On Thu, 25 Jul 2019 20:36:48 +, Saeed Mahameed wrote: > From: Tariq Toukan > > A netdev mismatch in the processed TLS SKB should not occur, > and indicates a kernel bug. > Add WARN_ONCE to spot such cases. > > Fixes: d2ead1f360e8 ("net/mlx5e: Add kTLS TX HW offload support") > Suggested-by: