Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41a07279 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "net: Kconfig changes to enable sfe feature"

parents 44d57bb9 4c85ebff
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -451,6 +451,17 @@ config FAILOVER
	  migration of VMs with direct attached VFs by failing over to the
	  paravirtual datapath when the VF is unplugged.

#Shortcut-forwarding-engine
config ENABLE_SFE
	bool "Enable Shortcut-forwarding-engine"
	depends on QGKI
	help
	  ENABLE_SFE enables software acceleration on the target.
          The change supports Shortcut forwarding engine feature.
	  Includes following changes, Add support to packet threshold events.
	  Changes to support Shortcut Forward Engine.
	  Add bridge API to access the bridge slave port.

endif   # if NET

# Used by archs to tell that they support BPF JIT compiler plus which flavour.