gatekeeper icon indicating copy to clipboard operation
gatekeeper copied to clipboard

Can we get rid of `include/list.h`?

Open AltraMayor opened this issue 3 years ago • 1 comments

Can't we drop include/list.h and use /usr/include/sys/queue.h instead? DPDK already uses the latter, and it comes from the C library:

$ dpkg -S /usr/include/sys/queue.h
libc6-dev-i386: /usr/include/sys/queue.h

There are no big gains in this issue, it's more about code cleanup.

AltraMayor avatar May 06 '22 17:05 AltraMayor

This issue should be addressed before we add coroutines to the GK block since the core around the coroutines will employ a list library.

AltraMayor avatar Jun 27 '24 14:06 AltraMayor