nagarahalli replied on github web page:

include/Makefile.am
@@ -79,7 +79,8 @@ subsystemspecinclude_HEADERS = \
                  subsystem/spec/buffer_subsystem.h \
                  subsystem/spec/pool_subsystem.h \
                  subsystem/spec/queue_subsystem.h \
-                 subsystem/spec/schedule_subsystem.h
+                 subsystem/spec/schedule_subsystem.h \
+                 subsystem/spec/pktio_ops_subsystem.h


Comment:
pktio_ops_subsystem.h implements south side subsystem, it does not implement 
the north side subsystem (queue, scheduler, pool etc implement north side 
subsystem). So, it should not be part of the subsystem, it should be part of 
the driver header files directory.

https://github.com/Linaro/odp/pull/261#discussion_r150942268
updated_at 2017-11-14 20:17:52

Reply via email to