[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20150313.125227.1523044445570081158.davem@davemloft.net>
Date: Fri, 13 Mar 2015 12:52:27 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: jon.maloy@...csson.com
Cc: netdev@...r.kernel.org, paul.gortmaker@...driver.com,
erik.hugne@...csson.com, ying.xue@...driver.com, maloy@...jonn.com,
tipc-discussion@...ts.sourceforge.net
Subject: Re: [PATCH net-next 0/7] tipc: some optimizations and impovements
From: Jon Maloy <jon.maloy@...csson.com>
Date: Fri, 13 Mar 2015 10:27:33 -0400
> The commits in this series contain some relatively simple changes
> that lead to better throughput across TIPC connections. We also make
> changes to the implementation of link transmission queueing and priority
> handling, in order to make the code more comprehensible and maintainable.
I think you should do the SKB linearization changes properly.
Simply do pskb_may_pull() before you inspect any header, and you can
do this everwhere, even your bundling extraction code path.
I also don't think you even need to clone the SKB there either.
Thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists