Re: [dpdk-dev] [PATCH v3 1/7] cmdline: make implementation logically opaque

2020-09-30 Thread Kinsella, Ray
On 28/09/2020 22:50, Dmitry Kozlyuk wrote: > struct cmdline exposes platform-specific members it contains, most > notably struct termios that is only available on Unix. While ABI > considerations prevent from hinding the definition on already supported > platforms, struct cmdline is considered l

[dpdk-dev] [PATCH v3 1/7] cmdline: make implementation logically opaque

2020-09-28 Thread Dmitry Kozlyuk
struct cmdline exposes platform-specific members it contains, most notably struct termios that is only available on Unix. While ABI considerations prevent from hinding the definition on already supported platforms, struct cmdline is considered logically opaque from now on. Add a deprecation notice