2023-02-06 16:19 (UTC-0800), Stephen Hemminger:
> While diagnosing some Windows cross build errors;
> noticed that lots of important DPDK libraries are not
> being built on Windows.
> 
> Stephen Hemminger (8):
>   net/null: build null PMD on Windows
>   net/ring: build on Windows
>   lpm: enable on Windows
>   reorder: build on Windows
>   ip_frag: enable build on Windows
>   rib: enable on Windows
>   fib: enable on Windows
>   pcapng: windows compatibility
> 
> v2 - fix unnecessary PATH_MAX in net/ring driver

Looks like #include <rte_os_shim.h> is still needed in rte_eth_ring.h
to avoid the fatal warning about `strdup()` with clang (MS CRT, actually).
For the series,
Acked-by: Dmitry Kozlyuk <dmitry.kozl...@gmail.com>

Reply via email to