From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg0-f53.google.com (mail-pg0-f53.google.com [74.125.83.53]) by dpdk.org (Postfix) with ESMTP id 598947D7F for ; Mon, 21 Aug 2017 11:34:10 +0200 (CEST) Received: by mail-pg0-f53.google.com with SMTP id u191so22455744pgc.2 for ; Mon, 21 Aug 2017 02:34:10 -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=kCs/KvwQN88lzyP+/6lsxvAtp+L8xBazUi+DrGqPd60=; b=IfsM8mVUm0av6lp3jZh71N4TKmIS7SKbEf7OW+MIbzsWMxLH5yG1K5e7dJ5phngm3k hYzoSv9ggIRgabXDEc0Sc0KIRXtZ6LcW72n79pSIfCcMywSeoL5mX83bbZ0BeDqM8va3 C7jEsR3m149VJa0RMPXyzfCiLHXNo2LmgJy2pMDtChSZ1i6ZjFjwqLwsFidyJRTfaefq hWf6zIXru6oT88ewcwnnC0jjWtfdCPBm6nqYw6pv9/EPwAQoHnf8IMzjbairwWbiowaI p2SX04eEOINNzRXpVstM/pqgALkgKMX0tV7Deb/7rcKIOrEeJ45Xybvkx+gJRDxPlWir D1Aw== 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=kCs/KvwQN88lzyP+/6lsxvAtp+L8xBazUi+DrGqPd60=; b=f2LkYt2YDRp7AZe7+PYB+v3u38PfV9osC3NFE8FanMu6ybfxB6xny+txP2kb4wFIXM IoZayO9fKZ5MwbY2NI3P757CK9uzDzVKb4b5aPoaWYxLAhIhzssIICvaqX3fT0jbtVNF hYyqlNDFOiagrpNT1P+3Et7OmZZtNSC6Wkidrhq7W2KKwH6VV+aC79xPvG4NLT2ZyJG+ V72TCKK/kfwVqaXN5nlRVzg8ZvCsUi56x2Uy/mkrybSpNZgsKJhvahvmGggT0vEfUbjl KX0ByaOhgQ4El/jKCKTjGbdJ1Fyf0+yMqb2KuQSwN+haUaCK9bT8M89X4lQSg4f9a/Q7 hi8g== X-Gm-Message-State: AHYfb5g5E1ox+wc/+PbKX5Id/HeDBSx6NqiKBbU3PNd4TzCH5cqTmZF5 dAAOjc8Uf96W4M8n X-Received: by 10.99.119.139 with SMTP id s133mr13034294pgc.256.1503308049691; Mon, 21 Aug 2017 02:34:09 -0700 (PDT) Received: from localhost.localdomain ([45.63.61.64]) by smtp.gmail.com with ESMTPSA id 69sm23355087pfh.186.2017.08.21.02.34.04 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 21 Aug 2017 02:34:08 -0700 (PDT) From: Yuanhan Liu To: Qiming Yang Cc: Wei Dai , dpdk stable , Yuanhan Liu Date: Mon, 21 Aug 2017 17:30:27 +0800 Message-Id: <1503307878-16728-13-git-send-email-yliu@fridaylinux.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1503307878-16728-1-git-send-email-yliu@fridaylinux.org> References: <1503307878-16728-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 stable release 17.05.2 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: Mon, 21 Aug 2017 09:34:10 -0000 Hi, FYI, your patch has been queued to stable release 17.05.2 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 08/24/17. So please shout if anyone has objections. Thanks. --yliu --- >>From 336da7a69dac6511fc3a45e4487b143c0a3bd228 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 78355db..0a142ee 100644 --- a/drivers/net/ixgbe/ixgbe_ethdev.c +++ b/drivers/net/ixgbe/ixgbe_ethdev.c @@ -5480,7 +5480,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); @@ -5588,6 +5589,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