Re: [PATCH 1/2] crypto/chelsio: avoid using sa_entry imm

2019-01-25 Thread Herbert Xu
On Thu, Jan 17, 2019 at 09:18:35AM -0800, Atul Gupta wrote: > use is_eth_imm to determine immediate data than use sa_entry > field which is common for tunnel and not per skb. > > Signed-off-by: Atul Gupta > --- > drivers/crypto/chelsio/chcr_core.h | 2 +- > drivers/crypto/chelsio/chcr_ipsec.c

[PATCH 1/2] crypto/chelsio: avoid using sa_entry imm

2019-01-17 Thread Atul Gupta
use is_eth_imm to determine immediate data than use sa_entry field which is common for tunnel and not per skb. Signed-off-by: Atul Gupta --- drivers/crypto/chelsio/chcr_core.h | 2 +- drivers/crypto/chelsio/chcr_ipsec.c | 10 -- 2 files changed, 5 insertions(+), 7 deletions(-) diff --