netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Ahern <dsahern@gmail.com>
To: Vedang Patel <vedang.patel@intel.com>, netdev@vger.kernel.org
Cc: jhs@mojatatu.com, xiyou.wangcong@gmail.com, jiri@resnulli.us,
	stephen@networkplumber.org, vinicius.gomes@intel.com,
	leandro.maciel.dorileo@intel.com, jakub.kicinski@netronome.com,
	m-karicheri2@ti.com
Subject: Re: [PATCH iproute2 net-next v4 1/6] Update kernel headers
Date: Thu, 18 Jul 2019 11:32:27 -0600	[thread overview]
Message-ID: <f1a94a8c-ca50-f9db-795f-b5077a2d308e@gmail.com> (raw)
In-Reply-To: <1563306789-2908-1-git-send-email-vedang.patel@intel.com>

On 7/16/19 1:53 PM, Vedang Patel wrote:
> The type for txtime-delay parameter will change from s32 to u32. So,
> make the corresponding change in the ABI file as well.
> 
> Signed-off-by: Vedang Patel <vedang.patel@intel.com>
> ---
>  include/uapi/linux/pkt_sched.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/uapi/linux/pkt_sched.h b/include/uapi/linux/pkt_sched.h
> index 1f623252abe8..18f185299f47 100644
> --- a/include/uapi/linux/pkt_sched.h
> +++ b/include/uapi/linux/pkt_sched.h
> @@ -1174,7 +1174,7 @@ enum {
>  	TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME, /* s64 */
>  	TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME_EXTENSION, /* s64 */
>  	TCA_TAPRIO_ATTR_FLAGS, /* u32 */
> -	TCA_TAPRIO_ATTR_TXTIME_DELAY, /* s32 */
> +	TCA_TAPRIO_ATTR_TXTIME_DELAY, /* u32 */
>  	__TCA_TAPRIO_ATTR_MAX,
>  };
>  
> 

kernel uapi headers are synced from the kernel. You will need to make
this change to the kernel header and it will make its way to iproute2

  parent reply	other threads:[~2019-07-18 17:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-16 19:53 [PATCH iproute2 net-next v4 1/6] Update kernel headers Vedang Patel
2019-07-16 19:53 ` [PATCH iproute2 net-next v4 2/6] etf: Add skip_sock_check Vedang Patel
2019-07-16 19:53 ` [PATCH iproute2 net-next v4 3/6] taprio: Add support for setting flags Vedang Patel
2019-07-16 19:53 ` [PATCH iproute2 net-next v4 4/6] taprio: add support for setting txtime_delay Vedang Patel
2019-07-16 19:53 ` [PATCH iproute2 net-next v4 5/6] tc: etf: Add documentation for skip-skb-check Vedang Patel
2019-07-18 17:36   ` David Ahern
2019-07-18 19:46     ` Patel, Vedang
2019-07-16 19:53 ` [PATCH iproute2 net-next v4 6/6] tc: taprio: Update documentation Vedang Patel
2019-07-18 17:32 ` David Ahern [this message]
2019-07-18 19:45   ` [PATCH iproute2 net-next v4 1/6] Update kernel headers Patel, Vedang

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=f1a94a8c-ca50-f9db-795f-b5077a2d308e@gmail.com \
    --to=dsahern@gmail.com \
    --cc=jakub.kicinski@netronome.com \
    --cc=jhs@mojatatu.com \
    --cc=jiri@resnulli.us \
    --cc=leandro.maciel.dorileo@intel.com \
    --cc=m-karicheri2@ti.com \
    --cc=netdev@vger.kernel.org \
    --cc=stephen@networkplumber.org \
    --cc=vedang.patel@intel.com \
    --cc=vinicius.gomes@intel.com \
    --cc=xiyou.wangcong@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).