Re: [PATCH iproute2 net-next v1 3/6] taprio: Add support for enabling offload mode

2019-06-06 Thread Patel, Vedang
> On Jun 6, 2019, at 2:46 PM, Stephen Hemminger > wrote: > > On Thu, 6 Jun 2019 21:13:50 + > "Patel, Vedang" wrote: > >>> On Jun 6, 2019, at 12:43 PM, Stephen Hemminger >>> wrote: >>> >>> On Thu, 6 Jun 2019 10:52:18 -0700 >>> Vedang Patel wrote: >>> @@ -405,6 +420,7 @@ static

Re: [PATCH iproute2 net-next v1 3/6] taprio: Add support for enabling offload mode

2019-06-06 Thread Stephen Hemminger
On Thu, 6 Jun 2019 21:13:50 + "Patel, Vedang" wrote: > > On Jun 6, 2019, at 12:43 PM, Stephen Hemminger > > wrote: > > > > On Thu, 6 Jun 2019 10:52:18 -0700 > > Vedang Patel wrote: > > > >> @@ -405,6 +420,7 @@ static int taprio_print_opt(struct qdisc_util *qu, > >> FILE *f, struct rt

Re: [PATCH iproute2 net-next v1 3/6] taprio: Add support for enabling offload mode

2019-06-06 Thread Patel, Vedang
> On Jun 6, 2019, at 12:43 PM, Stephen Hemminger > wrote: > > On Thu, 6 Jun 2019 10:52:18 -0700 > Vedang Patel wrote: > >> @@ -405,6 +420,7 @@ static int taprio_print_opt(struct qdisc_util *qu, FILE >> *f, struct rtattr *opt) >> struct rtattr *tb[TCA_TAPRIO_ATTR_MAX + 1]; >> str

Re: [PATCH iproute2 net-next v1 3/6] taprio: Add support for enabling offload mode

2019-06-06 Thread Stephen Hemminger
On Thu, 6 Jun 2019 10:52:18 -0700 Vedang Patel wrote: > @@ -405,6 +420,7 @@ static int taprio_print_opt(struct qdisc_util *qu, FILE > *f, struct rtattr *opt) > struct rtattr *tb[TCA_TAPRIO_ATTR_MAX + 1]; > struct tc_mqprio_qopt *qopt = 0; > __s32 clockid = CLOCKID_INVALID; > +

[PATCH iproute2 net-next v1 3/6] taprio: Add support for enabling offload mode

2019-06-06 Thread Vedang Patel
From: Vinicius Costa Gomes This allows a new parameter to be passed to taprio, "offload", accepting a hexadecimal number which selects the offloading flags thats should be enabled. Signed-off-by: Vinicius Costa Gomes --- tc/q_taprio.c | 21 + 1 file changed, 21 insertions(+

[PATCH iproute2 net-next v1 3/6] taprio: Add support for enabling offload mode

2019-05-28 Thread Vedang Patel
From: Vinicius Costa Gomes This allows a new parameter to be passed to taprio, "offload", accepting a hexadecimal number which selects the offloading flags thats should be enabled. Signed-off-by: Vinicius Costa Gomes --- tc/q_taprio.c | 21 + 1 file changed, 21 insertions(+