Re: [PATCH net 1/3] net: sched: Add TCA_HW_OFFLOAD

2017-12-14 Thread Jiri Pirko
Thu, Dec 14, 2017 at 02:54:29PM CET, yuv...@mellanox.com wrote: >Qdiscs can be offloaded to HW, but current implementation isn't uniform. >Instead, qdiscs either pass information about offload status via their >TCA_OPTIONS or omit it altogether. > >Introduce a new attribute - TCA_HW_OFFLOAD that wo

[PATCH net 1/3] net: sched: Add TCA_HW_OFFLOAD

2017-12-14 Thread Yuval Mintz
Qdiscs can be offloaded to HW, but current implementation isn't uniform. Instead, qdiscs either pass information about offload status via their TCA_OPTIONS or omit it altogether. Introduce a new attribute - TCA_HW_OFFLOAD that would form a uniform uAPI for the offloading status of qdiscs. Signed-