On Tue, 26 Dec 2017 11:48:45 +0200
Yuval Mintz wrote:
> Use the newly added TCA_HW_OFFLOAD indication from kernel
> to print a consistent 'offloaded' message to user when listing qdiscs.
>
> Signed-off-by: Yuval Mintz
Applied to master (since TCA_HW_OFFLOAD is already present).
> >Use the newly added TCA_HW_OFFLOAD indication from kernel
> >to print a consistent 'offloaded' message to user when listing qdiscs.
> >
> >Signed-off-by: Yuval Mintz
>
> Reviewed-by: Jiri Pirko
Just now saw the Stephen's e-mail regarding iproute's net-next branch.
In this case the new uapi n
Tue, Dec 26, 2017 at 10:48:45AM CET, yuv...@mellanox.com wrote:
>Use the newly added TCA_HW_OFFLOAD indication from kernel
>to print a consistent 'offloaded' message to user when listing qdiscs.
>
>Signed-off-by: Yuval Mintz
Reviewed-by: Jiri Pirko
Use the newly added TCA_HW_OFFLOAD indication from kernel
to print a consistent 'offloaded' message to user when listing qdiscs.
Signed-off-by: Yuval Mintz
---
include/uapi/linux/rtnetlink.h | 1 +
tc/tc_qdisc.c | 4
2 files changed, 5 insertions(+)
diff --git a/include/ua