From mboxrd@z Thu Jan 1 00:00:00 1970 From: Helin Zhang Subject: [PATCH 0/2] fix of configuring inside NIC RX interrupt Date: Wed, 29 Oct 2014 11:42:46 +0800 Message-ID: <1414554168-5117-1-git-send-email-helin.zhang@intel.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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 hardware. Helin Zhang (2): i40e: code style fix i40e: fix of configuring inside NIC RX interrupt lib/librte_pmd_i40e/i40e_ethdev.c | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) -- 1.8.1.4