From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/2] fix of configuring inside NIC RX interrupt Date: Wed, 29 Oct 2014 23:44:41 +0100 Message-ID: <1465780.2TIMX0FgGe@xps13> References: <1414554168-5117-1-git-send-email-helin.zhang@intel.com> <4341B239C0EFF9468EE453F9E9F4604D01604298@shsmsx102.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: "Zhang, Helin" Return-path: In-Reply-To: <4341B239C0EFF9468EE453F9E9F4604D01604298-E2R4CRU6q/6iAffOGbnezLfspsVTdybXVpNB7YpNyf8@public.gmane.org> 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" 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 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 > > Acked-by: Jing Chen Applied About commit log of the second patch: - title of a fix should show which feature is fixed, not how it is fixed - content of the commit log should explain what was broken Thanks -- Thomas