From: Vakul Garg <vakul.g...@nxp.com> Date: Sat, 30 Jun 2018 00:45:55 +0530
> Calling skb_unclone() is expensive as it triggers a memcpy operation. > Instead of calling skb_unclone() unconditionally, call it only when skb > has a shared frag_list. This improves tls rx throughout significantly. > > Signed-off-by: Vakul Garg <vakul.g...@nxp.com> > Suggested-by: Boris Pismenny <bor...@mellanox.com> Applied.