X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fmeson.build;h=c300afb911e84e5c894604c03b124476e87dab70;hb=a76552d48f17a990662592ff5e13a6e83b62025c;hp=980eec233c86fcbf7e8fee0a6d5f4c27fc5fb08e;hpb=5bcf164961e43c199884cb6ef75838adeafa93fc;p=dpdk.git diff --git a/drivers/net/meson.build b/drivers/net/meson.build index 980eec233c..c300afb911 100644 --- a/drivers/net/meson.build +++ b/drivers/net/meson.build @@ -2,9 +2,9 @@ # Copyright(c) 2017 Intel Corporation drivers = ['af_packet', + 'af_xdp', 'ark', 'atlantic', - 'avf', 'avp', 'axgbe', 'bonding', 'bnx2x', @@ -17,17 +17,30 @@ drivers = ['af_packet', 'enic', 'failsafe', 'fm10k', 'i40e', + 'hinic', + 'hns3', + 'iavf', + 'ice', 'ifc', + 'ipn3ke', 'ixgbe', 'kni', 'liquidio', + 'memif', 'mlx4', 'mlx5', 'mvneta', 'mvpp2', 'netvsc', + 'nfb', 'nfp', - 'null', 'octeontx', 'pcap', 'qede', 'ring', + 'null', + 'octeontx', + 'octeontx2', + 'pcap', + 'pfe', + 'qede', + 'ring', 'sfc', 'softnic', 'szedata2',