Re: [dpdk-dev] [PATCH 2/2] app/testpmd: remove explicit ixgbe link request

2017-01-04 Thread Jerin Jacob
On Wed, Jan 04, 2017 at 11:44:21AM +, Ferruh Yigit wrote: > On 1/4/2017 11:01 AM, Jerin Jacob wrote: > > On Tue, Jan 03, 2017 at 01:30:26PM +, Ferruh Yigit wrote: > >> On 12/27/2016 10:09 AM, Jerin Jacob wrote: > >>> Removed explicit ixgbe driver linkage request from > >>> app/testpmd makef

Re: [dpdk-dev] [PATCH 2/2] app/testpmd: remove explicit ixgbe link request

2017-01-04 Thread Ferruh Yigit
On 1/4/2017 11:01 AM, Jerin Jacob wrote: > On Tue, Jan 03, 2017 at 01:30:26PM +, Ferruh Yigit wrote: >> On 12/27/2016 10:09 AM, Jerin Jacob wrote: >>> Removed explicit ixgbe driver linkage request from >>> app/testpmd makefile to mk/rte.app.mk to >>> 1)Maintain the correct link ordering(from hi

Re: [dpdk-dev] [PATCH 2/2] app/testpmd: remove explicit ixgbe link request

2017-01-04 Thread Jerin Jacob
On Tue, Jan 03, 2017 at 01:30:26PM +, Ferruh Yigit wrote: > On 12/27/2016 10:09 AM, Jerin Jacob wrote: > > Removed explicit ixgbe driver linkage request from > > app/testpmd makefile to mk/rte.app.mk to > > 1)Maintain the correct link ordering(from higher level libraries > > to lower level libr

Re: [dpdk-dev] [PATCH 2/2] app/testpmd: remove explicit ixgbe link request

2017-01-03 Thread Ferruh Yigit
On 12/27/2016 10:09 AM, Jerin Jacob wrote: > Removed explicit ixgbe driver linkage request from > app/testpmd makefile to mk/rte.app.mk to > 1)Maintain the correct link ordering(from higher level libraries > to lower level libraries) > 2)In shared lib configuration, any application can use ixgbe >

[dpdk-dev] [PATCH 2/2] app/testpmd: remove explicit ixgbe link request

2016-12-27 Thread Jerin Jacob
Removed explicit ixgbe driver linkage request from app/testpmd makefile to mk/rte.app.mk to 1)Maintain the correct link ordering(from higher level libraries to lower level libraries) 2)In shared lib configuration, any application can use ixgbe exposed pmd specific APIs not just testpmd. Signed-off