linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Po Liu <po.liu@nxp.com>
To: Stephen Hemminger <stephen@networkplumber.org>
Cc: "dsahern@gmail.com" <dsahern@gmail.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"netdev@vger.kernel.org" <netdev@vger.kernel.org>,
	"vinicius.gomes@intel.com" <vinicius.gomes@intel.com>,
	"davem@davemloft.net" <davem@davemloft.net>,
	"vlad@buslov.dev" <vlad@buslov.dev>,
	Claudiu Manoil <claudiu.manoil@nxp.com>,
	Vladimir Oltean <vladimir.oltean@nxp.com>,
	Alexandru Marginean <alexandru.marginean@nxp.com>
Subject: RE: Re: [v4,iproute2-next 1/2] iproute2-next:tc:action: add a gate control action
Date: Thu, 7 May 2020 02:52:56 +0000	[thread overview]
Message-ID: <VE1PR04MB64969AC550AE3A762DADEF5292A50@VE1PR04MB6496.eurprd04.prod.outlook.com> (raw)

Hi Stephen,


> -----Original Message-----
> From: Stephen Hemminger <stephen@networkplumber.org>
> Sent: 2020年5月6日 23:22
> To: Po Liu <po.liu@nxp.com>
> Cc: dsahern@gmail.com; linux-kernel@vger.kernel.org;
> netdev@vger.kernel.org; vinicius.gomes@intel.com;
> davem@davemloft.net; vlad@buslov.dev; Claudiu Manoil
> <claudiu.manoil@nxp.com>; Vladimir Oltean <vladimir.oltean@nxp.com>;
> Alexandru Marginean <alexandru.marginean@nxp.com>
> Subject: Re: [v4,iproute2-next 1/2] iproute2-next:tc:action: add a
> gate control action
> On Wed,  6 May 2020 16:40:19 +0800
> Po Liu <Po.Liu@nxp.com> wrote:
> 
> >               } else if (matches(*argv, "base-time") == 0) {
> > +                     NEXT_ARG();
> > +                     if (get_u64(&base_time, *argv, 10)) {
> > +                             invalidarg = "base-time";
> > +                             goto err_arg;
> > +                     }
> > +             } else if (matches(*argv, "cycle-time") == 0) {
> > +                     NEXT_ARG();
> > +                     if (get_u64(&cycle_time, *argv, 10)) {
> > +                             invalidarg = "cycle-time";
> > +                             goto err_arg;
> > +                     }
> > +             } else if (matches(*argv, "cycle-time-ext") == 0) {
> > +                     NEXT_ARG();
> > +                     if (get_u64(&cycle_time_ext, *argv, 10)) {
> > +                             invalidarg = "cycle-time-ext";
> > +                             goto err_arg;
> > +                     }
> 
> Could all these time values use existing TC helper routines?

I agree to keep the tc routines input.
The names of timer input and type is more reference the taprio input.

> See get_time().  The way you have it makes sense for hardware but stands
> out versus the rest of tc.
> 
> It maybe that the kernel UAPI is wrong, and should be using same time
> units as rest of tc. Forgot to review that part of the patch.

I would also sync with kernel UAPI if needed.


Br,
Po Liu

             reply	other threads:[~2020-05-07  2:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-07  2:52 Po Liu [this message]
2020-05-07 12:31 ` Re: [v4,iproute2-next 1/2] iproute2-next:tc:action: add a gate control action Po Liu

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=VE1PR04MB64969AC550AE3A762DADEF5292A50@VE1PR04MB6496.eurprd04.prod.outlook.com \
    --to=po.liu@nxp.com \
    --cc=alexandru.marginean@nxp.com \
    --cc=claudiu.manoil@nxp.com \
    --cc=davem@davemloft.net \
    --cc=dsahern@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=stephen@networkplumber.org \
    --cc=vinicius.gomes@intel.com \
    --cc=vlad@buslov.dev \
    --cc=vladimir.oltean@nxp.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).