{"id":815239,"url":"http://patchwork.ozlabs.org/api/patches/815239/?format=json","web_url":"http://patchwork.ozlabs.org/project/netdev/patch/20170919010628.175732-2-salil.mehta@huawei.com/","project":{"id":7,"url":"http://patchwork.ozlabs.org/api/projects/7/?format=json","name":"Linux network development","link_name":"netdev","list_id":"netdev.vger.kernel.org","list_email":"netdev@vger.kernel.org","web_url":null,"scm_url":null,"webscm_url":null,"list_archive_url":"","list_archive_url_format":"","commit_url_format":""},"msgid":"<20170919010628.175732-2-salil.mehta@huawei.com>","list_archive_url":null,"date":"2017-09-19T01:06:22","name":"[net,1/7] net: hns3: get phy addr from NCL_config","commit_ref":null,"pull_url":null,"state":"changes-requested","archived":true,"hash":"848e663dfd5ed71e9ab2cc6e1fcb9dae93f89980","submitter":{"id":67454,"url":"http://patchwork.ozlabs.org/api/people/67454/?format=json","name":"Salil Mehta","email":"salil.mehta@huawei.com"},"delegate":{"id":34,"url":"http://patchwork.ozlabs.org/api/users/34/?format=json","username":"davem","first_name":"David","last_name":"Miller","email":"davem@davemloft.net"},"mbox":"http://patchwork.ozlabs.org/project/netdev/patch/20170919010628.175732-2-salil.mehta@huawei.com/mbox/","series":[{"id":3764,"url":"http://patchwork.ozlabs.org/api/series/3764/?format=json","web_url":"http://patchwork.ozlabs.org/project/netdev/list/?series=3764","date":"2017-09-19T01:06:27","name":"Bug fixes for the HNS3 Ethernet Driver for Hip08 SoC","version":1,"mbox":"http://patchwork.ozlabs.org/series/3764/mbox/"}],"comments":"http://patchwork.ozlabs.org/api/patches/815239/comments/","check":"pending","checks":"http://patchwork.ozlabs.org/api/patches/815239/checks/","tags":{},"related":[],"headers":{"Return-Path":"<netdev-owner@vger.kernel.org>","X-Original-To":"patchwork-incoming@ozlabs.org","Delivered-To":"patchwork-incoming@ozlabs.org","Authentication-Results":"ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=vger.kernel.org\n\t(client-ip=209.132.180.67; helo=vger.kernel.org;\n\tenvelope-from=netdev-owner@vger.kernel.org;\n\treceiver=<UNKNOWN>)","Received":["from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3xx4W22TKGz9s7B\n\tfor <patchwork-incoming@ozlabs.org>;\n\tTue, 19 Sep 2017 11:08:14 +1000 (AEST)","(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751652AbdISBHt (ORCPT <rfc822;patchwork-incoming@ozlabs.org>);\n\tMon, 18 Sep 2017 21:07:49 -0400","from szxga04-in.huawei.com ([45.249.212.190]:6489 \"EHLO\n\tszxga04-in.huawei.com\" rhost-flags-OK-OK-OK-OK) by vger.kernel.org\n\twith ESMTP id S1751610AbdISBHq (ORCPT\n\t<rfc822;netdev@vger.kernel.org>); Mon, 18 Sep 2017 21:07:46 -0400","from 172.30.72.58 (EHLO DGGEMS411-HUB.china.huawei.com)\n\t([172.30.72.58])\n\tby dggrg04-dlp.huawei.com (MOS 4.4.6-GA FastPath queued)\n\twith ESMTP id DHM20745; Tue, 19 Sep 2017 09:07:23 +0800 (CST)","from S00293818-DELL1.china.huawei.com (10.47.92.71) by\n\tDGGEMS411-HUB.china.huawei.com (10.3.19.211) with Microsoft SMTP\n\tServer id 14.3.301.0; Tue, 19 Sep 2017 09:07:11 +0800"],"From":"Salil Mehta <salil.mehta@huawei.com>","To":"<davem@davemloft.net>","CC":"<salil.mehta@huawei.com>, <yisen.zhuang@huawei.com>,\n\t<lipeng321@huawei.com>, <mehta.salil.lnk@gmail.com>,\n\t<netdev@vger.kernel.org>, <linux-kernel@vger.kernel.org>,\n\t<linux-rdma@vger.kernel.org>, <linuxarm@huawei.com>","Subject":"[PATCH net 1/7] net: hns3: get phy addr from NCL_config","Date":"Tue, 19 Sep 2017 02:06:22 +0100","Message-ID":"<20170919010628.175732-2-salil.mehta@huawei.com>","X-Mailer":"git-send-email 2.8.3","In-Reply-To":"<20170919010628.175732-1-salil.mehta@huawei.com>","References":"<20170919010628.175732-1-salil.mehta@huawei.com>","MIME-Version":"1.0","Content-Type":"text/plain","X-Originating-IP":"[10.47.92.71]","X-CFilter-Loop":"Reflected","X-Mirapoint-Virus-RAPID-Raw":"score=unknown(0),\n\trefid=str=0001.0A020203.59C06DDD.01BB, ss=1, re=0.000, recu=0.000,\n\treip=0.000, cl=1, cld=1, fgs=0, ip=0.0.0.0,\n\tso=2014-11-16 11:51:01, dmn=2013-03-21 17:37:32","X-Mirapoint-Loop-Id":"5655954c9c8ac429b7267239b2a7bd24","Sender":"netdev-owner@vger.kernel.org","Precedence":"bulk","List-ID":"<netdev.vger.kernel.org>","X-Mailing-List":"netdev@vger.kernel.org"},"content":"From: Lipeng <lipeng321@huawei.com>\n\nNCL_config file defines phy address for every port. Driver should get\nphy address from NCL_config file.If do not get the right phy address,\nevery port will use the default phy address 0, different port use the\nsame phy address will cause error.\n\nSigned-off-by: Lipeng <lipeng321@huawei.com>\nSigned-off-by: Salil Mehta <salil.mehta@huawei.com>\n---\n drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 1 +\n 1 file changed, 1 insertion(+)","diff":"diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c\nindex bb45365fb817..db4e07dac29a 100644\n--- a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c\n+++ b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c\n@@ -1066,6 +1066,7 @@ static int hclge_configure(struct hclge_dev *hdev)\n \tfor (i = 0; i < ETH_ALEN; i++)\n \t\thdev->hw.mac.mac_addr[i] = cfg.mac_addr[i];\n \thdev->hw.mac.media_type = cfg.media_type;\n+\thdev->hw.mac.phy_addr = cfg.phy_addr;\n \thdev->num_desc = cfg.tqp_desc_num;\n \thdev->tm_info.num_pg = 1;\n \thdev->tm_info.num_tc = cfg.tc_num;\n","prefixes":["net","1/7"]}