mlx4: move to drivers/net/
authorBruce Richardson <bruce.richardson@intel.com>
Fri, 15 May 2015 15:56:54 +0000 (16:56 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 22 May 2015 14:06:22 +0000 (16:06 +0200)
commit98a1f3776fc9a3de442aee4136adbd6cf3a63f15
tree09a1d26c5c841c04c27d019bc945a6a9bf4d75f4
parentabf7275bbaa2918a387e1f28f2c352053279c879
mlx4: move to drivers/net/

move mlx4 PMD to drivers/net directory

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
12 files changed:
MAINTAINERS
doc/guides/prog_guide/source_org.rst
drivers/net/Makefile
drivers/net/mlx4/Makefile [new file with mode: 0644]
drivers/net/mlx4/mlx4.c [new file with mode: 0644]
drivers/net/mlx4/mlx4.h [new file with mode: 0644]
drivers/net/mlx4/rte_pmd_mlx4_version.map [new file with mode: 0644]
lib/Makefile
lib/librte_pmd_mlx4/Makefile [deleted file]
lib/librte_pmd_mlx4/mlx4.c [deleted file]
lib/librte_pmd_mlx4/mlx4.h [deleted file]
lib/librte_pmd_mlx4/rte_pmd_mlx4_version.map [deleted file]