[dpdk-dev] [PATCH 0/2] fix of configuring inside NIC RX interrupt

2014-10-30 Thread Thomas Monjalon
2014-10-29 05:00, Chen, Jing D: > From: Zhang, Helin > > Inside NIC RX interrupt is needed for single RX descriptor > > write back. The fix is to correct the wrong configuration > > of register 'I40E_QINT_RQCTL'. In addition, several code > > style fixes are added. > > Note that interrupt will be

[dpdk-dev] [PATCH 0/2] fix of configuring inside NIC RX interrupt

2014-10-29 Thread Helin Zhang
Inside NIC RX interrupt is needed for single RX descriptor write back. The fix is to correct the wrong configuration of register 'I40E_QINT_RQCTL'. In addition, several code style fixes are added. Note that interrupt will be inside NIC only, that means it will never be reported outside NIC

[dpdk-dev] [PATCH 0/2] fix of configuring inside NIC RX interrupt

2014-10-29 Thread Chen, Jing D
> -Original Message- > From: Zhang, Helin > Sent: Wednesday, October 29, 2014 11:43 AM > To: dev at dpdk.org > Cc: Cao, Waterman; Chen, Jing D; Zhang, Helin > Subject: [PATCH 0/2] fix of configuring inside NIC RX interrupt > > Inside NIC RX interrupt is needed for single RX descriptor >