[dpdk-dev] [PATCH] helloworld: Windows DPDK sample application is compiled and built using eal and kvargs libraries in order to add windows support in the mainline repository.

Stephen Hemminger stephen at networkplumber.org
Thu Nov 29 19:15:06 CET 2018


On Wed, 28 Nov 2018 21:05:04 -0800
Pallavi Kadam <pallavi.kadam at intel.com> wrote:

> +// If we define WIN32_LEAN_AND_MEAN, winsock isn't included by default. We can then include it in specific header files as we need later.
> +#define WIN32_LEAN_AND_MEAN

All this is Windows code, it would be best if the code style of the new code
matches the rest of the DPDK. The DPDK follows subset of Linux kernel style
standard. In that standard C++ style comments are not used.


More information about the dev mailing list