logoalt Hacker News

fc417fc802yesterday at 11:34 PM1 replyview on HN

Do the partitioned stacks of network namespaces share a single underlying global stack or are they fully independent instances? (And if not, could they be made so?)


Replies

wmfyesterday at 11:58 PM

Usually network namespaces are linked together with a single bridge so you can get lock contention there.

If you have a separate physical NIC for each namespace you probably won't have any contention.

show 1 reply