commit | a16fa289843d5d4dd7c4d8eb3b2deb15a9d2180e | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@resnulli.us> | Tue Mar 10 16:49:09 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 10 16:04:19 2020 -0700 |
tree | 8db1b7e7a3bbd559c06c7e996eab3dd23d7ff1dc | |
parent | 42d5fe5f9c19a3c6a74186190936df91dcab4aa4 [diff] |
flow_offload: restrict driver to pass one allowed bit to flow_action_hw_stats_types_check() The intention of this helper was to allow driver to specify one type that it supports, so not only "any" value would pass. So make the API more strict and allow driver to pass only 1 bit that is going to be checked. Signed-off-by: Jiri Pirko <jiri@resnulli.us> Signed-off-by: David S. Miller <davem@davemloft.net>