mqprio: Change handling of hw u8 to allow for multiple hardware offload modes
authorAlexander Duyck <alexander.h.duyck@intel.com>
Wed, 15 Mar 2017 17:39:18 +0000 (10:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Mar 2017 22:20:27 +0000 (15:20 -0700)
commit2026fecf516bc04df20cb50874957cd8c364fb4e
tree17dff1ad69ed0f125ff2f93b83b1bcb3908e724b
parent5b7696499c68a6b84127018d063649597e31627a
mqprio: Change handling of hw u8 to allow for multiple hardware offload modes

This patch is meant to allow for support of multiple hardware offload type
for a single device. There is currently no bounds checking for the hw
member of the mqprio_qopt structure.  This results in us being able to pass
values from 1 to 255 with all being treated the same.  On retreiving the
value it is returned as 1 for anything 1 or greater being set.

With this change we are currently adding limited bounds checking by
defining an enum and using those values to limit the reported hardware
offloads.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/pkt_sched.h
net/sched/sch_mqprio.c