shortcut-fe: support to remark packet DSCP and skb priority

Change-Id: Icfd14f2c472405269dd8bfe909f4d7e0604ad57c
Signed-off-by: Xiaoping Fan <xfan@codeaurora.org>
diff --git a/shortcut-fe/sfe_cm.h b/shortcut-fe/sfe_cm.h
index 664b1e3..ec676a3 100644
--- a/shortcut-fe/sfe_cm.h
+++ b/shortcut-fe/sfe_cm.h
@@ -18,8 +18,12 @@
 /*
  * connection flags.
  */
-#define SFE_CREATE_FLAG_NO_SEQ_CHECK 0x1
+#define SFE_CREATE_FLAG_NO_SEQ_CHECK (1<<0)
 					/* Indicates that we should not check sequence numbers */
+#define SFE_CREATE_FLAG_REMARK_PRIORITY (1<<1)
+					/* Indicates that we should remark priority of skb */
+#define SFE_CREATE_FLAG_REMARK_DSCP (1<<2)
+					/* Indicates that we should remark DSCP of packet */
 
 /*
  * IPv6 address structure