net/hns3: support symmetric RSS
[dpdk.git] / drivers / net / sfc / base / meson.build
index 074112f..8909525 100644 (file)
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: BSD-3-Clause
-# Copyright (c) 2016-2018 Solarflare Communications Inc.
-# All rights reserved.
+# Copyright(c) 2019-2020 Xilinx, Inc.
+# Copyright(c) 2016-2019 Solarflare Communications Inc.
 #
 # This software was jointly developed between OKTET Labs (under contract
 # for Solarflare) and Solarflare Communications, Inc.
@@ -63,9 +63,6 @@ extra_flags = [
 ]
 
 c_args = cflags
-if allow_experimental_apis
-       c_args += '-DALLOW_EXPERIMENTAL_API'
-endif
 foreach flag: extra_flags
        if cc.has_argument(flag)
                c_args += flag