Message ID | 20241028220212.24132-1-justin.iurman@uliege.be (mailing list archive) |
---|---|
Headers | show
Received: from serv108.segi.ulg.ac.be (serv108.segi.ulg.ac.be [139.165.32.111]) (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 E6FC81EF0AC; Mon, 28 Oct 2024 22:02:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=139.165.32.111 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730152965; cv=none; b=G+6fjRuElQS56eUKHnmbw02/Kq75jkRH3D1/qCUuxvj+g6IPp9/VG36D4+b2NDRzSZSX+x8oPQqwybe65ndfl0yQWkMIRHzm1py2ik8dbQV8kAwT8OVC8oyx8OcoYCFMVB89CtyhM/tN7FoBVFAxtjRuVVUm4Vi5AExcbuoGkTg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730152965; c=relaxed/simple; bh=ujp1/jKeDc5NDfVkWom7tc8Ol4j64Ig2kDBcViWgXNA=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=mwo8qsIUQAF1VDhZHBK89XvG5DJLQOAFiSHeOEafsSIbnY5IeWpL1fNuGhbnkh6xbhjjJeTUqhT1+VzmnxPUo743wIeDklMVdESVzWG8Kq4QYN5Kq3A+ZZCniiu59XfpkOs6NpOp2oYLDFUhuZ8Mfe+rExsY+hQvyCCzwzRKyQk= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=uliege.be; spf=pass smtp.mailfrom=uliege.be; dkim=pass (2048-bit key) header.d=uliege.be header.i=@uliege.be header.b=2tkZUdAg; arc=none smtp.client-ip=139.165.32.111 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=uliege.be Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=uliege.be Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=uliege.be header.i=@uliege.be header.b="2tkZUdAg" Received: from localhost.localdomain (modemcable174.147-130-66.mc.videotron.ca [66.130.147.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by serv108.segi.ulg.ac.be (Postfix) with ESMTPSA id 7250420167D1; Mon, 28 Oct 2024 23:02:32 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 serv108.segi.ulg.ac.be 7250420167D1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=uliege.be; s=ulg20190529; t=1730152954; bh=xhgerrHTTO59y44c3Jm6bkvSuMQT6i0Ogkew4CBYgPY=; h=From:To:Cc:Subject:Date:From; b=2tkZUdAgWnqA2nOi0QIrOp4trdaaEWkL77Wdwch3Do+9HAh8hM3Pagi06gXSQDdw8 3BmZcf/bp8cqLR3yHbEAILnGiwswomzEGwPW8/AHvD4B9Sbk26voAgdVNR1sBTSkJW nPBl8O2BOdVUNl6xI7GyTilKXejQBycGNZBy9o6vYwIUpvOWeIcZikFxVgQzY2uTtv jwrCXvVVPaAOf4ppLjOylbiZ6yBHeexaYHPM0Mcoa9B36FWvm4RA98+DU8WhrqGx9Q ScDCfdJPPZVhOEq+HM31DG818Dz2mDIptEUXYfgf/rcnPReQkIhGx+n03NR+DUPBc9 hFbQrYY1RzX4A== From: Justin Iurman <justin.iurman@uliege.be> To: netdev@vger.kernel.org Cc: davem@davemloft.net, dsahern@kernel.org, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, linux-kernel@vger.kernel.org, justin.iurman@uliege.be Subject: [PATCH net-next v2 0/3] Mitigate the two-reallocations issue for iptunnels Date: Mon, 28 Oct 2024 23:02:09 +0100 Message-Id: <20241028220212.24132-1-justin.iurman@uliege.be> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: <netdev.vger.kernel.org> List-Subscribe: <mailto:netdev+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:netdev+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Delegate: kuba@kernel.org |
Series |
Mitigate the two-reallocations issue for iptunnels
|
expand
|