Sowmini Varadhan 947d2756cd RDS: TCP: Call pskb_extract() helper function
rds-stress experiments with request size 256 bytes, 8K acks,
using 16 threads show a 40% improvment when pskb_extract()
replaces the {skb_clone(..); pskb_pull(..); pskb_trim(..);}
pattern in the Rx path, so we leverage the perf gain with
this commit.

Signed-off-by: Sowmini Varadhan <sowmini.varadhan@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-04-25 16:54:14 -04:00
..
2016-04-16 19:01:05 -04:00
2016-03-02 14:13:19 -05:00
2009-02-26 23:39:25 -08:00
2016-03-02 14:13:17 -05:00
2009-02-26 23:39:26 -08:00
2013-03-08 00:35:44 -05:00
2011-07-01 16:16:19 -07:00
2016-03-18 22:25:41 -04:00