List cover comments

GET /api/covers/44470/comments/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Link: 
<http://patches.dpdk.org/api/covers/44470/comments/?format=api&page=1>; rel="first",
<http://patches.dpdk.org/api/covers/44470/comments/?format=api&page=1>; rel="last"
Vary: Accept
[ { "id": 85886, "web_url": "http://patches.dpdk.org/comment/85886/", "msgid": "<cc3bb525-9f3d-0ffc-677c-2ac20c299b88@intel.com>", "list_archive_url": "https://inbox.dpdk.org/dev/cc3bb525-9f3d-0ffc-677c-2ac20c299b88@intel.com", "date": "2018-09-21T10:28:56", "subject": "Re: [dpdk-dev] [PATCH 00/37] net/sfc: update base driver", "submitter": { "id": 324, "url": "http://patches.dpdk.org/api/people/324/?format=api", "name": "Ferruh Yigit", "email": "ferruh.yigit@intel.com" }, "content": "On 9/10/2018 10:32 AM, Andrew Rybchenko wrote:\n> Update net/sfc base driver (aka libefx).\n> \n> There are a number of checkpatches.sh warnings/errors\n> because of coding style difference.\n> \n> Andrew Jackson (1):\n> net/sfc/base: highlight that image layout header generated\n> \n> Andrew Rybchenko (1):\n> net/sfc/base: fix build failure because of no declaration\n> \n> Andy Moreton (6):\n> net/sfc/base: properly align on line continuation\n> net/sfc/base: add space after sizeof\n> net/sfc/base: add routine to check for hardware presence\n> net/sfc/base: add API to inform libefx of hardware removal\n> net/sfc/base: fix ID retrival in v3 licensing\n> net/sfc/base: fix MAC Tx stats for less or equal to 64 bytes\n> \n> Gautam Dawar (1):\n> net/sfc/base: fix out of bounds read when dereferencing sdup\n> \n> Ivan Malov (6):\n> net/sfc/base: fix name of the argument to store RSS flags\n> net/sfc/base: fix a typo in unicast filter insertion comment\n> net/sfc/base: use simpler code to check hash algorithm type\n> net/sfc/base: check buffer size for hash flags\n> net/sfc/base: simplify the code to parse RSS hash type\n> net/sfc/base: improve handling of legacy RSS hash flags\n> \n> Mark Spender (3):\n> net/sfc/base: remove probes when a Tx queue is too full\n> net/sfc/base: add information if TSO workaround is required\n> net/sfc/base: prevent access to the NIC config before probe\n> \n> Martin Harvey (10):\n> net/sfc/base: fix PreFAST warnings because of unused return\n> net/sfc/base: fix invalid order of memset arguments\n> net/sfc/base: fix output buffer SAL annotation\n> net/sfc/base: fix erroneous SAL annotation for input buffers\n> net/sfc/base: move empty efsys definitions to EFX headers\n> net/sfc/base: refactor monitors support\n> net/sfc/base: add generated description of sensors\n> net/sfc/base: check size of memory to read sensors data to\n> net/sfc/base: add API to retrieve sensor limits\n> net/sfc/base: avoid usage of too big arrays on stack\n> \n> Paul Fox (1):\n> net/sfc/base: add more definitions of partitions\n> \n> Richard Houldsworth (4):\n> net/sfc/base: add buffer editing functions to boot config\n> net/sfc/base: add accessor for default port mode\n> net/sfc/base: generalise EF10 NVRAM buffer interface\n> net/sfc/base: modify phy caps to indicate FEC request\n> \n> Vijay Srivastava (4):\n> net/sfc/base: fix outer IPID field in TSO option descriptors\n> net/sfc/base: add check for TUNNEL module in NIC reset API\n> net/sfc/base: add support to get active FEC type\n> net/sfc/base: add helper API to make Geneve filter spec\n\nSeries applied to dpdk-next-net/master, thanks.", "headers": { "Return-Path": "<dev-bounces@dpdk.org>", "X-Original-To": "patchwork@dpdk.org", "Delivered-To": "patchwork@dpdk.org", "Received": [ "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 539DE4C96;\n\tFri, 21 Sep 2018 12:29:02 +0200 (CEST)", "from mga07.intel.com (mga07.intel.com [134.134.136.100])\n\tby dpdk.org (Postfix) with ESMTP id 8871B4C95\n\tfor <dev@dpdk.org>; Fri, 21 Sep 2018 12:29:00 +0200 (CEST)", "from fmsmga007.fm.intel.com ([10.253.24.52])\n\tby orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t21 Sep 2018 03:28:59 -0700", "from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.39])\n\t([10.237.221.39])\n\tby fmsmga007.fm.intel.com with ESMTP; 21 Sep 2018 03:28:57 -0700" ], "X-Amp-Result": "SKIPPED(no attachment in message)", "X-Amp-File-Uploaded": "False", "X-ExtLoop1": "1", "X-IronPort-AV": "E=Sophos;i=\"5.54,284,1534834800\"; d=\"scan'208\";a=\"71799817\"", "To": "Andrew Rybchenko <arybchenko@solarflare.com>, dev@dpdk.org", "References": "<1536572016-18134-1-git-send-email-arybchenko@solarflare.com>", "From": "Ferruh Yigit <ferruh.yigit@intel.com>", "Openpgp": "preference=signencrypt", "Message-ID": "<cc3bb525-9f3d-0ffc-677c-2ac20c299b88@intel.com>", "Date": "Fri, 21 Sep 2018 11:28:56 +0100", "User-Agent": "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101\n\tThunderbird/52.9.1", "MIME-Version": "1.0", "In-Reply-To": "<1536572016-18134-1-git-send-email-arybchenko@solarflare.com>", "Content-Type": "text/plain; charset=utf-8", "Content-Language": "en-US", "Content-Transfer-Encoding": "7bit", "Subject": "Re: [dpdk-dev] [PATCH 00/37] net/sfc: update base driver", "X-BeenThere": "dev@dpdk.org", "X-Mailman-Version": "2.1.15", "Precedence": "list", "List-Id": "DPDK patches and discussions <dev.dpdk.org>", "List-Unsubscribe": "<https://mails.dpdk.org/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>", "List-Archive": "<http://mails.dpdk.org/archives/dev/>", "List-Post": "<mailto:dev@dpdk.org>", "List-Help": "<mailto:dev-request@dpdk.org?subject=help>", "List-Subscribe": "<https://mails.dpdk.org/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>", "Errors-To": "dev-bounces@dpdk.org", "Sender": "\"dev\" <dev-bounces@dpdk.org>" }, "addressed": null } ]