From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Boccassi Subject: Re: [PATCH] net/e1000: enable MSI-x for linkup and other events in 82574 Date: Wed, 26 Sep 2018 11:23:24 +0100 Message-ID: <1537957404.8363.5.camel@debian.org> References: <20180727181317.7374-1-bluca@debian.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: wenzhuo.lu@intel.com, ferruh.yigit@intel.com To: dev@dpdk.org Return-path: Received: from mail-wm1-f67.google.com (mail-wm1-f67.google.com [209.85.128.67]) by dpdk.org (Postfix) with ESMTP id 95CEE1B133 for ; Wed, 26 Sep 2018 12:23:26 +0200 (CEST) Received: by mail-wm1-f67.google.com with SMTP id o2-v6so1680181wmh.5 for ; Wed, 26 Sep 2018 03:23:26 -0700 (PDT) In-Reply-To: <20180727181317.7374-1-bluca@debian.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, 2018-07-27 at 19:13 +0100, Luca Boccassi wrote: > Linux supports 82574 MSI-x interrupt for linkup and other link > conditions. Enable the same feature in the e1000 PMD in order to > allow this card to work properly, as it requires interrupt > handling for link negotiations among other things. >=20 > Signed-off-by: Luca Boccassi > --- >=20 > Hi Wenzhuo - just to make it clear, this patch and the previous are > not targeted for 18.08, just clearing my queue. >=20 > =C2=A0drivers/net/e1000/base/e1000_82571.c | 5 +++++ > =C2=A0drivers/net/e1000/em_ethdev.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0| 5 +++-- > =C2=A02 files changed, 8 insertions(+), 2 deletions(-) Ping. Any chance this can get looked at? Thanks! --=20 Kind regards, Luca Boccassi