Message ID | 20241025133727.27742-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 DCA241E52D; Fri, 25 Oct 2024 13:46:24 +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=1729863987; cv=none; b=ovZqehkVo24JGg3tZq0mPcwbRW7b11Mrs72e9fo0F45xcUUuDJ4jyTUKnD6eP17kz6R4MDFVVZOlaht2vsIa3T7AFrLntYAc8sSJngVH+7+e6Yo8yDMs+K5h/Nb99lnTl6vmATE6BPMcRdR8ZrgHW/69j2NhWmdfHH0cSjH/OCY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729863987; c=relaxed/simple; bh=po3oqvvSsArGXD1EvWQlOiEKTRCDioPTGvw8Mlb4W34=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=ARxrjNdSkReJYzoqpKIhzekW29d95WMDD6nwGS20VaQ7Az1Ev6/0949Mo5Bz7kH3bEI0GXl6E6rw9W7mKmAA+PO70K/yjnwfUijDQz/X41ryyniA1wGY3trK3mGbQWJQCim+wxhT5jrH03YgQhueRUMdbUvA1y5V22D7IQy+bW0= 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=AsrPx7d0; 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="AsrPx7d0" Received: from localhost.localdomain (220.24-245-81.adsl-dyn.isp.belgacom.be [81.245.24.220]) (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 7370A200EEC3; Fri, 25 Oct 2024 15:37:49 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 serv108.segi.ulg.ac.be 7370A200EEC3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=uliege.be; s=ulg20190529; t=1729863469; bh=0zch5HZGpUzO3VSt3kgI73Tmmq2bTZwt6RcGcHiAEd4=; h=From:To:Cc:Subject:Date:From; b=AsrPx7d06HTL+tQD82j5gy7OpZO1iu9DPMfxNJiPpT2XY/HmtlQkP1bOgRuwqUje7 zCXQq03zLPdcv2WbCLtJSEbmwwu3g+8eWEcxvFrENv8jgEoAIZqoyJizsJ4gHl9il6 FPAOAkoChcoIefhuklKT5sKNx3OjD+EbbSLLsia1PbdE6mozQsNmLBiXbOdYEI9nlO 9rG7EnLm/dS/znqtHL9PBD7mCFVorsEqzhGXperL+8xU/ysjCDgM7wEB2vplK6a9s9 PFQnIp1RaBe1qm9hYLP5PTElp4Jhb4v0RhRxPwrnxe4M7WW6cADolzwuUxyL1gNXlZ WKGkiSYTEG9hA== 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 0/3] Mitigate the two-reallocations issue for iptunnels Date: Fri, 25 Oct 2024 15:37:24 +0200 Message-Id: <20241025133727.27742-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
|