[dpdk-dev] [PATCH] mk: fix static linking with null pmd

2015-04-13 Thread Thomas Monjalon
> Null PMD was not found when using a statically linked application: > EAL: no driver found for eth_null1 > EAL: failed to initialize eth_null1 device > > Fixes: c743e50c475f ("null: new poll mode driver") > > Signed-off-by: Thomas Monjalon Applied

[dpdk-dev] [PATCH] mk: fix static linking with null pmd

2015-04-10 Thread Thomas Monjalon
Null PMD was not found when using a statically linked application: EAL: no driver found for eth_null1 EAL: failed to initialize eth_null1 device Fixes: c743e50c475f ("null: new poll mode driver") Signed-off-by: Thomas Monjalon --- mk/rte.app.mk | 4 1 file changed, 4 insert