Lines Matching full:vcap
3 # Microchip VCAP API configuration
8 config VCAP config
9 bool "VCAP (Versatile Content-Aware Processor) library"
11 Provides the basic VCAP functionality for multiple Microchip switchcores
13 A VCAP is essentially a TCAM with rules consisting of
19 Besides this each VCAP has:
24 The VCAP implementation provides switchcore independent handling of rules
31 of the VCAP instances are attached to the VCAP API and a client can then
33 limitations that each VCAP has in terms of its supported keys and actions.
35 Different switchcores will have different VCAP instances with different
36 characteristics. Look in the datasheet for the VCAP specifications for the
40 bool "KUnit test for VCAP library" if !KUNIT_ALL_TESTS
42 depends on KUNIT=y && VCAP=y && y
46 This builds unit tests for the VCAP library.