X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fmeson.build;h=266448ff266fdbe2509afbaf7cfca0e5701925b2;hb=64767daf3c9eaa4d2b2b00017137ac0566df1c55;hp=45da3bb1ee09d5a4be7580041a19b2fc680b0ee3;hpb=f9cf4f86415031b9e0c0ee327fb3eda5f718cf7f;p=dpdk.git diff --git a/drivers/net/meson.build b/drivers/net/meson.build index 45da3bb1ee..266448ff26 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,18 +17,30 @@ drivers = ['af_packet', 'enic', 'failsafe', 'fm10k', 'i40e', + 'hinic', + 'hns3', + 'iavf', 'ice', - 'ifc', + 'igc', + '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',