get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

GET /api/patches/28677/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 28677,
    "url": "http://patches.dpdk.org/api/patches/28677/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20170913141222.253688-14-bruce.richardson@intel.com/",
    "project": {
        "id": 1,
        "url": "http://patches.dpdk.org/api/projects/1/?format=api",
        "name": "DPDK",
        "link_name": "dpdk",
        "list_id": "dev.dpdk.org",
        "list_email": "dev@dpdk.org",
        "web_url": "http://core.dpdk.org",
        "scm_url": "git://dpdk.org/dpdk",
        "webscm_url": "http://git.dpdk.org/dpdk",
        "list_archive_url": "https://inbox.dpdk.org/dev",
        "list_archive_url_format": "https://inbox.dpdk.org/dev/{}",
        "commit_url_format": ""
    },
    "msgid": "<20170913141222.253688-14-bruce.richardson@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20170913141222.253688-14-bruce.richardson@intel.com",
    "date": "2017-09-13T14:12:18",
    "name": "[dpdk-dev,v3,13/17] drivers/net: add drivers for Intel NICs to meson build",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "60dfa7f0c8476a5c497683d15ef2bcc90217e770",
    "submitter": {
        "id": 20,
        "url": "http://patches.dpdk.org/api/people/20/?format=api",
        "name": "Bruce Richardson",
        "email": "bruce.richardson@intel.com"
    },
    "delegate": {
        "id": 10,
        "url": "http://patches.dpdk.org/api/users/10/?format=api",
        "username": "bruce",
        "first_name": "Bruce",
        "last_name": "Richardson",
        "email": "bruce.richardson@intel.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20170913141222.253688-14-bruce.richardson@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/28677/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/28677/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@dpdk.org",
        "Delivered-To": "patchwork@dpdk.org",
        "Received": [
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 5656A1B1F9;\n\tWed, 13 Sep 2017 17:08:56 +0200 (CEST)",
            "from mga04.intel.com (mga04.intel.com [192.55.52.120])\n\tby dpdk.org (Postfix) with ESMTP id 69F861B1B6\n\tfor <dev@dpdk.org>; Wed, 13 Sep 2017 17:08:33 +0200 (CEST)",
            "from fmsmga004.fm.intel.com ([10.253.24.48])\n\tby fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t13 Sep 2017 08:08:33 -0700",
            "from silpixa00399126.ir.intel.com (HELO\n\tsilpixa00399126.ger.corp.intel.com) ([10.237.223.223])\n\tby fmsmga004.fm.intel.com with ESMTP; 13 Sep 2017 08:08:31 -0700"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.42,388,1500966000\"; d=\"scan'208\";a=\"311250700\"",
        "From": "Bruce Richardson <bruce.richardson@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "nhorman@tuxdriver.com, luca.boccassi@gmail.com,\n\tharry.van.haaren@intel.com, \n\tkeith.wiles@intel.com, Bruce Richardson <bruce.richardson@intel.com>",
        "Date": "Wed, 13 Sep 2017 15:12:18 +0100",
        "Message-Id": "<20170913141222.253688-14-bruce.richardson@intel.com>",
        "X-Mailer": "git-send-email 2.13.5",
        "In-Reply-To": "<20170913141222.253688-1-bruce.richardson@intel.com>",
        "References": "<20170912103809.140473-1-bruce.richardson@intel.com>\n\t<20170913141222.253688-1-bruce.richardson@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v3 13/17] drivers/net: add drivers for Intel NICs\n\tto meson build",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<http://dpdk.org/ml/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://dpdk.org/ml/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<http://dpdk.org/ml/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "Add the e1000, fm10k, i40e and ixgbe drivers to the meson & ninja build.\n\nSigned-off-by: Bruce Richardson <bruce.richardson@intel.com>\n---\n config/rte_config.h                | 12 +++++++\n drivers/net/e1000/base/meson.build | 65 ++++++++++++++++++++++++++++++++++++++\n drivers/net/e1000/meson.build      | 44 ++++++++++++++++++++++++++\n drivers/net/fm10k/base/meson.build | 55 ++++++++++++++++++++++++++++++++\n drivers/net/fm10k/meson.build      | 44 ++++++++++++++++++++++++++\n drivers/net/i40e/base/meson.build  | 56 ++++++++++++++++++++++++++++++++\n drivers/net/i40e/meson.build       | 60 +++++++++++++++++++++++++++++++++++\n drivers/net/ixgbe/base/meson.build | 60 +++++++++++++++++++++++++++++++++++\n drivers/net/ixgbe/meson.build      | 58 ++++++++++++++++++++++++++++++++++\n drivers/net/meson.build            |  3 +-\n 10 files changed, 456 insertions(+), 1 deletion(-)\n create mode 100644 drivers/net/e1000/base/meson.build\n create mode 100644 drivers/net/e1000/meson.build\n create mode 100644 drivers/net/fm10k/base/meson.build\n create mode 100644 drivers/net/fm10k/meson.build\n create mode 100644 drivers/net/i40e/base/meson.build\n create mode 100644 drivers/net/i40e/meson.build\n create mode 100644 drivers/net/ixgbe/base/meson.build\n create mode 100644 drivers/net/ixgbe/meson.build",
    "diff": "diff --git a/config/rte_config.h b/config/rte_config.h\nindex 79d7e26d9..3e26d5118 100644\n--- a/config/rte_config.h\n+++ b/config/rte_config.h\n@@ -102,6 +102,18 @@\n  */\n #define RTE_QAT_PMD_MAX_NB_SESSIONS 2048\n \n+/* fm10k defines */\n+#define RTE_LIBRTE_FM10K_RX_OLFLAGS_ENABLE 1\n+\n+/* i40e defines */\n+#define RTE_LIBRTE_I40E_RX_ALLOW_BULK_ALLOC 1\n+#undef RTE_LIBRTE_I40E_16BYTE_RX_DESC\n+#define RTE_LIBRTE_I40E_QUEUE_NUM_PER_PF 64\n+#define RTE_LIBRTE_I40E_QUEUE_NUM_PER_VF 4\n+#define RTE_LIBRTE_I40E_QUEUE_NUM_PER_VM 4\n+/* interval up to 8160 us, aligned to 2 (or default value) */\n+#define RTE_LIBRTE_I40E_ITR_INTERVAL -1\n+\n /* Ring net PMD settings */\n #define RTE_PMD_RING_MAX_RX_RINGS 16\n #define RTE_PMD_RING_MAX_TX_RINGS 16\ndiff --git a/drivers/net/e1000/base/meson.build b/drivers/net/e1000/base/meson.build\nnew file mode 100644\nindex 000000000..9592762c9\n--- /dev/null\n+++ b/drivers/net/e1000/base/meson.build\n@@ -0,0 +1,65 @@\n+#   BSD LICENSE\n+#\n+#   Copyright(c) 2017 Intel Corporation.\n+#   All rights reserved.\n+#\n+#   Redistribution and use in source and binary forms, with or without\n+#   modification, are permitted provided that the following conditions\n+#   are met:\n+#\n+#     * Redistributions of source code must retain the above copyright\n+#       notice, this list of conditions and the following disclaimer.\n+#     * Redistributions in binary form must reproduce the above copyright\n+#       notice, this list of conditions and the following disclaimer in\n+#       the documentation and/or other materials provided with the\n+#       distribution.\n+#     * Neither the name of Intel Corporation nor the names of its\n+#       contributors may be used to endorse or promote products derived\n+#       from this software without specific prior written permission.\n+#\n+#   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n+#   \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n+#   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n+#   A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n+#   OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n+#   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n+#   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n+#   DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n+#   THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n+#   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n+#   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n+\n+sources = [\n+\t'e1000_80003es2lan.c',\n+\t'e1000_82540.c',\n+\t'e1000_82541.c',\n+\t'e1000_82542.c',\n+\t'e1000_82543.c',\n+\t'e1000_82571.c',\n+\t'e1000_82575.c',\n+\t'e1000_api.c',\n+\t'e1000_i210.c',\n+\t'e1000_ich8lan.c',\n+\t'e1000_mac.c',\n+\t'e1000_manage.c',\n+\t'e1000_mbx.c',\n+\t'e1000_nvm.c',\n+\t'e1000_osdep.c',\n+\t'e1000_phy.c',\n+\t'e1000_vf.c'\n+]\n+\n+error_cflags = ['-Wno-uninitialized', '-Wno-unused-parameter',\n+\t'-Wno-unused-variable', '-Wno-misleading-indentation',\n+\t'-Wno-implicit-fallthrough']\n+c_args = cflags\n+foreach flag: error_cflags\n+\tif cc.has_argument(flag)\n+\t\tc_args += flag\n+\tendif\n+endforeach\n+\n+base_lib = static_library('e1000_base', sources,\n+\tdependencies: rte_eal,\n+\tc_args: c_args)\n+base_objs = base_lib.extract_all_objects()\ndiff --git a/drivers/net/e1000/meson.build b/drivers/net/e1000/meson.build\nnew file mode 100644\nindex 000000000..1775e1ba0\n--- /dev/null\n+++ b/drivers/net/e1000/meson.build\n@@ -0,0 +1,44 @@\n+#   BSD LICENSE\n+#\n+#   Copyright(c) 2017 Intel Corporation.\n+#   All rights reserved.\n+#\n+#   Redistribution and use in source and binary forms, with or without\n+#   modification, are permitted provided that the following conditions\n+#   are met:\n+#\n+#     * Redistributions of source code must retain the above copyright\n+#       notice, this list of conditions and the following disclaimer.\n+#     * Redistributions in binary form must reproduce the above copyright\n+#       notice, this list of conditions and the following disclaimer in\n+#       the documentation and/or other materials provided with the\n+#       distribution.\n+#     * Neither the name of Intel Corporation nor the names of its\n+#       contributors may be used to endorse or promote products derived\n+#       from this software without specific prior written permission.\n+#\n+#   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n+#   \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n+#   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n+#   A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n+#   OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n+#   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n+#   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n+#   DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n+#   THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n+#   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n+#   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n+\n+subdir('base')\n+objs = [base_objs]\n+\n+sources = files(\n+\t'em_ethdev.c',\n+\t'em_rxtx.c',\n+\t'igb_ethdev.c',\n+\t'igb_flow.c',\n+\t'igb_pf.c',\n+\t'igb_rxtx.c'\n+)\n+\n+includes += include_directories('base')\ndiff --git a/drivers/net/fm10k/base/meson.build b/drivers/net/fm10k/base/meson.build\nnew file mode 100644\nindex 000000000..e351f96da\n--- /dev/null\n+++ b/drivers/net/fm10k/base/meson.build\n@@ -0,0 +1,55 @@\n+#   BSD LICENSE\n+#\n+#   Copyright(c) 2017 Intel Corporation.\n+#   All rights reserved.\n+#\n+#   Redistribution and use in source and binary forms, with or without\n+#   modification, are permitted provided that the following conditions\n+#   are met:\n+#\n+#     * Redistributions of source code must retain the above copyright\n+#       notice, this list of conditions and the following disclaimer.\n+#     * Redistributions in binary form must reproduce the above copyright\n+#       notice, this list of conditions and the following disclaimer in\n+#       the documentation and/or other materials provided with the\n+#       distribution.\n+#     * Neither the name of Intel Corporation nor the names of its\n+#       contributors may be used to endorse or promote products derived\n+#       from this software without specific prior written permission.\n+#\n+#   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n+#   \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n+#   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n+#   A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n+#   OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n+#   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n+#   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n+#   DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n+#   THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n+#   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n+#   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n+\n+sources = [\n+\t'fm10k_api.c',\n+\t'fm10k_common.c',\n+\t'fm10k_mbx.c',\n+\t'fm10k_pf.c',\n+\t'fm10k_tlv.c',\n+\t'fm10k_vf.c'\n+]\n+\n+error_cflags = ['-Wno-unused-parameter', '-Wno-unused-value',\n+\t'-Wno-strict-aliasing', '-Wno-format-extra-args',\n+\t'-Wno-unused-variable', '-Wno-missing-field-initializers'\n+]\n+c_args = cflags\n+foreach flag: error_cflags\n+\tif cc.has_argument(flag)\n+\t\tc_args += flag\n+\tendif\n+endforeach\n+\n+base_lib = static_library('fm10k_base', sources,\n+\tdependencies: rte_eal,\n+\tc_args: c_args)\n+base_objs = base_lib.extract_all_objects()\ndiff --git a/drivers/net/fm10k/meson.build b/drivers/net/fm10k/meson.build\nnew file mode 100644\nindex 000000000..ebfdd1fb9\n--- /dev/null\n+++ b/drivers/net/fm10k/meson.build\n@@ -0,0 +1,44 @@\n+#   BSD LICENSE\n+#\n+#   Copyright(c) 2017 Intel Corporation.\n+#   All rights reserved.\n+#\n+#   Redistribution and use in source and binary forms, with or without\n+#   modification, are permitted provided that the following conditions\n+#   are met:\n+#\n+#     * Redistributions of source code must retain the above copyright\n+#       notice, this list of conditions and the following disclaimer.\n+#     * Redistributions in binary form must reproduce the above copyright\n+#       notice, this list of conditions and the following disclaimer in\n+#       the documentation and/or other materials provided with the\n+#       distribution.\n+#     * Neither the name of Intel Corporation nor the names of its\n+#       contributors may be used to endorse or promote products derived\n+#       from this software without specific prior written permission.\n+#\n+#   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n+#   \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n+#   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n+#   A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n+#   OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n+#   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n+#   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n+#   DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n+#   THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n+#   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n+#   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n+\n+subdir('base')\n+objs = [base_objs]\n+\n+sources = files(\n+\t'fm10k_ethdev.c',\n+\t'fm10k_rxtx.c',\n+)\n+if arch_subdir == 'x86'\n+\tdpdk_conf.set('RTE_LIBRTE_FM10K_INC_VECTOR', 1)\n+\tsources += files('fm10k_rxtx_vec.c')\n+endif\n+\n+includes += include_directories('base')\ndiff --git a/drivers/net/i40e/base/meson.build b/drivers/net/i40e/base/meson.build\nnew file mode 100644\nindex 000000000..2eae30fc7\n--- /dev/null\n+++ b/drivers/net/i40e/base/meson.build\n@@ -0,0 +1,56 @@\n+#   BSD LICENSE\n+#\n+#   Copyright(c) 2017 Intel Corporation.\n+#   All rights reserved.\n+#\n+#   Redistribution and use in source and binary forms, with or without\n+#   modification, are permitted provided that the following conditions\n+#   are met:\n+#\n+#     * Redistributions of source code must retain the above copyright\n+#       notice, this list of conditions and the following disclaimer.\n+#     * Redistributions in binary form must reproduce the above copyright\n+#       notice, this list of conditions and the following disclaimer in\n+#       the documentation and/or other materials provided with the\n+#       distribution.\n+#     * Neither the name of Intel Corporation nor the names of its\n+#       contributors may be used to endorse or promote products derived\n+#       from this software without specific prior written permission.\n+#\n+#   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n+#   \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n+#   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n+#   A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n+#   OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n+#   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n+#   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n+#   DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n+#   THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n+#   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n+#   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n+\n+sources = [\n+\t'i40e_adminq.c',\n+\t'i40e_common.c',\n+\t'i40e_dcb.c',\n+\t'i40e_diag.c',\n+\t'i40e_hmc.c',\n+\t'i40e_lan_hmc.c',\n+\t'i40e_nvm.c'\n+]\n+\n+error_cflags = ['-Wno-sign-compare', '-Wno-unused-value',\n+\t\t'-Wno-format', '-Wno-unused-but-set-variable',\n+\t\t'-Wno-strict-aliasing'\n+]\n+c_args = cflags\n+foreach flag: error_cflags\n+\tif cc.has_argument(flag)\n+\t\tc_args += flag\n+\tendif\n+endforeach\n+\n+base_lib = static_library('i40e_base', sources,\n+\tdependencies: rte_eal,\n+\tc_args: c_args)\n+base_objs = base_lib.extract_all_objects()\ndiff --git a/drivers/net/i40e/meson.build b/drivers/net/i40e/meson.build\nnew file mode 100644\nindex 000000000..dc5e59d19\n--- /dev/null\n+++ b/drivers/net/i40e/meson.build\n@@ -0,0 +1,60 @@\n+#   BSD LICENSE\n+#\n+#   Copyright(c) 2017 Intel Corporation.\n+#   All rights reserved.\n+#\n+#   Redistribution and use in source and binary forms, with or without\n+#   modification, are permitted provided that the following conditions\n+#   are met:\n+#\n+#     * Redistributions of source code must retain the above copyright\n+#       notice, this list of conditions and the following disclaimer.\n+#     * Redistributions in binary form must reproduce the above copyright\n+#       notice, this list of conditions and the following disclaimer in\n+#       the documentation and/or other materials provided with the\n+#       distribution.\n+#     * Neither the name of Intel Corporation nor the names of its\n+#       contributors may be used to endorse or promote products derived\n+#       from this software without specific prior written permission.\n+#\n+#   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n+#   \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n+#   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n+#   A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n+#   OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n+#   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n+#   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n+#   DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n+#   THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n+#   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n+#   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n+\n+cflags = ['-DPF_DRIVER',\n+\t'-DVF_DRIVER',\n+\t'-DINTEGRATED_VF',\n+\t'-DX722_A0_SUPPORT']\n+\n+subdir('base')\n+objs = [base_objs]\n+\n+sources = files(\n+\t'i40e_ethdev.c',\n+\t'i40e_rxtx.c',\n+\t'i40e_ethdev_vf.c',\n+\t'i40e_pf.c',\n+\t'i40e_fdir.c',\n+\t'i40e_flow.c',\n+\t'i40e_tm.c',\n+\t'rte_pmd_i40e.c'\n+\t)\n+\n+deps += ['hash']\n+\n+if arch_subdir == 'x86'\n+\tdpdk_conf.set('RTE_LIBRTE_I40E_INC_VECTOR', 1)\n+\tsources += files('i40e_rxtx_vec_sse.c')\n+endif\n+\n+includes += include_directories('base')\n+\n+install_headers('rte_pmd_i40e.h')\ndiff --git a/drivers/net/ixgbe/base/meson.build b/drivers/net/ixgbe/base/meson.build\nnew file mode 100644\nindex 000000000..5a3d73311\n--- /dev/null\n+++ b/drivers/net/ixgbe/base/meson.build\n@@ -0,0 +1,60 @@\n+#   BSD LICENSE\n+#\n+#   Copyright(c) 2017 Intel Corporation.\n+#   All rights reserved.\n+#\n+#   Redistribution and use in source and binary forms, with or without\n+#   modification, are permitted provided that the following conditions\n+#   are met:\n+#\n+#     * Redistributions of source code must retain the above copyright\n+#       notice, this list of conditions and the following disclaimer.\n+#     * Redistributions in binary form must reproduce the above copyright\n+#       notice, this list of conditions and the following disclaimer in\n+#       the documentation and/or other materials provided with the\n+#       distribution.\n+#     * Neither the name of Intel Corporation nor the names of its\n+#       contributors may be used to endorse or promote products derived\n+#       from this software without specific prior written permission.\n+#\n+#   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n+#   \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n+#   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n+#   A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n+#   OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n+#   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n+#   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n+#   DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n+#   THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n+#   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n+#   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n+\n+sources = [\n+\t'ixgbe_82598.c',\n+\t'ixgbe_82599.c',\n+\t'ixgbe_api.c',\n+\t'ixgbe_common.c',\n+\t'ixgbe_dcb_82598.c',\n+\t'ixgbe_dcb_82599.c',\n+\t'ixgbe_dcb.c',\n+\t'ixgbe_hv_vf.c',\n+\t'ixgbe_mbx.c',\n+\t'ixgbe_phy.c',\n+\t'ixgbe_vf.c',\n+\t'ixgbe_x540.c',\n+\t'ixgbe_x550.c'\n+]\n+\n+error_cflags = ['-Wno-unused-value',\n+\t\t'-Wno-unused-but-set-variable']\n+c_args = cflags\n+foreach flag: error_cflags\n+\tif cc.has_argument(flag)\n+\t\tc_args += flag\n+\tendif\n+endforeach\n+\n+base_lib = static_library('ixgbe_base', sources,\n+\tdependencies: rte_eal,\n+\tc_args: c_args)\n+base_objs = base_lib.extract_all_objects()\ndiff --git a/drivers/net/ixgbe/meson.build b/drivers/net/ixgbe/meson.build\nnew file mode 100644\nindex 000000000..8de42d56d\n--- /dev/null\n+++ b/drivers/net/ixgbe/meson.build\n@@ -0,0 +1,58 @@\n+#   BSD LICENSE\n+#\n+#   Copyright(c) 2017 Intel Corporation.\n+#   All rights reserved.\n+#\n+#   Redistribution and use in source and binary forms, with or without\n+#   modification, are permitted provided that the following conditions\n+#   are met:\n+#\n+#     * Redistributions of source code must retain the above copyright\n+#       notice, this list of conditions and the following disclaimer.\n+#     * Redistributions in binary form must reproduce the above copyright\n+#       notice, this list of conditions and the following disclaimer in\n+#       the documentation and/or other materials provided with the\n+#       distribution.\n+#     * Neither the name of Intel Corporation nor the names of its\n+#       contributors may be used to endorse or promote products derived\n+#       from this software without specific prior written permission.\n+#\n+#   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n+#   \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n+#   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n+#   A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n+#   OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n+#   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n+#   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n+#   DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n+#   THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n+#   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n+#   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n+\n+cflags = ['-DRTE_LIBRTE_IXGBE_BYPASS']\n+\n+subdir('base')\n+objs = [base_objs]\n+\n+sources = files(\n+\t'ixgbe_82599_bypass.c',\n+\t'ixgbe_bypass.c',\n+\t'ixgbe_ethdev.c',\n+\t'ixgbe_fdir.c',\n+\t'ixgbe_flow.c',\n+\t'ixgbe_pf.c',\n+\t'ixgbe_rxtx.c',\n+\t'ixgbe_tm.c',\n+\t'rte_pmd_ixgbe.c'\n+)\n+\n+deps += ['hash']\n+\n+if arch_subdir == 'x86'\n+\tdpdk_conf.set('RTE_IXGBE_INC_VECTOR', 1)\n+\tsources += files('ixgbe_rxtx_vec_sse.c')\n+endif\n+\n+includes += include_directories('base')\n+\n+install_headers('rte_pmd_ixgbe.h')\ndiff --git a/drivers/net/meson.build b/drivers/net/meson.build\nindex 9a24bae43..d07b38b19 100644\n--- a/drivers/net/meson.build\n+++ b/drivers/net/meson.build\n@@ -29,7 +29,8 @@\n #   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n #   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n \n-drivers = ['af_packet', 'null', 'pcap', 'ring']\n+drivers = ['af_packet', 'e1000', 'fm10k', 'i40e', 'ixgbe',\n+\t'null', 'pcap', 'ring']\n std_deps = ['ethdev', 'kvargs'] # 'ethdev' also pulls in mbuf, net, eal etc\n config_flag_fmt = 'RTE_LIBRTE_@0@_PMD'\n driver_name_fmt = 'rte_pmd_@0@'\n",
    "prefixes": [
        "dpdk-dev",
        "v3",
        "13/17"
    ]
}