Re: [PATCH net-next v3] mptcp: fix length of MP_PRIO suboption

2021-02-02 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 1 Feb 2021 14:05:26 +0100 you wrote: > With version 0 of the protocol it was legal to encode the 'Subflow Id' in > the MP_PRIO suboption, to specify which subflow would change its 'Backup' > flag. This has been rem

Re: [PATCH net-next v3] mptcp: fix length of MP_PRIO suboption

2021-02-01 Thread Matteo Croce
On Mon, Feb 1, 2021 at 2:08 PM Davide Caratti wrote: > > With version 0 of the protocol it was legal to encode the 'Subflow Id' in > the MP_PRIO suboption, to specify which subflow would change its 'Backup' > flag. This has been removed from v1 specification: thus, according to RFC > 8684 §3.3.8,

[PATCH net-next v3] mptcp: fix length of MP_PRIO suboption

2021-02-01 Thread Davide Caratti
With version 0 of the protocol it was legal to encode the 'Subflow Id' in the MP_PRIO suboption, to specify which subflow would change its 'Backup' flag. This has been removed from v1 specification: thus, according to RFC 8684 §3.3.8, the resulting 'Length' for MP_PRIO changed from 4 to 3 byte. Cu