Re: [PATCH net-next v1 3/7] taprio: Add the skeleton to enable hardware offloading

2019-05-30 Thread Jakub Kicinski
On Thu, 30 May 2019 00:21:39 +, Patel, Vedang wrote: > > On May 29, 2019, at 2:06 PM, Jakub Kicinski > > wrote: > > On Wed, 29 May 2019 20:05:16 +, Patel, Vedang wrote: > >> [Sending the email again since the last one was rejected by netdev because > >> it was html.] > >> > >>> On M

Re: [PATCH net-next v1 3/7] taprio: Add the skeleton to enable hardware offloading

2019-05-29 Thread Patel, Vedang
> On May 29, 2019, at 2:06 PM, Jakub Kicinski > wrote: > > On Wed, 29 May 2019 20:05:16 +, Patel, Vedang wrote: >> [Sending the email again since the last one was rejected by netdev because >> it was html.] >> >>> On May 29, 2019, at 12:14 PM, Jakub Kicinski >>> wrote: >>> >>> On Wed,

Re: [PATCH net-next v1 3/7] taprio: Add the skeleton to enable hardware offloading

2019-05-29 Thread Jakub Kicinski
On Wed, 29 May 2019 20:05:16 +, Patel, Vedang wrote: > [Sending the email again since the last one was rejected by netdev because it > was html.] > > > On May 29, 2019, at 12:14 PM, Jakub Kicinski > > wrote: > > > > On Wed, 29 May 2019 17:06:49 +, Patel, Vedang wrote: > >>> On May 28

Re: [PATCH net-next v1 3/7] taprio: Add the skeleton to enable hardware offloading

2019-05-29 Thread Patel, Vedang
[Sending the email again since the last one was rejected by netdev because it was html.] > On May 29, 2019, at 12:14 PM, Jakub Kicinski > wrote: > > On Wed, 29 May 2019 17:06:49 +, Patel, Vedang wrote: >>> On May 28, 2019, at 3:45 PM, Jakub Kicinski >>> wrote: >>> On Tue, 28 May 2019 10:

Re: [PATCH net-next v1 3/7] taprio: Add the skeleton to enable hardware offloading

2019-05-29 Thread Jakub Kicinski
On Wed, 29 May 2019 17:06:49 +, Patel, Vedang wrote: > > On May 28, 2019, at 3:45 PM, Jakub Kicinski > > wrote: > > On Tue, 28 May 2019 10:46:44 -0700, Vedang Patel wrote: > >> From: Vinicius Costa Gomes > >> > >> This adds the UAPI and the core bits necessary for userspace to > >> reques

Re: [PATCH net-next v1 3/7] taprio: Add the skeleton to enable hardware offloading

2019-05-29 Thread Patel, Vedang
Thanks Jacub for they inputs. > On May 28, 2019, at 3:45 PM, Jakub Kicinski > wrote: > > On Tue, 28 May 2019 10:46:44 -0700, Vedang Patel wrote: >> From: Vinicius Costa Gomes >> >> This adds the UAPI and the core bits necessary for userspace to >> request hardware offloading to be enabled. >>

Re: [PATCH net-next v1 3/7] taprio: Add the skeleton to enable hardware offloading

2019-05-28 Thread Jakub Kicinski
On Tue, 28 May 2019 10:46:44 -0700, Vedang Patel wrote: > From: Vinicius Costa Gomes > > This adds the UAPI and the core bits necessary for userspace to > request hardware offloading to be enabled. > > The future commits will enable hybrid or full offloading for taprio. This > commit sets up the

[PATCH net-next v1 3/7] taprio: Add the skeleton to enable hardware offloading

2019-05-28 Thread Vedang Patel
From: Vinicius Costa Gomes This adds the UAPI and the core bits necessary for userspace to request hardware offloading to be enabled. The future commits will enable hybrid or full offloading for taprio. This commit sets up the infrastructure to enable it via the netlink interface. Signed-off-by