From: Vakul Garg <vakul.g...@nxp.com> Date: Thu, 21 Mar 2019 11:59:57 +0000
> To free the skb in normal course of processing, consume_skb() should be > used. Only for failure paths, skb_free() is intended to be used. > > https://www.kernel.org/doc/htmldocs/networking/API-consume-skb.html > > Signed-off-by: Vakul Garg <vakul.g...@nxp.com> > --- > v1 -> v2: > Reverted consume_skb() to kfree_skb() in tls_sw_release_resources_rx() Applied.