RE: [PATCH v4 net-next 14/14] net: sysctl: introduce sysctl SYSCTL_FIVE

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Paolo and Joel,

	We will remove this patch as we check this will be only used by tcp_ecn in the upcoming patch.

Brs,
Chia-Yu

-----Original Message-----
From: Joel Granados <joel.granados@xxxxxxxxxx> 
Sent: Thursday, October 31, 2024 3:09 PM
To: Chia-Yu Chang (Nokia) <chia-yu.chang@xxxxxxxxxxxxxxxxxxx>
Cc: netdev@xxxxxxxxxxxxxxx; davem@xxxxxxxxxxxxx; edumazet@xxxxxxxxxx; kuba@xxxxxxxxxx; pabeni@xxxxxxxxxx; dsahern@xxxxxxxxxx; netfilter-devel@xxxxxxxxxxxxxxx; kadlec@xxxxxxxxxxxxx; coreteam@xxxxxxxxxxxxx; pablo@xxxxxxxxxxxxx; bpf@xxxxxxxxxxxxxxx; linux-fsdevel@xxxxxxxxxxxxxxx; kees@xxxxxxxxxx; mcgrof@xxxxxxxxxx; ij@xxxxxxxxxx; ncardwell@xxxxxxxxxx; Koen De Schepper (Nokia) <koen.de_schepper@xxxxxxxxxxxxxxxxxxx>; g.white@xxxxxxxxxxxxx; ingemar.s.johansson@xxxxxxxxxxxx; mirja.kuehlewind@xxxxxxxxxxxx; cheshire@xxxxxxxxx; rs.ietf@xxxxxx; Jason_Livingood@xxxxxxxxxxx; vidhi_goel@xxxxxxxxx
Subject: Re: [PATCH v4 net-next 14/14] net: sysctl: introduce sysctl SYSCTL_FIVE

[Some people who received this message don't often get email from joel.granados@xxxxxxxxxx. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]

CAUTION: This is an external email. Please be very careful when clicking links or opening attachments. See the URL nok.it/ext for additional information.



On Mon, Oct 21, 2024 at 11:59:10PM +0200, chia-yu.chang@xxxxxxxxxxxxxxxxxxx wrote:
> From: Chia-Yu Chang <chia-yu.chang@xxxxxxxxxxxxxxxxxxx>
>
> Add SYSCTL_FIVE for new AccECN feedback modes of net.ipv4.tcp_ecn.
>
> Signed-off-by: Chia-Yu Chang <chia-yu.chang@xxxxxxxxxxxxxxxxxxx>
> ---
>  include/linux/sysctl.h | 17 +++++++++--------
>  kernel/sysctl.c        |  3 ++-
>  2 files changed, 11 insertions(+), 9 deletions(-)
>
> diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 
> aa4c6d44aaa0..37c95a70c10e 100644
> --- a/include/linux/sysctl.h
> +++ b/include/linux/sysctl.h
> @@ -37,21 +37,22 @@ struct ctl_table_root;  struct ctl_table_header;  
> struct ctl_dir;
>
> -/* Keep the same order as in fs/proc/proc_sysctl.c */
> +/* Keep the same order as in kernel/sysctl.c */
>  #define SYSCTL_ZERO                  ((void *)&sysctl_vals[0])
>  #define SYSCTL_ONE                   ((void *)&sysctl_vals[1])
>  #define SYSCTL_TWO                   ((void *)&sysctl_vals[2])
>  #define SYSCTL_THREE                 ((void *)&sysctl_vals[3])
>  #define SYSCTL_FOUR                  ((void *)&sysctl_vals[4])
> -#define SYSCTL_ONE_HUNDRED           ((void *)&sysctl_vals[5])
> -#define SYSCTL_TWO_HUNDRED           ((void *)&sysctl_vals[6])
> -#define SYSCTL_ONE_THOUSAND          ((void *)&sysctl_vals[7])
> -#define SYSCTL_THREE_THOUSAND                ((void *)&sysctl_vals[8])
> -#define SYSCTL_INT_MAX                       ((void *)&sysctl_vals[9])
> +#define SYSCTL_FIVE                  ((void *)&sysctl_vals[5])
Is it necessary to insert the value instead of appending it to the end of sysctl_vals? I would actually consider Paolo Abeni's suggestion to just use a constant if you are using it only in one place.

> +#define SYSCTL_ONE_HUNDRED           ((void *)&sysctl_vals[6])
> +#define SYSCTL_TWO_HUNDRED           ((void *)&sysctl_vals[7])
> +#define SYSCTL_ONE_THOUSAND          ((void *)&sysctl_vals[8])
> +#define SYSCTL_THREE_THOUSAND                ((void *)&sysctl_vals[9])
> +#define SYSCTL_INT_MAX                       ((void *)&sysctl_vals[10])
>
>  /* this is needed for the proc_dointvec_minmax for [fs_]overflow UID and GID */
> -#define SYSCTL_MAXOLDUID             ((void *)&sysctl_vals[10])
> -#define SYSCTL_NEG_ONE                       ((void *)&sysctl_vals[11])
> +#define SYSCTL_MAXOLDUID             ((void *)&sysctl_vals[11])
> +#define SYSCTL_NEG_ONE                       ((void *)&sysctl_vals[12])
>
>  extern const int sysctl_vals[];
>
> diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 
> 79e6cb1d5c48..68b6ca67a0c6 100644
> --- a/kernel/sysctl.c
> +++ b/kernel/sysctl.c
> @@ -82,7 +82,8 @@
>  #endif
>
>  /* shared constants to be used in various sysctls */ -const int 
> sysctl_vals[] = { 0, 1, 2, 3, 4, 100, 200, 1000, 3000, INT_MAX, 65535, 
> -1 };
> +const int sysctl_vals[] = { 0, 1, 2, 3, 4, 5, 100, 200, 1000, 3000, INT_MAX,
> +                        65535, -1 };
>  EXPORT_SYMBOL(sysctl_vals);
>
>  const unsigned long sysctl_long_vals[] = { 0, 1, LONG_MAX };
> --
> 2.34.1
>

--

Joel Granados





[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [NTFS 3]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [NTFS 3]     [Samba]     [Device Mapper]     [CEPH Development]

  Powered by Linux