Re: [dpdk-dev] [PATCH v2 0/2] reduce writes in i40e driver

2017-04-10 Thread Ferruh Yigit
On 4/6/2017 12:32 PM, Bruce Richardson wrote: > this set is based upon Olivier's mbuf rework patchset, and makes some > improvement to the i40e driver taking account of the rework. It also > removes a build-time option that seems unnecessary. > > V2: Eliminate one checkpatch warning, and remove #i

[dpdk-dev] [PATCH v2 0/2] reduce writes in i40e driver

2017-04-06 Thread Bruce Richardson
this set is based upon Olivier's mbuf rework patchset, and makes some improvement to the i40e driver taking account of the rework. It also removes a build-time option that seems unnecessary. V2: Eliminate one checkpatch warning, and remove #ifdef block from new altivec driver code. Bruce Rich