Re: [dpdk-dev] [PATCH v13 02/10] eal/windows: add necessary macros

2021-06-23 Thread Jie Zhou
On Mon, Jun 21, 2021 at 02:28:27AM +0300, Dmitry Kozlyuk wrote: > 2021-05-05 12:12 (UTC-0700), Jie Zhou: > > Add required macros by testpmd on Windows in rte_os_shim.h > > > > Signed-off-by: Jie Zhou > > Signed-off-by: Jie Zhou > > Acked-by: Tal Shnaiderman > > --- > > lib/eal/windows/include/

Re: [dpdk-dev] [PATCH v13 02/10] eal/windows: add necessary macros

2021-06-20 Thread Dmitry Kozlyuk
2021-05-05 12:12 (UTC-0700), Jie Zhou: > Add required macros by testpmd on Windows in rte_os_shim.h > > Signed-off-by: Jie Zhou > Signed-off-by: Jie Zhou > Acked-by: Tal Shnaiderman > --- > lib/eal/windows/include/rte_os_shim.h | 9 + > 1 file changed, 9 insertions(+) > > diff --git a