New upstream version 18.11-rc1
[deb_dpdk.git] / drivers / net / ixgbe / meson.build
index 60af0ba..544a141 100644 (file)
@@ -1,12 +1,15 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
+version = 2
+
 cflags += ['-DRTE_LIBRTE_IXGBE_BYPASS']
 
+allow_experimental_apis = true
+
 subdir('base')
 objs = [base_objs]
 
-allow_experimental_apis = true
 sources = files(
        'ixgbe_82599_bypass.c',
        'ixgbe_bypass.c',
@@ -17,6 +20,7 @@ sources = files(
        'ixgbe_pf.c',
        'ixgbe_rxtx.c',
        'ixgbe_tm.c',
+       'ixgbe_vf_representor.c',
        'rte_pmd_ixgbe.c'
 )