List cover comments

GET /api/covers/45037/comments/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Link: 
<http://patches.dpdk.org/api/covers/45037/comments/?format=api&page=1>; rel="first",
<http://patches.dpdk.org/api/covers/45037/comments/?format=api&page=1>; rel="last"
Vary: Accept
[ { "id": 85865, "web_url": "http://patches.dpdk.org/comment/85865/", "msgid": "<c84737be-702f-1711-3533-f81c693b6246@intel.com>", "list_archive_url": "https://inbox.dpdk.org/dev/c84737be-702f-1711-3533-f81c693b6246@intel.com", "date": "2018-09-21T00:21:40", "subject": "Re: [dpdk-dev] [PATCH v2 0/4] net/failsafe: support deferred queue\n\tstart", "submitter": { "id": 324, "url": "http://patches.dpdk.org/api/people/324/?format=api", "name": "Ferruh Yigit", "email": "ferruh.yigit@intel.com" }, "content": "On 9/20/2018 2:55 PM, Andrew Rybchenko wrote:\n> Since the topic is raised in multicast address list patchset, I'd like\n> to highlight it here as well. Current version uses failsafe ops directly\n> on sync to synchronize queues state which iterates over all sub-devices.\n> For already in sync sub-devices it does not go to driver since ethdev\n> functions checks current state and do nothing if it is already OK.\n> In theory it is possible to limit it to inactive devices and use\n> ethdev API instead of direct ops, but it requires a bit more lines of\n> code.\n> \n> v2:\n> - fix ops ordering\n> - update testpmd documentation\n> - add Gaëtan's acks\n> \n> Ian Dolzhansky (4):\n> app/testpmd: add queue deferred start switch\n> net/failsafe: add checks for deferred queue setup\n> net/failsafe: add Rx queue start and stop functions\n> net/failsafe: add Tx queue start and stop functions\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 80BB82BD3;\n\tFri, 21 Sep 2018 02:21:44 +0200 (CEST)", "from mga17.intel.com (mga17.intel.com [192.55.52.151])\n\tby dpdk.org (Postfix) with ESMTP id D3EDE262E\n\tfor <dev@dpdk.org>; Fri, 21 Sep 2018 02:21:42 +0200 (CEST)", "from fmsmga007.fm.intel.com ([10.253.24.52])\n\tby fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t20 Sep 2018 17:21:41 -0700", "from fyigit-mobl.ger.corp.intel.com (HELO [10.252.22.231])\n\t([10.252.22.231])\n\tby fmsmga007.fm.intel.com with ESMTP; 20 Sep 2018 17:21:40 -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,282,1534834800\"; d=\"scan'208\";a=\"71685975\"", "To": "Andrew Rybchenko <arybchenko@solarflare.com>,\n\tGaetan Rivet <gaetan.rivet@6wind.com>", "Cc": "dev@dpdk.org", "References": "<1535526966-32456-1-git-send-email-arybchenko@solarflare.com>\n\t<1537451752-28759-1-git-send-email-arybchenko@solarflare.com>", "From": "Ferruh Yigit <ferruh.yigit@intel.com>", "Openpgp": "preference=signencrypt", "Message-ID": "<c84737be-702f-1711-3533-f81c693b6246@intel.com>", "Date": "Fri, 21 Sep 2018 01:21:40 +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": "<1537451752-28759-1-git-send-email-arybchenko@solarflare.com>", "Content-Type": "text/plain; charset=utf-8", "Content-Language": "en-US", "Content-Transfer-Encoding": "8bit", "Subject": "Re: [dpdk-dev] [PATCH v2 0/4] net/failsafe: support deferred queue\n\tstart", "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 } ]