Message ID | 20211011180412.22781-1-justin.iurman@uliege.be (mailing list archive) |
---|---|
Headers | show |
Series | Correct the IOAM behavior for undefined trace type bits | expand |
Hello: This series was applied to netdev/net.git (master) by David S. Miller <davem@davemloft.net>: On Mon, 11 Oct 2021 20:04:10 +0200 you wrote: > (@Jakub @David: there will be a conflict for #2 when merging net->net-next, due > to commit [1]. The conflict is only 5-10 lines for #2 (#1 should be fine) inside > the file tools/testing/selftests/net/ioam6.sh, so quite short though possibly > ugly. Sorry for that, I didn't expect to post this one... Had I known, I'd have > made the opposite.) > > Modify both the input and output behaviors regarding the trace type when one of > the undefined bits is set. The goal is to keep the interoperability when new > fields (aka new bits inside the range 12-21) will be defined. > > [...] Here is the summary with links: - [net,1/2] ipv6: ioam: move the check for undefined bits https://git.kernel.org/netdev/net/c/2bbc977ca689 - [net,2/2] selftests: net: modify IOAM tests for undef bits https://git.kernel.org/netdev/net/c/7b1700e009cc You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
On Mon, 11 Oct 2021 20:04:10 +0200 Justin Iurman wrote: > (@Jakub @David: there will be a conflict for #2 when merging net->net-next, due > to commit [1]. The conflict is only 5-10 lines for #2 (#1 should be fine) inside > the file tools/testing/selftests/net/ioam6.sh, so quite short though possibly > ugly. Sorry for that, I didn't expect to post this one... Had I known, I'd have > made the opposite.) Hi Justin, net was merged into net-next now, please double check the resolution. I think it's the same as Stephen's [1]. In the future please try to include a tree way diff or instructions on how to do the merge. Thanks! [1] https://lore.kernel.org/all/20211013104227.62c4d3af@canb.auug.org.au/
>> (@Jakub @David: there will be a conflict for #2 when merging net->net-next, due >> to commit [1]. The conflict is only 5-10 lines for #2 (#1 should be fine) inside >> the file tools/testing/selftests/net/ioam6.sh, so quite short though possibly >> ugly. Sorry for that, I didn't expect to post this one... Had I known, I'd have >> made the opposite.) Hi Jakub, > Hi Justin, net was merged into net-next now, please double check the > resolution. I think it's the same as Stephen's [1]. In the future please Thanks for that, I just checked and it's indeed OK. > try to include a tree way diff or instructions on how to do the merge. Noted, thanks again. > Thanks! > > [1] > https://lore.kernel.org/all/20211013104227.62c4d3af@canb.auug.org.au/