[qca-nss-sfe] Move mark from CE to CME

Move CE's field mark to CME structure and set the mark
from create message

Change-Id: I9ef717bd262bd4c506676b845926c094c13fea03
Signed-off-by: Ken Zhu <quic_guigenz@quicinc.com>
diff --git a/sfe_ipv4.h b/sfe_ipv4.h
index 36e1038..ace17a9 100644
--- a/sfe_ipv4.h
+++ b/sfe_ipv4.h
@@ -61,7 +61,8 @@
 					/* Indicates that PPPoE should be encapsulated */
 #define SFE_IPV4_CONNECTION_MATCH_FLAG_BRIDGE_FLOW (1<<10)
 					/* Bridge flow */
-
+#define SFE_IPV4_CONNECTION_MATCH_FLAG_MARK (1<<11)
+					/* skb mark of the packet */
 /*
  * IPv4 connection matching structure.
  */
@@ -132,6 +133,7 @@
 	 */
 	u32 priority;
 	u32 dscp;
+	u32 mark;			/* mark for outgoing packet */
 
 	/*
 	 * Packet transmit information.