eal: disable function versioning on Windows
[dpdk.git] / doc / guides / windows_gsg / intro.rst
1 ..  SPDX-License-Identifier: BSD-3-Clause
2     Copyright(c) 2019 Intel Corporation.
3
4 Introduction
5 ============
6
7 This document contains instructions for installing and configuring the Data
8 Plane Development Kit (DPDK) software. The document describes how to compile
9 and run a DPDK application in a Windows* OS application environment, without
10 going deeply into detail.
11
12 \*Other names and brands may be claimed as the property of others.
13
14 Limitations
15 ===========
16
17 DPDK for Windows is currently a work in progress. Not all DPDK source files
18 compile. Support is being added in pieces so as to limit the overall scope
19 of any individual patch series. The goal is to be able to run any DPDK
20 application natively on Windows.
21
22 The :doc:`../contributing/abi_policy` cannot be respected for Windows.
23 Minor ABI versions may be incompatible
24 because function versioning is not supported on Windows.