[dpdk-dev] [PATCH v3 05/12] config: remove RTE_LIBNAME definition.

2015-07-06 Thread Zhigang Lu
The library name is now being pinned to "dpdk" instead of intel_dpdk, powerpc_dpdk, etc. As a result, we no longer need this config item. This patch removes it. Change-Id: I36f7cf6c18c3563c6f5ccdf01bb70579c7ccaa16 Signed-off-by: Zhigang Lu --- config/common_bsdapp| 1 -

[dpdk-dev] [PATCH v3 05/12] config: remove RTE_LIBNAME definition.

2015-07-06 Thread Bruce Richardson
On Mon, Jul 06, 2015 at 04:51:30PM +0800, Zhigang Lu wrote: > The library name is now being pinned to "dpdk" instead of intel_dpdk, > powerpc_dpdk, etc. As a result, we no longer need this config item. > This patch removes it. > > Change-Id: I36f7cf6c18c3563c6f5ccdf01bb70579c7ccaa16 > Signed-off-