nagarahalli replied on github web page:

platform/linux-generic/pktio/subsystem.c
line 42
@@ -44,15 +54,23 @@ ODP_SUBSYSTEM_CONSTRUCTOR(pktio_ops)
 #ifdef ODP_PKTIO_DPDK
        enable_link_dpdk_pktio_ops = 1;
 #endif
+#ifdef ODP_PKTIO_IPC
        enable_link_ipc_pktio_ops = 1;
+#endif
        enable_link_loopback_pktio_ops = 1;


Comment:
Any reason to keep loopback pkt IO enabled all the time?

> bogdanPricope wrote
> True... and should be removed at that point. This is an intermediary step so 
> we can remove  duplicate pktio_ops subsystem implementation


>> He Yi(heyi-linaro) wrote:
>> These are temporary flags, which I was planned to remove after Makefiles 
>> update to build all pktio_ops into real individual modules and use 
>> --whole-archive or --as-no-needed to link them in.


https://github.com/Linaro/odp/pull/255#discussion_r146983298
updated_at 2017-10-25 20:55:33

Reply via email to