From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f196.google.com (mail-pf0-f196.google.com [209.85.192.196]) by dpdk.org (Postfix) with ESMTP id EFEEE2C36 for ; Sun, 23 Jul 2017 21:08:21 +0200 (CEST) Received: by mail-pf0-f196.google.com with SMTP id c23so8827856pfe.5 for ; Sun, 23 Jul 2017 12:08:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fridaylinux-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=3i6EpRMW9MaVUvIDpF3x1q+3buC/mj0LSkdbkD+vElQ=; b=J1WHPG5qX1jee45PaYcX0TMDx7Mdm97N1CKfFn9RJq6wevBvWmbLIrMFquRgGvNTDA FHIK/L/q2j4+EKDxCdCKN/1ngyjkM//4FdslWnR7Ut/CQbG5Zcq8g6Z5q68YmzN82jvY KKcJGgEWKFi9+jFNWHQikNbBVCFxp5qXEecUvJQlJp0DxsqdWlBjLy5X87McKh5fvS1R 9fB1/gUfjNgh5ezRLlkPHH5sBRfoMJBOUwDNo1PZzrThYCa5P7VaXdsbUEgbE8pusjlS 01HunQZn2QP5lsTcP2hs2bOqQ7RYQl50csB9ExhkgV+h+GyKAlfJqdHwOl1jdf4DI02G oyBQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=3i6EpRMW9MaVUvIDpF3x1q+3buC/mj0LSkdbkD+vElQ=; b=WUWsEmZ/RIAvEIg34hAmDHHgmvyRna1BXy/duCXsr51rNUg7kypyNApL+3Y1V4Tnb7 m9zeClLRiTq6Hg5yNrvZqc0Vg9V5RjIqd+PnE4F+bxx+cv/MqVuQwU7r9lSiEf14b1P+ kDpt32T1Duj78zqrX9psof2jaYYMVHUmMhEkSKQ59HixiE+TTpbQB2VcLiYvK7q9mQ1U vKOcycx9BpvgNngRLeHv53i8P0uOpAKypGnANHmplghhK9ITCv0aQo8BRcZR6iUCjrrD 0PmWMu1hCIrGwjAcsQ47AqvWQvhE6AyVa65REEBYTTesdo6C4jODawP8BnlpY58ImZGy dcHA== X-Gm-Message-State: AIVw1106wEs1T0BHup8Hnuk51DOv3MI1rhkUxHrSyx/C55eMmMGHipUK +qHpeiwl64a2A2sk X-Received: by 10.84.210.1 with SMTP id z1mr15231669plh.125.1500836901295; Sun, 23 Jul 2017 12:08:21 -0700 (PDT) Received: from localhost.localdomain ([45.63.61.64]) by smtp.gmail.com with ESMTPSA id h125sm16827454pfe.178.2017.07.23.12.08.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 23 Jul 2017 12:08:20 -0700 (PDT) From: Yuanhan Liu To: Qiming Yang Cc: Wei Dai , dpdk stable Date: Mon, 24 Jul 2017 03:07:29 +0800 Message-Id: <1500836852-3563-4-git-send-email-yliu@fridaylinux.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1500836852-3563-1-git-send-email-yliu@fridaylinux.org> References: <1500836852-3563-1-git-send-email-yliu@fridaylinux.org> Subject: [dpdk-stable] patch 'net/ixgbe: fix Rx/Tx queue interrupt for x550 devices' has been queued to LTS release 16.11.3 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jul 2017 19:08:22 -0000 Hi, FYI, your patch has been queued to LTS release 16.11.3 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 07/27/17. So please shout if anyone has objections. Thanks. --yliu --- >>From a7aa35a86c02e37aa0dcbe2b608b1a58ab9a5886 Mon Sep 17 00:00:00 2001 From: Qiming Yang Date: Tue, 18 Jul 2017 10:28:34 +0800 Subject: [PATCH] net/ixgbe: fix Rx/Tx queue interrupt for x550 devices [ upstream commit 9f9d2653f19673c9c5b4d2cbf3592a7256f4771d ] x550 devices don't map interrupt vector before enabling Rx/Tx queue interrupt. Because of this interrupt mode is not working for x550 devices. Fixes: d2e72774e58c ("ixgbe/base: support X550") Signed-off-by: Qiming Yang Acked-by: Wei Dai --- drivers/net/ixgbe/ixgbe_ethdev.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/net/ixgbe/ixgbe_ethdev.c b/drivers/net/ixgbe/ixgbe_ethdev.c index d6686f6..958537f 100644 --- a/drivers/net/ixgbe/ixgbe_ethdev.c +++ b/drivers/net/ixgbe/ixgbe_ethdev.c @@ -5197,7 +5197,8 @@ ixgbe_set_ivar_map(struct ixgbe_hw *hw, int8_t direction, tmp |= (msix_vector << (8 * (queue & 0x3))); IXGBE_WRITE_REG(hw, IXGBE_IVAR(idx), tmp); } else if ((hw->mac.type == ixgbe_mac_82599EB) || - (hw->mac.type == ixgbe_mac_X540)) { + (hw->mac.type == ixgbe_mac_X540) || + (hw->mac.type == ixgbe_mac_X550)) { if (direction == -1) { /* other causes */ idx = ((queue & 1) * 8); @@ -5303,6 +5304,7 @@ ixgbe_configure_msix(struct rte_eth_dev *dev) break; case ixgbe_mac_82599EB: case ixgbe_mac_X540: + case ixgbe_mac_X550: ixgbe_set_ivar_map(hw, -1, 1, IXGBE_MISC_VEC_ID); break; default: -- 2.7.4