All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cong Wang <xiyou.wangcong@gmail.com>
To: Niclas Hedam <nhed@itu.dk>
Cc: "stephen@networkplumber.org" <stephen@networkplumber.org>,
	"netdev@vger.kernel.org" <netdev@vger.kernel.org>
Subject: Re: [PATCH] net: sched: Add support for packet bursting.
Date: Sun, 27 Jun 2021 11:32:47 -0700	[thread overview]
Message-ID: <CAM_iQpWC0arAJsY2Y+SKzYwaiyGDwQ61mopriEK9Q9EsPnwgTw@mail.gmail.com> (raw)
In-Reply-To: <0124A7CD-1C46-4BC2-A18C-9B03DD57B8B8@itu.dk>

On Fri, Jun 25, 2021 at 5:03 AM Niclas Hedam <nhed@itu.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.

  parent reply	other threads:[~2021-06-27 18:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-25 12:03 [PATCH] net: sched: Add support for packet bursting Niclas Hedam
2021-06-25 20:54 ` kernel test robot
2021-06-25 20:54   ` kernel test robot
2021-06-25 22:34 ` kernel test robot
2021-06-25 22:34   ` kernel test robot
2021-06-27 18:32 ` Cong Wang [this message]
2021-06-27 19:12   ` Niclas Hedam

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAM_iQpWC0arAJsY2Y+SKzYwaiyGDwQ61mopriEK9Q9EsPnwgTw@mail.gmail.com \
    --to=xiyou.wangcong@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=nhed@itu.dk \
    --cc=stephen@networkplumber.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.