From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:mime-version; bh=bNH/3OqnXFf2BBwAmdBQCibHUXgvnfY15hya3flEhR4=; b=mrJL9Ef7l/ouiUvoM1n2onTdrKPo4acj6qXfgQHqES5TWMF68A3RQEhoC5OiAIoFgm SZIa666otIdF2umelE0veoK8VCsfrnIzfJhd22Wxz8CXzhqtJnr5bfPraoggJFTB8U3H CZydz+1mpHGAHvxiQSwUtv9vlFeTXfVmvGh/LMaYjOJ+HQl9grG2RVoVUhn0/x6jK4gC z8jp13Q0aiKbZL2Y6PcSr0niWhTtuovschG67dcFD0BqA0Lwy4oZZOd8Axa0+KVvEE3r RoINKGpfyrkhkFflPyiGeWDfWnqI0qI5o3BX0n/kLKJP+jW3on6L/2hAI5rUKts0bmYP fVWA== X-Gm-Message-State: ABuFfoiPJTm6F1jbfwgU8pomR0Gr+sDNEd2jYqKCsS7OOwW4sPi8AzTc PMJk/Si+0sdq/7v8iHa2AgISrjQH X-Google-Smtp-Source: ACcGV61yi88TOYzhVo6Fexv2jHAgOK/R6wPkGWVXAWU0DZAKB5rmIxGcYQAf5iTHbSqInXueT9Pskg== X-Received: by 2002:a1c:ac82:: with SMTP id v124-v6mr1181883wme.10.1537957405941; Wed, 26 Sep 2018 03:23:25 -0700 (PDT) Received: from localhost ([2001:1be0:110d:fcfe:489f:80a9:5d59:c6bd]) by smtp.gmail.com with ESMTPSA id 94-v6sm6361661wrc.10.2018.09.26.03.23.24 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 26 Sep 2018 03:23:25 -0700 (PDT) Message-ID: <1537957404.8363.5.camel@debian.org> From: Luca Boccassi To: dev@dpdk.org Cc: wenzhuo.lu@intel.com, ferruh.yigit@intel.com Date: Wed, 26 Sep 2018 11:23:24 +0100 In-Reply-To: <20180727181317.7374-1-bluca@debian.org> References: <20180727181317.7374-1-bluca@debian.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.22.6-1+deb9u1 Mime-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] net/e1000: enable MSI-x for linkup and other events in 82574 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Sep 2018 10:23:26 -0000 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