Re: [dpdk-dev] [PATCH v6 00/40] Introduce NXP DPAA Bus, Mempool and PMD

2017-10-02 Thread Ferruh Yigit
On 9/28/2017 1:29 PM, Shreyansh Jain wrote: > Change Log: > > > v6: > - rebased over net-next/master (9d660ac) > - fixed mk/rte.app.mk (Thomas's comment). It had incorrect >style of adding library linking > - changed from manual memcpy of etheraddr to ether_addr_copy >as s

[dpdk-dev] [PATCH v6 00/40] Introduce NXP DPAA Bus, Mempool and PMD

2017-09-28 Thread Shreyansh Jain
Change Log: v6: - rebased over net-next/master (9d660ac) - fixed mk/rte.app.mk (Thomas's comment). It had incorrect style of adding library linking - changed from manual memcpy of etheraddr to ether_addr_copy as suggested by Ferruh (these were minor changes missed in v5)