From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EDDF13FC0 for ; Tue, 21 Sep 2021 11:39:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1632224380; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=eDLUqRGbjhzySYEQ1vOfhhuvf1cLojD7ntE3OUk4JoY=; b=FLzrpH70wfF/KDC4sWWKJqRrkiAXv8Zszpi5nJqW0ndh7D4+ZD9aMJjP/JtZfFM9q+gMDX B422zkRAEWiYwWgthrl49Pz2ItGNBS+o9GWVd9CrPF2+1rXjBx+x20leB5UthpztrivsoU yu81oIWKHss/QkcAHHt2fuFD2lcXq8Q= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-445-DlI8TyUoM1ijb2Gntm-pFQ-1; Tue, 21 Sep 2021 07:39:38 -0400 X-MC-Unique: DlI8TyUoM1ijb2Gntm-pFQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id D682C1084688 for ; Tue, 21 Sep 2021 11:39:37 +0000 (UTC) Received: from gerbillo.redhat.com (unknown [10.39.195.132]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4D11460C5F for ; Tue, 21 Sep 2021 11:39:36 +0000 (UTC) From: Paolo Abeni To: mptcp@lists.linux.dev Subject: [PATCH mptcp-next v2 0/3] mptcp: tx refactor update Date: Tue, 21 Sep 2021 13:39:24 +0200 Message-Id: Precedence: bulk X-Mailing-List: mptcp@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=pabeni@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" This are updates to the tx refactor patches as asked by Eric. Note that patch 3/3 should replace completely the existing 'Partially revert "tcp: factor out tcp_build_frag()"' patch. I opted for this solution as the git repo mangling looked easier this way; @matttbe: please tell me if other options are preferred instead. Additionally patch "chtls: rename skb_entail() to chtls_skb_entail()" should be dropped. v1 -> v2: - drop unintended chunk in patch 3/3 [mat] --- include/net/tcp.h | 2 +- net/ipv4/tcp.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) -- 2.26.3