[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20220301180314.45c0bb84@kicinski-fedora-PC1C0HJN.hsd1.ca.comcast.net>
Date: Tue, 1 Mar 2022 18:03:14 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Martin KaFai Lau <kafai@...com>
Cc: <bpf@...r.kernel.org>, <netdev@...r.kernel.org>,
Alexei Starovoitov <ast@...nel.org>,
Andrii Nakryiko <andrii@...nel.org>,
Daniel Borkmann <daniel@...earbox.net>,
David Miller <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>, <kernel-team@...com>,
Willem de Bruijn <willemb@...gle.com>
Subject: Re: [PATCH v5 net-next 06/13] net: ip: Handle delivery_time in ip
defrag
On Mon, 28 Feb 2022 21:37:09 -0800 Martin KaFai Lau wrote:
> diff --git a/include/net/inet_frag.h b/include/net/inet_frag.h
> index 63540be0fc34..8ad0c1d6d024 100644
> --- a/include/net/inet_frag.h
> +++ b/include/net/inet_frag.h
> @@ -90,6 +90,7 @@ struct inet_frag_queue {
> ktime_t stamp;
> int len;
> int meat;
> + __u8 mono_delivery_time;
> __u8 flags;
> u16 max_size;
> struct fqdir *fqdir;
kdoc missing for this one, also we can ignore the __u8 in flags and
stick to non-uAPI types this time
Powered by blists - more mailing lists