[qca-nss-sfe] Bridge acceleration support
Support bridge acceleration
Change-Id: Id4305ccd42b1b343be9716c4e5f25f5a0f5aa024
Signed-off-by: Ratheesh Kannoth <quic_rkannoth@quicinc.com>
diff --git a/sfe_ipv4.h b/sfe_ipv4.h
index 5ce9123..e614cbc 100644
--- a/sfe_ipv4.h
+++ b/sfe_ipv4.h
@@ -59,6 +59,8 @@
/* Indicates that PPPoE should be decapsulated */
#define SFE_IPV4_CONNECTION_MATCH_FLAG_PPPOE_ENCAP (1<<9)
/* Indicates that PPPoE should be encapsulated */
+#define SFE_IPV4_CONNECTION_MATCH_FLAG_BRIDGE_FLOW (1<<10)
+ /* Bridge flow */
/*
* IPv4 connection matching structure.