All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] net/sched: Removed unused vlan actions definition
@ 2017-04-05 16:09 Or Gerlitz
  2017-04-06 16:05 ` Simon Horman
  2017-04-06 20:28 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Or Gerlitz @ 2017-04-05 16:09 UTC (permalink / raw)
  To: David S. Miller; +Cc: Jiri Pirko, netdev, Or Gerlitz

Commit c7e2b9689ef "sched: introduce vlan action" added both the
UAPI values for the vlan actions (TCA_VLAN_ACT_) and these two
in-kernel ones which are not used, remove them.

Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
---
 include/net/tc_act/tc_vlan.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/net/tc_act/tc_vlan.h b/include/net/tc_act/tc_vlan.h
index 9690c04..c2090df 100644
--- a/include/net/tc_act/tc_vlan.h
+++ b/include/net/tc_act/tc_vlan.h
@@ -13,9 +13,6 @@
 #include <net/act_api.h>
 #include <linux/tc_act/tc_vlan.h>
 
-#define VLAN_F_POP		0x1
-#define VLAN_F_PUSH		0x2
-
 struct tcf_vlan {
 	struct tc_action	common;
 	int			tcfv_action;
-- 
2.3.7

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-04-06 20:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-05 16:09 [PATCH net-next] net/sched: Removed unused vlan actions definition Or Gerlitz
2017-04-06 16:05 ` Simon Horman
2017-04-06 20:28 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.