Show a cover letter.

GET /api/covers/57643/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 57643,
    "url": "http://patchwork.dpdk.org/api/covers/57643/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/cover/1565665572-65495-1-git-send-email-haiyue.wang@intel.com/",
    "project": {
        "id": 1,
        "url": "http://patchwork.dpdk.org/api/projects/1/?format=api",
        "name": "DPDK",
        "link_name": "dpdk",
        "list_id": "dev.dpdk.org",
        "list_email": "dev@dpdk.org",
        "web_url": "http://core.dpdk.org",
        "scm_url": "git://dpdk.org/dpdk",
        "webscm_url": "http://git.dpdk.org/dpdk",
        "list_archive_url": "https://inbox.dpdk.org/dev",
        "list_archive_url_format": "https://inbox.dpdk.org/dev/{}",
        "commit_url_format": ""
    },
    "msgid": "<1565665572-65495-1-git-send-email-haiyue.wang@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1565665572-65495-1-git-send-email-haiyue.wang@intel.com",
    "date": "2019-08-13T03:06:09",
    "name": "[RFC,v2,0/3] show the Rx/Tx burst description field",
    "submitter": {
        "id": 1044,
        "url": "http://patchwork.dpdk.org/api/people/1044/?format=api",
        "name": "Wang, Haiyue",
        "email": "haiyue.wang@intel.com"
    },
    "mbox": "http://patchwork.dpdk.org/project/dpdk/cover/1565665572-65495-1-git-send-email-haiyue.wang@intel.com/mbox/",
    "series": [
        {
            "id": 6022,
            "url": "http://patchwork.dpdk.org/api/series/6022/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=6022",
            "date": "2019-08-13T03:06:09",
            "name": "show the Rx/Tx burst description field",
            "version": 2,
            "mbox": "http://patchwork.dpdk.org/series/6022/mbox/"
        }
    ],
    "comments": "http://patchwork.dpdk.org/api/covers/57643/comments/",
    "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 664961BE0C;\n\tTue, 13 Aug 2019 05:11:10 +0200 (CEST)",
            "from mga17.intel.com (mga17.intel.com [192.55.52.151])\n\tby dpdk.org (Postfix) with ESMTP id 89528378B\n\tfor <dev@dpdk.org>; Tue, 13 Aug 2019 05:11:08 +0200 (CEST)",
            "from orsmga001.jf.intel.com ([10.7.209.18])\n\tby fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t12 Aug 2019 20:11:07 -0700",
            "from npg-dpdk-haiyue-1.sh.intel.com ([10.67.111.73])\n\tby orsmga001.jf.intel.com with ESMTP; 12 Aug 2019 20:11:06 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.64,379,1559545200\"; d=\"scan'208\";a=\"259997324\"",
        "From": "Haiyue Wang <haiyue.wang@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "Haiyue Wang <haiyue.wang@intel.com>",
        "Date": "Tue, 13 Aug 2019 11:06:09 +0800",
        "Message-Id": "<1565665572-65495-1-git-send-email-haiyue.wang@intel.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "Subject": "[dpdk-dev] [RFC v2 0/3] show the Rx/Tx burst description field",
        "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>"
    },
    "content": "v1: ABI breaking\nhttp://mails.dpdk.org/archives/dev/2019-August/140916.html\n      https://patchwork.dpdk.org/patch/57624/\n      https://patchwork.dpdk.org/patch/57625/\n      https://patchwork.dpdk.org/patch/57626/\n\nv2: add a simple trace API to export string type information, if the\nreturn value > 0, then valid information is generated.\n\ntestpmd> show rxq info 0 0\n\n********************* Infos for port 0 , RX queue 0  *********************\nMempool: mbuf_pool_socket_0\nRX prefetch threshold: 0\nRX host threshold: 0\nRX writeback threshold: 0\nRX free threshold: 32\nRX drop packets: off\nRX deferred start: off\nRX scattered packets: on\nNumber of RXDs: 1024\nBurst description: AVX2 Vector Scattered Rx\n\ntestpmd> show txq info 0 0\n\n********************* Infos for port 0 , TX queue 0  *********************\nTX prefetch threshold: 32\nTX host threshold: 0\nTX writeback threshold: 0\nTX RS threshold: 32\nTX free threshold: 32\nTX deferred start: off\nNumber of TXDs: 1024\nBurst description: AVX2 Vector Tx\n\nHaiyue Wang (3):\n  ethdev: add the API for getting trace information\n  testpmd: show the Rx/Tx burst description\n  net/ice: support the Rx/Tx burst description trace\n\n app/test-pmd/config.c               | 12 +++++++++\n drivers/net/ice/ice_ethdev.c        | 26 +++++++++++++++++++\n drivers/net/ice/ice_rxtx.c          | 52 +++++++++++++++++++++++++++++++++++++\n drivers/net/ice/ice_rxtx.h          |  4 +++\n lib/librte_ethdev/rte_ethdev.c      | 18 +++++++++++++\n lib/librte_ethdev/rte_ethdev.h      |  9 +++++++\n lib/librte_ethdev/rte_ethdev_core.h |  4 +++\n 7 files changed, 125 insertions(+)"
}