Thread (27 messages) 27 messages, 3 authors, 2026-01-20

Re: [PATCH net-next v7 15/16] quic: add packet builder base

From: Xin Long <lucien.xin@gmail.com>
Date: 2026-01-20 16:07:47
Also in: linux-cifs

On Tue, Jan 20, 2026 at 9:31 AM Paolo Abeni [off-list ref] wrote:
On 1/15/26 4:11 PM, Xin Long wrote:
quoted
+static struct sk_buff *quic_packet_handshake_create(struct sock *sk)
+{
+     struct quic_packet *packet = quic_packet(sk);
+     struct quic_frame *frame, *next;
+
+     /* Free all frames for now, and future patches will implement the actual creation logic. */
+     list_for_each_entry_safe(frame, next, &packet->frame_list, list) {
+             list_del(&frame->list);
+             quic_frame_put(frame);
If you leave this function body empty and do the same for
quic_packet_app_create(), you could additionally strip patch 14 from
this series and avoid leaving several function defined there as unused.
I will give it a try, to move patch 14 to patchset-2.

Thanks.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help