lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAM_iQpWC0arAJsY2Y+SKzYwaiyGDwQ61mopriEK9Q9EsPnwgTw@mail.gmail.com>
Date:   Sun, 27 Jun 2021 11:32:47 -0700
From:   Cong Wang <xiyou.wangcong@...il.com>
To:     Niclas Hedam <nhed@....dk>
Cc:     "stephen@...workplumber.org" <stephen@...workplumber.org>,
        "netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: Re: [PATCH] net: sched: Add support for packet bursting.

On Fri, Jun 25, 2021 at 5:03 AM Niclas Hedam <nhed@....dk> wrote:
> diff --git a/include/uapi/linux/pkt_sched.h b/include/uapi/linux/pkt_sched.h
> index 79a699f106b1..826d1dee6601 100644
> --- a/include/uapi/linux/pkt_sched.h
> +++ b/include/uapi/linux/pkt_sched.h
> @@ -594,6 +594,7 @@ enum {
>         TCA_NETEM_DELAY_DIST,
>         TCA_NETEM_REORDER,
>         TCA_NETEM_CORRUPT,
> +       TCA_NETEM_BURSTING,
>         TCA_NETEM_LOSS,
>         TCA_NETEM_RATE,
>         TCA_NETEM_ECN,

You can't add a new enum in the middle, as it is UAPI.

Thanks.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ