search for: netn

Displaying 20 results from an estimated 129 matches for "netn".

Did you mean: net
2020 Apr 27
4
[PATCH net-next 0/3] vsock: support network namespace
Hi David, Michael, Stefan, I'm restarting to work on this topic since Kata guys are interested to have that, especially on the guest side. While working on the v2 I had few doubts, and I'd like to have your suggestions: 1. netns assigned to the device inside the guest Currently I assigned this device to 'init_net'. Maybe it is better if we allow the user to decide which netns assign to the device or to disable this new feature to have the same behavior as before (host reachable from any netns). I t...
2020 Apr 27
4
[PATCH net-next 0/3] vsock: support network namespace
Hi David, Michael, Stefan, I'm restarting to work on this topic since Kata guys are interested to have that, especially on the guest side. While working on the v2 I had few doubts, and I'd like to have your suggestions: 1. netns assigned to the device inside the guest Currently I assigned this device to 'init_net'. Maybe it is better if we allow the user to decide which netns assign to the device or to disable this new feature to have the same behavior as before (host reachable from any netns). I t...
2020 Apr 27
0
[PATCH net-next 0/3] vsock: support network namespace
...Stefano Garzarella wrote: > Hi David, Michael, Stefan, > I'm restarting to work on this topic since Kata guys are interested to > have that, especially on the guest side. > > While working on the v2 I had few doubts, and I'd like to have your > suggestions: > > 1. netns assigned to the device inside the guest > > Currently I assigned this device to 'init_net'. Maybe it is better > if we allow the user to decide which netns assign to the device > or to disable this new feature to have the same behavior as before > (host reachabl...
2020 Apr 28
0
[PATCH net-next 0/3] vsock: support network namespace
...Stefano Garzarella wrote: > Hi David, Michael, Stefan, > I'm restarting to work on this topic since Kata guys are interested to > have that, especially on the guest side. > > While working on the v2 I had few doubts, and I'd like to have your > suggestions: > > 1. netns assigned to the device inside the guest > > Currently I assigned this device to 'init_net'. Maybe it is better > if we allow the user to decide which netns assign to the device > or to disable this new feature to have the same behavior as before > (host reach...
2019 Mar 21
2
[summary] virtio network device failover writeup
...ng the connectivity on the net-failover master netdev shows correct connectivity. >>>>>>>>>> >>>>>>>>>> The set of changes I vision to fix our issues are: >>>>>>>>>> 1) Hide net-failover slaves in a different netns created and managed by the kernel. But that user can enter to it and manage the netdevs there if wishes to do so explicitly. >>>>>>>>>> (E.g. Configure the net-failover VF slave in some special way). >>>>>>>>>> 2) Match the virtio-net and...
2019 Mar 21
2
[summary] virtio network device failover writeup
...ng the connectivity on the net-failover master netdev shows correct connectivity. >>>>>>>>>> >>>>>>>>>> The set of changes I vision to fix our issues are: >>>>>>>>>> 1) Hide net-failover slaves in a different netns created and managed by the kernel. But that user can enter to it and manage the netdevs there if wishes to do so explicitly. >>>>>>>>>> (E.g. Configure the net-failover VF slave in some special way). >>>>>>>>>> 2) Match the virtio-net and...
2019 Mar 21
4
[summary] virtio network device failover writeup
...vity when in-fact checking the connectivity on the net-failover master netdev shows correct connectivity. >>>>>>>> >>>>>>>> The set of changes I vision to fix our issues are: >>>>>>>> 1) Hide net-failover slaves in a different netns created and managed by the kernel. But that user can enter to it and manage the netdevs there if wishes to do so explicitly. >>>>>>>> (E.g. Configure the net-failover VF slave in some special way). >>>>>>>> 2) Match the virtio-net and the VF based on...
2019 Mar 21
4
[summary] virtio network device failover writeup
...vity when in-fact checking the connectivity on the net-failover master netdev shows correct connectivity. >>>>>>>> >>>>>>>> The set of changes I vision to fix our issues are: >>>>>>>> 1) Hide net-failover slaves in a different netns created and managed by the kernel. But that user can enter to it and manage the netdevs there if wishes to do so explicitly. >>>>>>>> (E.g. Configure the net-failover VF slave in some special way). >>>>>>>> 2) Match the virtio-net and the VF based on...
2019 Mar 21
1
[summary] virtio network device failover writeup
...he net-failover master netdev shows correct connectivity. >>>>>>>>>>>> >>>>>>>>>>>> The set of changes I vision to fix our issues are: >>>>>>>>>>>> 1) Hide net-failover slaves in a different netns created and managed by the kernel. But that user can enter to it and manage the netdevs there if wishes to do so explicitly. >>>>>>>>>>>> (E.g. Configure the net-failover VF slave in some special way). >>>>>>>>>>>> 2) Match th...
2019 Mar 21
1
[summary] virtio network device failover writeup
...he net-failover master netdev shows correct connectivity. >>>>>>>>>>>> >>>>>>>>>>>> The set of changes I vision to fix our issues are: >>>>>>>>>>>> 1) Hide net-failover slaves in a different netns created and managed by the kernel. But that user can enter to it and manage the netdevs there if wishes to do so explicitly. >>>>>>>>>>>> (E.g. Configure the net-failover VF slave in some special way). >>>>>>>>>>>> 2) Match th...
2023 Jul 12
2
[Bridge] [PATCH v1 net] bridge: Return an error when enabling STP in netns.
On 12/07/2023 17:48, Ido Schimmel wrote: > On Tue, Jul 11, 2023 at 04:54:15PM -0700, Kuniyuki Iwashima wrote: >> When we create an L2 loop on a bridge in netns, we will see packets storm >> even if STP is enabled. >> >> # unshare -n >> # ip link add br0 type bridge >> # ip link add veth0 type veth peer name veth1 >> # ip link set veth0 master br0 up >> # ip link set veth1 master br0 up >> # ip l...
2023 Jul 11
3
[Bridge] [PATCH v1 net] bridge: Return an error when enabling STP in netns.
When we create an L2 loop on a bridge in netns, we will see packets storm even if STP is enabled. # unshare -n # ip link add br0 type bridge # ip link add veth0 type veth peer name veth1 # ip link set veth0 master br0 up # ip link set veth1 master br0 up # ip link set br0 type bridge stp_state 1 # ip link set br0 up # sleep 30...
2019 Nov 28
5
[RFC PATCH 0/3] vsock: support network namespace
Hi, now that we have multi-transport upstream, I started to take a look to support network namespace (netns) in vsock. As we partially discussed in the multi-transport proposal [1], it could be nice to support network namespace in vsock to reach the following goals: - isolate host applications from guest applications using the same ports with CID_ANY - assign the same CID of VMs running in different...
2019 Nov 28
5
[RFC PATCH 0/3] vsock: support network namespace
Hi, now that we have multi-transport upstream, I started to take a look to support network namespace (netns) in vsock. As we partially discussed in the multi-transport proposal [1], it could be nice to support network namespace in vsock to reach the following goals: - isolate host applications from guest applications using the same ports with CID_ANY - assign the same CID of VMs running in different...
2019 Mar 21
0
[summary] virtio network device failover writeup
...vity on the net-failover master netdev shows correct connectivity. > >>>>>>>>>> > >>>>>>>>>> The set of changes I vision to fix our issues are: > >>>>>>>>>> 1) Hide net-failover slaves in a different netns created and managed by the kernel. But that user can enter to it and manage the netdevs there if wishes to do so explicitly. > >>>>>>>>>> (E.g. Configure the net-failover VF slave in some special way). > >>>>>>>>>> 2) Match the virt...
2019 Mar 21
2
[summary] virtio network device failover writeup
...> > > OK. Now what happens if master is moved to another namespace? Do we need > > > to move the slaves too? > > > > No. Why would we move the slaves? The whole point is to make most customer ignore the net-failover slaves and remain them ?hidden? in their dedicated netns. > > We won?t prevent customer from explicitly moving the net-failover slaves out of this netns, but we will not move them out of there automatically. > > > The 2-device netvsc already handles case where master changes namespace. Is it by moving slave with it? -- MST
2019 Mar 21
2
[summary] virtio network device failover writeup
...> > > OK. Now what happens if master is moved to another namespace? Do we need > > > to move the slaves too? > > > > No. Why would we move the slaves? The whole point is to make most customer ignore the net-failover slaves and remain them ?hidden? in their dedicated netns. > > We won?t prevent customer from explicitly moving the net-failover slaves out of this netns, but we will not move them out of there automatically. > > > The 2-device netvsc already handles case where master changes namespace. Is it by moving slave with it? -- MST
2019 Mar 21
1
[summary] virtio network device failover writeup
...t;> OK. Now what happens if master is moved to another namespace? Do we need >>>> to move the slaves too? >>> >>> No. Why would we move the slaves? The whole point is to make most customer ignore the net-failover slaves and remain them ?hidden? in their dedicated netns. >>> We won?t prevent customer from explicitly moving the net-failover slaves out of this netns, but we will not move them out of there automatically. >> >> >> The 2-device netvsc already handles case where master changes namespace. > > Is it by moving slave wit...
2019 Mar 21
0
[summary] virtio network device failover writeup
...master netdev shows correct connectivity. > >>>>>>>>>>>> > >>>>>>>>>>>> The set of changes I vision to fix our issues are: > >>>>>>>>>>>> 1) Hide net-failover slaves in a different netns created and managed by the kernel. But that user can enter to it and manage the netdevs there if wishes to do so explicitly. > >>>>>>>>>>>> (E.g. Configure the net-failover VF slave in some special way). > >>>>>>>>>>>> 2...
2019 Mar 21
3
[summary] virtio network device failover writeup
...but will see no connectivity when in-fact checking the connectivity on the net-failover master netdev shows correct connectivity. >>>>>> >>>>>> The set of changes I vision to fix our issues are: >>>>>> 1) Hide net-failover slaves in a different netns created and managed by the kernel. But that user can enter to it and manage the netdevs there if wishes to do so explicitly. >>>>>> (E.g. Configure the net-failover VF slave in some special way). >>>>>> 2) Match the virtio-net and the VF based on a PV attribute...