> ma...@donjonn.com; tipc-discuss...@lists.sourceforge.net;
> netdev@vger.kernel.org
> Subject: Re: [net-next] tipc: improve throughput between nodes in netns
>
>
> On 10/21/19 7:20 PM, Hoang Le wrote:
>> n->net = net;
>> n->capabilities = capabiliti
: [net-next] tipc: improve throughput between nodes in netns
On 10/21/19 7:20 PM, Hoang Le wrote:
> n->net = net;
> n->capabilities = capabilities;
> + n->pnet = NULL;
> + for_each_net_rcu(tmp) {
This does not scale well, if say you have a thousand netns
On 10/21/19 7:20 PM, Hoang Le wrote:
> n->net = net;
> n->capabilities = capabilities;
> + n->pnet = NULL;
> + for_each_net_rcu(tmp) {
This does not scale well, if say you have a thousand netns ?
> + tn_peer = net_generic(tmp, tipc_net_id);
> + if (!
Currently, TIPC transports intra-node user data messages directly
socket to socket, hence shortcutting all the lower layers of the
communication stack. This gives TIPC very good intra node performance,
both regarding throughput and latency.
We now introduce a similar mechanism for TIPC data traffi