Show a cover letter.

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

{
    "id": 173,
    "url": "http://patches.dpdk.org/api/covers/173/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20230922093722.2057688-1-david.marchand@redhat.com/",
    "project": {
        "id": 1,
        "url": "http://patches.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": "<20230922093722.2057688-1-david.marchand@redhat.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20230922093722.2057688-1-david.marchand@redhat.com",
    "date": "2023-09-22T09:37:19",
    "name": "[0/2] Introduce x86 specific identification API",
    "submitter": {
        "id": 1173,
        "url": "http://patches.dpdk.org/api/people/1173/?format=api",
        "name": "David Marchand",
        "email": "david.marchand@redhat.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/20230922093722.2057688-1-david.marchand@redhat.com/mbox/",
    "series": [
        {
            "id": 29605,
            "url": "http://patches.dpdk.org/api/series/29605/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=29605",
            "date": "2023-09-22T09:37:19",
            "name": "Introduce x86 specific identification API",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/29605/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/173/comments/",
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from mails.dpdk.org (mails.dpdk.org [217.70.189.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id DD66542616;\n\tFri, 22 Sep 2023 11:37:40 +0200 (CEST)",
            "from mails.dpdk.org (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id C6F414029C;\n\tFri, 22 Sep 2023 11:37:40 +0200 (CEST)",
            "from us-smtp-delivery-124.mimecast.com\n (us-smtp-delivery-124.mimecast.com [170.10.129.124])\n by mails.dpdk.org (Postfix) with ESMTP id 3C11B40150\n for <dev@dpdk.org>; Fri, 22 Sep 2023 11:37:39 +0200 (CEST)",
            "from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73])\n by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2,\n cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id\n us-mta-357-LAJ_Gd5wPmS3YDTcxrfNWg-1; Fri, 22 Sep 2023 05:37:35 -0400",
            "from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com\n [10.11.54.6])\n (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))\n (No client certificate requested)\n by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 7B64E3C11C71;\n Fri, 22 Sep 2023 09:37:34 +0000 (UTC)",
            "from dmarchan.redhat.com (unknown [10.45.224.128])\n by smtp.corp.redhat.com (Postfix) with ESMTP id 844A52156701;\n Fri, 22 Sep 2023 09:37:30 +0000 (UTC)"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com;\n s=mimecast20190719; t=1695375458;\n h=from:from:reply-to:subject:subject:date:date:message-id:message-id:\n to:to:cc:cc:mime-version:mime-version:content-type:content-type:\n content-transfer-encoding:content-transfer-encoding;\n bh=kel2F4VZyTLooM9aBKnp6vAaa0imqQy9qnh0bCmgUhw=;\n b=OyOFoyAZgsyt8XEK4s00pUwFycW7FDsDY1uXuwS8pvG5Qvx563hEmOf1GY5WuB1HVFN3j7\n TszvpHNs0kdb1qLv3otLrmFL71NT9jW2wQLTC175pNrBX5VfWJB1KRLq2tGtPbzz7cMsRf\n TK33r9mE1AQNyjBSqJPeXulauz7POVM=",
        "X-MC-Unique": "LAJ_Gd5wPmS3YDTcxrfNWg-1",
        "From": "David Marchand <david.marchand@redhat.com>",
        "To": "dev@dpdk.org",
        "Cc": "ferruh.yigit@amd.com, thomas@monjalon.net, bruce.richardson@intel.com,\n konstantin.v.ananyev@yandex.ru, ruifeng.wang@arm.com, zhoumin@loongson.cn,\n drc@linux.vnet.ibm.com, kda@semihalf.com, roretzla@linux.microsoft.com",
        "Subject": "[PATCH 0/2] Introduce x86 specific identification API",
        "Date": "Fri, 22 Sep 2023 11:37:19 +0200",
        "Message-ID": "<20230922093722.2057688-1-david.marchand@redhat.com>",
        "MIME-Version": "1.0",
        "X-Scanned-By": "MIMEDefang 3.1 on 10.11.54.6",
        "X-Mimecast-Spam-Score": "0",
        "X-Mimecast-Originator": "redhat.com",
        "Content-Transfer-Encoding": "8bit",
        "Content-Type": "text/plain; charset=\"US-ASCII\"; x-default=true",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.29",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<https://mails.dpdk.org/options/dev>,\n <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 <mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org"
    },
    "content": "Rather than have every driver implement their own set of cpuid() ugly\nstuff, provide an abstracted (gcc/clang vs MSVC) API for querying about\nx86 processor details.\n\nNote:\n- coming up with a cross arch API seems a difficult task, hence a arch\n  specific API has been preferred. If other arches have ideas how to\n  abstract I am open to suggestions though I won't have the time to\n  implement it for this release,\n- usage of this arch specific API must not become the common practice\n  and maintainers will have to be wary that drivers are still working\n  fine with generic/common processor/arch features,"
}