On Wed, 28 Nov 2018 21:05:04 -0800 Pallavi Kadam <pallavi.ka...@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.