[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240809083500.2822656-1-chopps@chopps.org>
Date: Fri, 9 Aug 2024 04:34:58 -0400
From: Christian Hopps <chopps@...pps.org>
To: devel@...ux-ipsec.org
Cc: Steffen Klassert <steffen.klassert@...unet.com>,
netdev@...r.kernel.org,
"David S . Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Florian Westphal <fw@...len.de>,
Sabrina Dubroca <sd@...asysnail.net>,
Simon Horman <horms@...nel.org>,
Antony Antony <antony@...nome.org>,
Christian Hopps <chopps@...pps.org>
Subject: [PATCH ipsec-next v1 00/02] Add 2 functions to skbuff for code sharing
* Summary of Changes:
This patchset contains 2 commits which add 2 functions to skbuff.[ch].
- skb_copy_seq_read() - copy from a skb_seq_state to a buffer
- ___copy_skb_header() - factored existing code
these are used in a followup patchset implementing IP-TFS/AggFrag
encapsulation (https://www.rfc-editor.org/rfc/rfc9347.txt)
Patchset History:
-----------------
v1 (8/9/2024)
- Created from IP-TFS patchset v9
v2 (8/9/2024)
- resend with corrected CC list.
Patchset Changes:
-----------------
include/linux/skbuff.h | 2 ++
net/core/skbuff.c | 43 ++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 44 insertions(+), 1 deletion(-)
Powered by blists - more mailing lists