[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20150314.143902.386608049896474304.davem@davemloft.net>
Date: Sat, 14 Mar 2015 14:39:02 -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 v2 0/7] tipc: some optimizations and
impovements
From: Jon Maloy <jon.maloy@...csson.com>
Date: Fri, 13 Mar 2015 16:08:04 -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.
>
> v2: Commit #2: Redesigned tipc_msg_validate() to use pskb_may_pull(),
> as per feedback from David Miller.
> Commit #3: Some cosmetic changes to tipc_msg_extract(). I tried to
> replace the unconditional skb_linearize() with calls to
> pskb_may_pull() at selected locations, but I gave up.
> First, skb_trim() requires a fully linearized buffer.
> Second, it doesn't make much sense; the whole buffer
> will end up linearized, one way or another.
Series applied, thanks Jon.
--
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