From patchwork Mon May 4 12:41:12 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hemant Agrawal X-Patchwork-Id: 186108 Delivered-To: patch@linaro.org Received: by 2002:a92:8d81:0:0:0:0:0 with SMTP id w1csp83864ill; Mon, 4 May 2020 05:43:43 -0700 (PDT) X-Google-Smtp-Source: APiQypIV+DypF/1dSu6PstNrfrR96ECDKPLknACPI47rInyVL5UHHNnIV6My0z1tze0GrDg1+sV2 X-Received: by 2002:a17:906:1c56:: with SMTP id l22mr14902085ejg.304.1588596223482; Mon, 04 May 2020 05:43:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1588596223; cv=none; d=google.com; s=arc-20160816; b=k6Pn8QKmuf0tCy9JD0iISxZIEmwTNaVWw6NRB9eqtjpGqTXGEvYoYXcNbJj1fR1ayu bOYw2BcUHlFY4QIyfMOc+e2ESgVG0borRRtvPjJNDDw5TKkzNhw7S8Ir/bJKbUdhuKSj WhB6jYGWzt6K06XxtdJ/NoP0/KAA3KIyIY8dePTy7iqn/QSU41ukPzeAhB5fNTc4ynUq vwh50JdKJJAV+slVLWdqZ1IVBm0wcvd6IqXKY+VSVWP3qVlVooENvFWI4CIdnmCKv/E5 Yxu243VlngKEv9fkJxx4qlkpClWrS0kCnrMNx7G2v86aiHckXBe3BSoqYGa4Sbo1Lj/O wNBA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:list-subscribe:list-help:list-post:list-archive :list-unsubscribe:list-id:precedence:subject:references:in-reply-to :message-id:date:cc:to:from; bh=IP7eZ63YM95a07586LlX/HoI5SdiHfGbNSCFEuEvE9Y=; b=TU0elp2VCzC1S92nNyYz0+ArwR8IPKbKMzZ0Up3r/3xJVxpII0kB004dtM5PrtLL48 lpoGqhBWjH6Y6xFhGsw7KDxz1ZKiH1VvS8BfRMCw5rvxO/h2xnOUUKUiKFZvj5z5ytN6 3hH0B47h1/w/4qqjpgx4Pyb3Pq3vcnKaPfv/Dc+Z5si3aWKhpYxdvfHmxDtIuZqU/cCZ i4nkaCqWL8CVvOxtlY/wb/CwHIw+qkUqullhUcCJvsqCxTJurxw7w0l2JVPtejZGf0SX HJVGLkgUwXPDFJg14Tg6m3Ndc72H9EiB4t38XE5P/jj/ByStwx7vyJvSWgh7wMogAl6g 8FOw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) smtp.mailfrom=dev-bounces@dpdk.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Return-Path: Received: from dpdk.org (dpdk.org. [92.243.14.124]) by mx.google.com with ESMTP id u3si6979195edo.526.2020.05.04.05.43.41; Mon, 04 May 2020 05:43:43 -0700 (PDT) Received-SPF: pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) client-ip=92.243.14.124; Authentication-Results: mx.google.com; spf=pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) smtp.mailfrom=dev-bounces@dpdk.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 918E61D16D; Mon, 4 May 2020 14:43:28 +0200 (CEST) Received: from inva021.nxp.com (inva021.nxp.com [92.121.34.21]) by dpdk.org (Postfix) with ESMTP id 599261D15E; Mon, 4 May 2020 14:43:26 +0200 (CEST) Received: from inva021.nxp.com (localhost [127.0.0.1]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id 20514200367; Mon, 4 May 2020 14:43:26 +0200 (CEST) Received: from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com [165.114.16.14]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id 1C840200381; Mon, 4 May 2020 14:43:24 +0200 (CEST) Received: from bf-netperf1.ap.freescale.net (bf-netperf1.ap.freescale.net [10.232.133.63]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id 228B940302; Mon, 4 May 2020 20:43:21 +0800 (SGT) From: Hemant Agrawal To: dev@dpdk.org, ferruh.yigit@intel.com Cc: stable@dpdk.org, Rohit Raj Date: Mon, 4 May 2020 18:11:12 +0530 Message-Id: <20200504124118.22877-3-hemant.agrawal@nxp.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200504124118.22877-1-hemant.agrawal@nxp.com> References: <20200306095742.18080-1-hemant.agrawal@nxp.com> <20200504124118.22877-1-hemant.agrawal@nxp.com> X-Virus-Scanned: ClamAV using ClamSMTP Subject: [dpdk-dev] [PATCH v3 2/8] net/dpaa2: fix 10g port negotiation issue 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" From: Rohit Raj Fixed 10g port negotiation issue with another 10G/non 10G port. Initialize the port link speed. Fixes: c5acbb5ea20e ("net/dpaa2: support link status event") Cc: stable@dpdk.org Signed-off-by: Rohit Raj --- drivers/net/dpaa2/dpaa2_ethdev.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) -- 2.17.1 diff --git a/drivers/net/dpaa2/dpaa2_ethdev.c b/drivers/net/dpaa2/dpaa2_ethdev.c index 2cde55e7cc..4fc550a885 100644 --- a/drivers/net/dpaa2/dpaa2_ethdev.c +++ b/drivers/net/dpaa2/dpaa2_ethdev.c @@ -553,9 +553,6 @@ dpaa2_eth_dev_configure(struct rte_eth_dev *dev) if (rx_offloads & DEV_RX_OFFLOAD_VLAN_FILTER) dpaa2_vlan_offload_set(dev, ETH_VLAN_FILTER_MASK); - /* update the current status */ - dpaa2_dev_link_update(dev, 0); - return 0; } @@ -1757,6 +1754,7 @@ dpaa2_dev_set_link_up(struct rte_eth_dev *dev) /* changing tx burst function to start enqueues */ dev->tx_pkt_burst = dpaa2_dev_tx; dev->data->dev_link.link_status = state.up; + dev->data->dev_link.link_speed = state.rate; if (state.up) DPAA2_PMD_INFO("Port %d Link is Up", dev->data->port_id);