net/hns3: fix enabling SVE Rx/Tx
authorLijun Ou <oulijun@huawei.com>
Thu, 29 Oct 2020 12:51:57 +0000 (20:51 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 3 Nov 2020 22:35:06 +0000 (23:35 +0100)
commit8c25b02b082aea2e9a1648ab5efc8207923cb0c0
treecccafbaf628d6d6ae9a5d186c8d681402712ee9d
parent7ac3ae7649985c54a10f6904c298918e00a07e92
net/hns3: fix enabling SVE Rx/Tx

The ARM SVE vector implementation defined macro is
__ARM_FEATURE_SVE and RTE_MACHINE_CPUFLAG macros
have replaced by regular compiler macros.

Besides, we remove the unused macro RTE_LIBRTE_HNS3_INC_VECTOR_SVE.

Fixes: 952ebacce4f2 ("net/hns3: support SVE Rx")

Signed-off-by: Lijun Ou <oulijun@huawei.com>
drivers/net/hns3/meson.build