ip: add the missing offload check
[vpp.git] / src / plugins / avf / CMakeLists.txt
index 80f3b53..ca6f2cb 100644 (file)
@@ -15,16 +15,25 @@ add_vpp_plugin(avf
   SOURCES
   cli.c
   device.c
+  elog.c
   format.c
   input.c
   output.c
   plugin.c
   avf_api.c
+  flow.c
+  avf_fdir_lib.c
+  avf_rss_lib.c
 
   MULTIARCH_SOURCES
   input.c
   output.c
 
+  MULTIARCH_FORCE_ON trm
+
   API_FILES
   avf.api
+
+  API_TEST_SOURCES
+  avf_test.c
 )