From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 1/2] net/i40e: fix link status change interrupt Date: Wed, 19 Oct 2016 11:56:57 +0100 Message-ID: <2eed66c7-14df-9950-bd92-cecafc8267f0@intel.com> References: <1476338840-50003-1-git-send-email-qiming.yang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: Jingjing Wu To: Qiming Yang , dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id EB1E66936 for ; Wed, 19 Oct 2016 12:56:59 +0200 (CEST) In-Reply-To: <1476338840-50003-1-git-send-email-qiming.yang@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Qiming, On 10/13/2016 7:07 AM, Qiming Yang wrote: > Previously, link status interrupt in i40e is achieved by checking > LINK_STAT_CHANGE_MASK in PFINT_ICR0 register which is provided only > for diagnostic use. Instead, drivers need to get the link status > change notification by using LSE (Link Status Event). > > This patch enables LSE and calls LSC callback when the event is > received. This patch also removes the processing on > LINK_STAT_CHANGE_MASK. > > Fixes: 5c9222058df7 ("i40e: move to drivers/net/") > > Signed-off-by: Qiming Yang CC: Jingjing Wu Can you please add maintainer(s) to CC when sending a patch, mail traffic in dpdk.org is keep increasing and it is hard to follow. Adding maintainer to the CC helps a lot to the maintainer. I guess everybody knows, but just as a reminder, maintainer list kept in file: http://dpdk.org/browse/dpdk/tree/MAINTAINERS Thanks, ferruh