Message ID | 20240702120805.2391594-1-tobias@waldekranz.com (mailing list archive) |
---|---|
Headers | show |
Series | Multiple Spanning Tree (MST) Support | expand |
Hello: This series was applied to iproute2/iproute2.git (main) by Stephen Hemminger <stephen@networkplumber.org>: On Tue, 2 Jul 2024 14:08:01 +0200 you wrote: > This series adds support for: > > - Enabling MST on a bridge: > > ip link set dev <BR> type bridge mst_enable 1 > > - (Re)associating VLANs with an MSTI: > > [...] Here is the summary with links: - [v3,iproute2,1/4] ip: bridge: add support for mst_enabled https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=3018ea24f388 - [v3,iproute2,2/4] bridge: Remove duplicated textification macros (no matching commit) - [v3,iproute2,3/4] bridge: vlan: Add support for setting a VLANs MSTI https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=151db40f1d3d - [v3,iproute2,4/4] bridge: mst: Add get/set support for MST states (no matching commit) You are awesome, thank you!
On 7/5/24 11:31 AM, patchwork-bot+netdevbpf@kernel.org wrote: > Hello: > > This series was applied to iproute2/iproute2.git (main) > by Stephen Hemminger <stephen@networkplumber.org>: > Why was this merged to the main repro? As a new feature to iproute2 this should be committed to next and only put in main on the next dev cycle.
On Fri, 5 Jul 2024 18:53:47 -0600 David Ahern <dsahern@kernel.org> wrote: > On 7/5/24 11:31 AM, patchwork-bot+netdevbpf@kernel.org wrote: > > Hello: > > > > This series was applied to iproute2/iproute2.git (main) > > by Stephen Hemminger <stephen@networkplumber.org>: > > > > Why was this merged to the main repro? As a new feature to iproute2 this > should be committed to next and only put in main on the next dev cycle. Because the kernel support was already added, I prefer to not force waiting for code that is non-intrusive and kernel support is already present.
On 7/5/24 9:49 PM, Stephen Hemminger wrote: > On Fri, 5 Jul 2024 18:53:47 -0600 > David Ahern <dsahern@kernel.org> wrote: > >> On 7/5/24 11:31 AM, patchwork-bot+netdevbpf@kernel.org wrote: >>> Hello: >>> >>> This series was applied to iproute2/iproute2.git (main) >>> by Stephen Hemminger <stephen@networkplumber.org>: >>> >> >> Why was this merged to the main repro? As a new feature to iproute2 this >> should be committed to next and only put in main on the next dev cycle. > > Because the kernel support was already added, I prefer to not force waiting > for code that is non-intrusive and kernel support is already present. I have told multiple people - with you in CC - that is not how iproute2 branching works. People need to send userspace patches for iproute2 in the same dev cycle as the kernel patches. You are now selectively undermining that process. What is the point of -next branch then?
On Sat, 6 Jul 2024 09:26:46 -0600 David Ahern <dsahern@kernel.org> wrote: > On 7/5/24 9:49 PM, Stephen Hemminger wrote: > > On Fri, 5 Jul 2024 18:53:47 -0600 > > David Ahern <dsahern@kernel.org> wrote: > > > >> On 7/5/24 11:31 AM, patchwork-bot+netdevbpf@kernel.org wrote: > >>> Hello: > >>> > >>> This series was applied to iproute2/iproute2.git (main) > >>> by Stephen Hemminger <stephen@networkplumber.org>: > >>> > >> > >> Why was this merged to the main repro? As a new feature to iproute2 this > >> should be committed to next and only put in main on the next dev cycle. > > > > Because the kernel support was already added, I prefer to not force waiting > > for code that is non-intrusive and kernel support is already present. > > I have told multiple people - with you in CC - that is not how iproute2 > branching works. People need to send userspace patches for iproute2 in > the same dev cycle as the kernel patches. You are now selectively > undermining that process. What is the point of -next branch then? The original point was to have kernel -next and iproute2 -next branches and have support arrive at same time on both sides. The problem is when developers get behind, and the iproute2 patches arrive after the kernel cycle and then would end up get delayed another 3 to 4 months. Example: If mst had been submitted during 6.9 -next open window, then it would have arrived in iproute2 when -next was merged in May 2024 and would get released concurrently with 6.10 (July 2024). When MST was submitted later, if it goes through -next, then it would get merged to main in August 2024 and released concurrently with 6.11 in October. By merging to main, it will be in July. I understand your concern, and probably better not to have done it. The problem with accepting things early is the review process gets truncated, and new features often have lots of feedback.
On 7/6/24 1:56 PM, Stephen Hemminger wrote: > The original point was to have kernel -next and iproute2 -next branches > and have support arrive at same time on both sides. The problem is when > developers get behind, and the iproute2 patches arrive after the kernel cycle > and then would end up get delayed another 3 to 4 months. Then the userspace patches should be sent when the kernel patches are merged. Period. no excuses. Any delay is on the developer. > > Example: > If mst had been submitted during 6.9 -next open window, then > it would have arrived in iproute2 when -next was merged in May 2024 and > would get released concurrently with 6.10 (July 2024). > When MST was submitted later, if it goes through -next, then it would > get merged to main in August 2024 and released concurrently with 6.11 > in October. By merging to main, it will be in July. Same exact problem with netkit and I told Daniel no. We have a development policy for new features; it must apply across the board to all of them. > > I understand your concern, and probably better not to have done it. You applied patches for a new feature just a week or two before release. It is just wrong. It would be best to either back up the branch or revert them. > The problem with accepting things early is the review process gets > truncated, and new features often have lots of feedback. > I see no problem here; that is normal development work.
On Sun, 7 Jul 2024 10:16:11 -0600 David Ahern <dsahern@kernel.org> wrote: > On 7/6/24 1:56 PM, Stephen Hemminger wrote: > > The original point was to have kernel -next and iproute2 -next branches > > and have support arrive at same time on both sides. The problem is when > > developers get behind, and the iproute2 patches arrive after the kernel cycle > > and then would end up get delayed another 3 to 4 months. > > Then the userspace patches should be sent when the kernel patches are > merged. Period. no excuses. Any delay is on the developer. I would suggest that the netdev maintainers not accept any new feature to net-next (that uses iproute2) until/unless the iproute2 update patch has been posted. This prevents this problem, and the problem of getting userspace API wrong. > > > > > Example: > > If mst had been submitted during 6.9 -next open window, then > > it would have arrived in iproute2 when -next was merged in May 2024 and > > would get released concurrently with 6.10 (July 2024). > > When MST was submitted later, if it goes through -next, then it would > > get merged to main in August 2024 and released concurrently with 6.11 > > in October. By merging to main, it will be in July. > > Same exact problem with netkit and I told Daniel no. We have a > development policy for new features; it must apply across the board to > all of them. > > > > > I understand your concern, and probably better not to have done it. > > You applied patches for a new feature just a week or two before release. > It is just wrong. It would be best to either back up the branch or > revert them. Will backup the branch since these are the the last patches merged.
Hello: This series was applied to iproute2/iproute2-next.git (main) by David Ahern <dsahern@kernel.org>: On Tue, 2 Jul 2024 14:08:01 +0200 you wrote: > This series adds support for: > > - Enabling MST on a bridge: > > ip link set dev <BR> type bridge mst_enable 1 > > - (Re)associating VLANs with an MSTI: > > [...] Here is the summary with links: - [v3,iproute2,1/4] ip: bridge: add support for mst_enabled https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=60a95a8a2e45 - [v3,iproute2,2/4] bridge: Remove duplicated textification macros (no matching commit) - [v3,iproute2,3/4] bridge: vlan: Add support for setting a VLANs MSTI https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=ace3c9c1fefd - [v3,iproute2,4/4] bridge: mst: Add get/set support for MST states (no matching commit) You are awesome, thank you!