The DPDK Coding Style document doesn't mention the use of c99 comments using '//' as a comment delimiter, but it does say that traditional '/* */' comment delimiters should be used and therefore seems to imply that c99-style comments are not allowed.
Is this correct? Lance