net: sched: Move TCA_CLS_FLAGS_SKIP_HW to uapi header file.

Signed-off-by: Sridhar Samudrala <sridhar.samudrala@intel.com>
Acked-by: John Fastabend <john.r.fastabend@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Samudrala, Sridhar
2016-05-12 17:08:22 -07:00
committed by David S. Miller
parent 860d7ef64d
commit 760edee8b5
2 changed files with 3 additions and 3 deletions

View File

@@ -392,9 +392,6 @@ struct tc_cls_u32_offload {
};
};
/* tca flags definitions */
#define TCA_CLS_FLAGS_SKIP_HW 1
static inline bool tc_should_offload(struct net_device *dev, u32 flags)
{
if (!(dev->features & NETIF_F_HW_TC))