Re: [PATCH net] tipc: add dst_cache support for udp media

2019-06-27 Thread David Miller
From: Xin Long Date: Thu, 20 Jun 2019 19:03:41 +0800 > As other udp/ip tunnels do, tipc udp media should also have a > lockless dst_cache supported on its tx path. > > Here we add dst_cache into udp_replicast to support dst cache > for both rmcast and rcast, and rmcast uses ub->rcast and each >

Re: [PATCH net] tipc: add dst_cache support for udp media

2019-06-22 Thread David Miller
From: Xin Long Date: Thu, 20 Jun 2019 19:03:41 +0800 > As other udp/ip tunnels do, tipc udp media should also have a > lockless dst_cache supported on its tx path. > > Here we add dst_cache into udp_replicast to support dst cache > for both rmcast and rcast, and rmcast uses ub->rcast and each >

RE: [PATCH net] tipc: add dst_cache support for udp media

2019-06-20 Thread Jon Maloy
ject: [PATCH net] tipc: add dst_cache support for udp media > > As other udp/ip tunnels do, tipc udp media should also have a lockless > dst_cache supported on its tx path. > > Here we add dst_cache into udp_replicast to support dst cache for both > rmcast and rcast, and rmcast us

[PATCH net] tipc: add dst_cache support for udp media

2019-06-20 Thread Xin Long
As other udp/ip tunnels do, tipc udp media should also have a lockless dst_cache supported on its tx path. Here we add dst_cache into udp_replicast to support dst cache for both rmcast and rcast, and rmcast uses ub->rcast and each rcast uses its own node in ub->rcast.list. Signed-off-by: Xin Long