mbox series

[mptcp-next,0/3] mptcp: misc stuff

Message ID cover.1614013455.git.pabeni@redhat.com
Headers show
Series mptcp: misc stuff | expand

Message

Paolo Abeni Feb. 22, 2021, 5:07 p.m. UTC
A bunch of patches I kept sitting in my local three for a while
The first 2 add a few more MIBs counters, for client and error
detection's sake.
The last one cleans-up a bit msk->first usage.

Paolo Abeni (3):
  mptcp: add mib for token creation fallback
  mptcp: add active MPC mibs
  mptcp: remove unneeded check on first subflow

 net/mptcp/mib.c      | 3 +++
 net/mptcp/mib.h      | 3 +++
 net/mptcp/options.c  | 2 +-
 net/mptcp/protocol.c | 8 ++++++--
 net/mptcp/subflow.c  | 4 ++++
 5 files changed, 17 insertions(+), 3 deletions(-)

Comments

Mat Martineau Feb. 23, 2021, 1:26 a.m. UTC | #1
On Mon, 22 Feb 2021, Paolo Abeni wrote:

> A bunch of patches I kept sitting in my local three for a while
> The first 2 add a few more MIBs counters, for client and error
> detection's sake.
> The last one cleans-up a bit msk->first usage.
>
> Paolo Abeni (3):
>  mptcp: add mib for token creation fallback
>  mptcp: add active MPC mibs
>  mptcp: remove unneeded check on first subflow
>
> net/mptcp/mib.c      | 3 +++
> net/mptcp/mib.h      | 3 +++
> net/mptcp/options.c  | 2 +-
> net/mptcp/protocol.c | 8 ++++++--
> net/mptcp/subflow.c  | 4 ++++
> 5 files changed, 17 insertions(+), 3 deletions(-)
>
> -- 
> 2.26.2

These look good for the export branch, thanks Paolo.

Reviewed-by: Mat Martineau <mathew.j.martineau@linux.intel.com>

--
Mat Martineau
Intel
Matthieu Baerts Feb. 23, 2021, 5:59 p.m. UTC | #2
Hi Paolo, Mat,

On 22/02/2021 18:07, Paolo Abeni wrote:
> A bunch of patches I kept sitting in my local three for a while
> The first 2 add a few more MIBs counters, for client and error
> detection's sake.
> The last one cleans-up a bit msk->first usage.
> 
> Paolo Abeni (3):
>    mptcp: add mib for token creation fallback
>    mptcp: add active MPC mibs
>    mptcp: remove unneeded check on first subflow

Thank you for the patches and the reviews!

Just applied at the end of the tree with Mat's RvB tags:

- 126867fc6c69: mptcp: add mib for token creation fallback
- d79fd47eb3ff: mptcp: add active MPC mibs
- a067c0c19a59: mptcp: remove unneeded check on first subflow
- Results: 8d9171e1a9d2..12ba6e545134

Tests + export are in progress!

Cheers,
Matt