Re: [RESEND PATCH net] macsec: fix validation failed in asynchronous operation.

2017-01-22 Thread Ryder Lee
Sorry for forgetting to explain it. The original patch was incomplete, but I sent it out by mistake... So please ignore it. On Sun, 2017-01-22 at 16:44 -0500, David Miller wrote: > Why are you resending this? > > The original posting on Jan 20th made it to the mailing list and is queued > up i

Re: [RESEND PATCH net] macsec: fix validation failed in asynchronous operation.

2017-01-22 Thread David Miller
Why are you resending this? The original posting on Jan 20th made it to the mailing list and is queued up in patchwork just fine. Also, regardless of the reason, a "RESEND" patch should always contain an explanation of why it needs to be resent. So that the maintainer doesn't need to ask questi

[RESEND PATCH net] macsec: fix validation failed in asynchronous operation.

2017-01-21 Thread Ryder Lee
Add missing "macsec_skb_cb(skb)->valid = true" in callback function macsec_decrypt_done(), this fixes packet validation failed while decrypting asynchronously. Signed-off-by: Ryder Lee --- drivers/net/macsec.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/net/macsec.c b/drivers/