All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Rosen Xu <rosen.xu@intel.com>
Cc: dev@dpdk.org, cristian.dumitrescu@intel.com,
	wenzhuo.lu@intel.com, jasvinder.singh@intel.com,
	ferruh.yigit@intel.com
Subject: Re: [RFC] ethdev: add tail drop API for traffic management
Date: Mon, 13 Aug 2018 12:23:35 -0700	[thread overview]
Message-ID: <20180813122335.2180d282@xeon-e3> (raw)
In-Reply-To: <1534146812-120570-1-git-send-email-rosen.xu@intel.com>

On Mon, 13 Aug 2018 15:53:32 +0800
Rosen Xu <rosen.xu@intel.com> wrote:

> @@ -1028,6 +1094,8 @@ enum rte_tm_error_type {
>  	RTE_TM_ERROR_TYPE_WRED_PROFILE_YELLOW,
>  	RTE_TM_ERROR_TYPE_WRED_PROFILE_RED,
>  	RTE_TM_ERROR_TYPE_WRED_PROFILE_ID,
> +	RTE_TM_ERROR_TYPE_TDROP_PROFILE,
> +	RTE_TM_ERROR_TYPE_TDROP_PROFILE_ID,
>  	RTE_TM_ERROR_TYPE_SHARED_WRED_CONTEXT_ID,
>  	RTE_TM_ERROR_TYPE_SHAPER_PROFILE,
>  	RTE_TM_ERROR_TYPE_SHAPER_PROFILE_COMMITTED_RATE,
> @@ -1279,6 +1347,110 @@ struct rte_tm_error {

Be careful, adding a new enum in middle of list will potentially break ABI.

  reply	other threads:[~2018-08-13 19:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-13  7:53 [RFC] ethdev: add tail drop API for traffic management Rosen Xu
2018-08-13 19:23 ` Stephen Hemminger [this message]
2018-08-14  6:05 ` Jerin Jacob
2018-08-14  6:45   ` Xu, Rosen
2018-08-16  0:56     ` Xu, Rosen
2018-08-16  8:54     ` Dumitrescu, Cristian

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=20180813122335.2180d282@xeon-e3 \
    --to=stephen@networkplumber.org \
    --cc=cristian.dumitrescu@intel.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    --cc=jasvinder.singh@intel.com \
    --cc=rosen.xu@intel.com \
    --cc=wenzhuo.lu@intel.com \
    /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.