Cover Letter Detail
Show a cover letter.
GET /api/covers/815244/?format=api
{ "id": 815244, "url": "http://patchwork.ozlabs.org/api/covers/815244/?format=api", "web_url": "http://patchwork.ozlabs.org/project/netdev/cover/20170919010628.175732-1-salil.mehta@huawei.com/", "project": { "id": 7, "url": "http://patchwork.ozlabs.org/api/projects/7/?format=api", "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-1-salil.mehta@huawei.com>", "list_archive_url": null, "date": "2017-09-19T01:06:21", "name": "[net,0/7] Bug fixes for the HNS3 Ethernet Driver for Hip08 SoC", "submitter": { "id": 67454, "url": "http://patchwork.ozlabs.org/api/people/67454/?format=api", "name": "Salil Mehta", "email": "salil.mehta@huawei.com" }, "mbox": "http://patchwork.ozlabs.org/project/netdev/cover/20170919010628.175732-1-salil.mehta@huawei.com/mbox/", "series": [ { "id": 3764, "url": "http://patchwork.ozlabs.org/api/series/3764/?format=api", "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/covers/815244/comments/", "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 3xx4YB1SDrz9s78\n\tfor <patchwork-incoming@ozlabs.org>;\n\tTue, 19 Sep 2017 11:10:06 +1000 (AEST)", "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1750982AbdISBHV (ORCPT <rfc822;patchwork-incoming@ozlabs.org>);\n\tMon, 18 Sep 2017 21:07:21 -0400", "from szxga05-in.huawei.com ([45.249.212.191]:6067 \"EHLO\n\tszxga05-in.huawei.com\" rhost-flags-OK-OK-OK-OK) by vger.kernel.org\n\twith ESMTP id S1750783AbdISBHU (ORCPT\n\t<rfc822;netdev@vger.kernel.org>); Mon, 18 Sep 2017 21:07:20 -0400", "from 172.30.72.58 (EHLO DGGEMS411-HUB.china.huawei.com)\n\t([172.30.72.58])\n\tby dggrg05-dlp.huawei.com (MOS 4.4.6-GA FastPath queued)\n\twith ESMTP id DHO21260; Tue, 19 Sep 2017 09:07:16 +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:08 +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 0/7] Bug fixes for the HNS3 Ethernet Driver for Hip08 SoC", "Date": "Tue, 19 Sep 2017 02:06:21 +0100", "Message-ID": "<20170919010628.175732-1-salil.mehta@huawei.com>", "X-Mailer": "git-send-email 2.8.3", "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.0A020205.59C06DC4.011E, 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": "bf265e0396ee48edf7a19309e57b7c3c", "Sender": "netdev-owner@vger.kernel.org", "Precedence": "bulk", "List-ID": "<netdev.vger.kernel.org>", "X-Mailing-List": "netdev@vger.kernel.org" }, "content": "This patch set presents some bug fixes for the HNS3 Ethernet driver, identified\nduring internal testing & stabilization efforts.\n\nThis patch series is meant for Linux 4.14 kernel. \n\nLipeng (6):\n net: hns3: get phy addr from NCL_config\n net: hns3: fix the command used to unmap ring from vector\n net: hns3: Fix ring and vector map command\n net: hns3: fix a bug of set mac address\n net: hns3: set default vlan id to PF\n net: hns3: Fixes the premature exit of loop when matching clients\n\nSalil Mehta (1):\n net: hns3: fixes the ether address copy with more appropriate API\n\n drivers/net/ethernet/hisilicon/hns3/hnae3.c | 43 +++++-----------------\n .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h | 8 +++-\n .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 20 ++++++++--\n .../net/ethernet/hisilicon/hns3/hns3pf/hns3_enet.c | 7 ++--\n 4 files changed, 35 insertions(+), 43 deletions(-)" }