Re: [dpdk-dev] [PATCH 0/2] reduce writes to mbuf in ixgbe vRX

2017-04-09 Thread Ananyev, Konstantin
Hi Ferruh, > > Hi Konstantin, > > I talked a little early, getting following build error [1] with > "default" machine type. Patches dropped from tree for now. My bad, forgot to check with 'default' Thanks for flagging that, will update and resend v2. Konstantin > > [1] > ...drivers/net/ixgb

Re: [dpdk-dev] [PATCH 0/2] reduce writes to mbuf in ixgbe vRX

2017-04-07 Thread Ferruh Yigit
On 4/7/2017 4:13 PM, Ferruh Yigit wrote: > On 4/4/2017 11:29 AM, Konstantin Ananyev wrote: >> Pretty much the same as one from Bruce: >> http://dpdk.org/ml/archives/dev/2017-April/062936.html >> but now for ixgbe. >> Based on Olivier's mbuf rework patchset, and makes some >> improvement to the ixgb

Re: [dpdk-dev] [PATCH 0/2] reduce writes to mbuf in ixgbe vRX

2017-04-07 Thread Ferruh Yigit
On 4/4/2017 11:29 AM, Konstantin Ananyev wrote: > Pretty much the same as one from Bruce: > http://dpdk.org/ml/archives/dev/2017-April/062936.html > but now for ixgbe. > Based on Olivier's mbuf rework patchset, and makes some > improvement to the ixgbe driver taking account of the rework. > It also

[dpdk-dev] [PATCH 0/2] reduce writes to mbuf in ixgbe vRX

2017-04-04 Thread Konstantin Ananyev
Pretty much the same as one from Bruce: http://dpdk.org/ml/archives/dev/2017-April/062936.html but now for ixgbe. Based on Olivier's mbuf rework patchset, and makes some improvement to the ixgbe driver taking account of the rework. It also removes a build-time option that seems unnecessary. Depend