Re: [PATCH net-next v3 5/6] taprio: make clock reference conversions easier

2019-06-17 Thread David Miller
From: Vedang Patel Date: Mon, 17 Jun 2019 12:31:09 -0700 > diff --git a/net/sched/sch_taprio.c b/net/sched/sch_taprio.c > index ab6080013666..f63cc3a9e69a 100644 > --- a/net/sched/sch_taprio.c > +++ b/net/sched/sch_taprio.c ... > return ns_to_ktime(sched->base_time); > } > > +static inl

[PATCH net-next v3 5/6] taprio: make clock reference conversions easier

2019-06-17 Thread Vedang Patel
Later in this series we will need to transform from CLOCK_MONOTONIC (used in TCP) to the clock reference used in TAPRIO. Signed-off-by: Vinicius Costa Gomes Signed-off-by: Vedang Patel --- net/sched/sch_taprio.c | 30 ++ 1 file changed, 22 insertions(+), 8 deletions(