[dpdk-dev] [PATCH 1/7] net/mrvl: sync compilation with musdk-17.10

2017-12-01 Thread Tomasz Duszynski
Followig changes are needed to switch to musdk-17.10: - With a new version of the musdk library it's no longer necessary to explicitly define MVCONF_ARCH_DMA_ADDR_T_64BIT and CONF_PP2_BPOOL_COOKIE_SIZE. Proper defines are autogenerated by ./configure script based on passed options and ava

Re: [dpdk-dev] [PATCH 1/7] net/mrvl: sync compilation with musdk-17.10

2017-12-01 Thread Tomasz Duszynski
On Fri, Dec 01, 2017 at 11:29:07AM +0800, Jianbo Liu wrote: > The 11/30/2017 14:32, Tomasz Duszynski wrote: > > Followig changes are needed to switch to musdk-17.10: > > > > - With a new version of the musdk library it's no longer necessary to > > explicitly define MVCONF_ARCH_DMA_ADDR_T_64BIT an

Re: [dpdk-dev] [PATCH 1/7] net/mrvl: sync compilation with musdk-17.10

2017-11-30 Thread Jianbo Liu
The 11/30/2017 14:32, Tomasz Duszynski wrote: > Followig changes are needed to switch to musdk-17.10: > > - With a new version of the musdk library it's no longer necessary to > explicitly define MVCONF_ARCH_DMA_ADDR_T_64BIT and > CONF_PP2_BPOOL_COOKIE_SIZE. > > Proper defines are autogenerat

[dpdk-dev] [PATCH 1/7] net/mrvl: sync compilation with musdk-17.10

2017-11-30 Thread Tomasz Duszynski
Followig changes are needed to switch to musdk-17.10: - With a new version of the musdk library it's no longer necessary to explicitly define MVCONF_ARCH_DMA_ADDR_T_64BIT and CONF_PP2_BPOOL_COOKIE_SIZE. Proper defines are autogenerated by ./configure script based on passed options and ava