Show a cover letter.

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

{
    "id": 53243,
    "url": "http://patches.dpdk.org/api/covers/53243/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20190503133537.58712-1-bruce.richardson@intel.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": "<20190503133537.58712-1-bruce.richardson@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20190503133537.58712-1-bruce.richardson@intel.com",
    "date": "2019-05-03T13:35:31",
    "name": "[19.08,0/6] improve building examples",
    "submitter": {
        "id": 20,
        "url": "http://patches.dpdk.org/api/people/20/?format=api",
        "name": "Bruce Richardson",
        "email": "bruce.richardson@intel.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/20190503133537.58712-1-bruce.richardson@intel.com/mbox/",
    "series": [
        {
            "id": 4554,
            "url": "http://patches.dpdk.org/api/series/4554/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=4554",
            "date": "2019-05-03T13:35:31",
            "name": "improve building examples",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/4554/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/53243/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 ECF304C90;\n\tFri,  3 May 2019 15:35:47 +0200 (CEST)",
            "from mga09.intel.com (mga09.intel.com [134.134.136.24])\n\tby dpdk.org (Postfix) with ESMTP id 43831493D\n\tfor <dev@dpdk.org>; Fri,  3 May 2019 15:35:46 +0200 (CEST)",
            "from orsmga003.jf.intel.com ([10.7.209.27])\n\tby orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t03 May 2019 06:35:45 -0700",
            "from silpixa00399126.ir.intel.com (HELO\n\tsilpixa00399126.ger.corp.intel.com) ([10.237.222.236])\n\tby orsmga003.jf.intel.com with ESMTP; 03 May 2019 06:35:44 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.60,425,1549958400\"; d=\"scan'208\";a=\"147876526\"",
        "From": "Bruce Richardson <bruce.richardson@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "Bruce Richardson <bruce.richardson@intel.com>",
        "Date": "Fri,  3 May 2019 14:35:31 +0100",
        "Message-Id": "<20190503133537.58712-1-bruce.richardson@intel.com>",
        "X-Mailer": "git-send-email 2.21.0",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH 19.08 0/6] improve building examples",
        "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": "This patchset adds support for testing a number of examples using the\nDPDK pkgconfig file, allowing us to check that the file works. It also\nincludes some more general cleanups for the examples, including adding\nsupport for building from pkg-config to a couple of examples which were\nmissing that.\n\nThis patchset includes some work that was previously discussed on-list:\nhttps://mails.dpdk.org/archives/dev/2019-April/131041.html\n\nBruce Richardson (6):\n  examples: remove auto-generation of examples list\n  examples: add support for relocated DPDK install\n  devtools/test-meson-builds: remove dependency on clang\n  devtools/test-meson-builds: add testing of pkg-config file\n  examples/vdpa: support building from pkg-config info\n  examples/vhost_crypto: support building from pkg-config info\n\n devtools/test-meson-builds.sh           | 61 +++++++++++++++++--------\n examples/bbdev_app/Makefile             | 13 ++++--\n examples/bond/Makefile                  | 13 ++++--\n examples/cmdline/Makefile               | 13 ++++--\n examples/distributor/Makefile           | 13 ++++--\n examples/eventdev_pipeline/Makefile     | 13 ++++--\n examples/exception_path/Makefile        | 13 ++++--\n examples/fips_validation/Makefile       | 13 ++++--\n examples/flow_classify/Makefile         | 13 ++++--\n examples/flow_filtering/Makefile        | 13 ++++--\n examples/helloworld/Makefile            | 13 ++++--\n examples/ip_fragmentation/Makefile      | 13 ++++--\n examples/ip_pipeline/Makefile           | 13 ++++--\n examples/ip_reassembly/Makefile         | 13 ++++--\n examples/ipsec-secgw/Makefile           | 13 ++++--\n examples/ipv4_multicast/Makefile        | 13 ++++--\n examples/kni/Makefile                   | 13 ++++--\n examples/l2fwd-cat/Makefile             | 13 ++++--\n examples/l2fwd-crypto/Makefile          | 13 ++++--\n examples/l2fwd-jobstats/Makefile        | 13 ++++--\n examples/l2fwd-keepalive/Makefile       | 13 ++++--\n examples/l2fwd/Makefile                 | 13 ++++--\n examples/l3fwd-acl/Makefile             | 13 ++++--\n examples/l3fwd-power/Makefile           | 13 ++++--\n examples/l3fwd-vf/Makefile              | 13 ++++--\n examples/l3fwd/Makefile                 | 13 ++++--\n examples/link_status_interrupt/Makefile | 13 ++++--\n examples/load_balancer/Makefile         | 13 ++++--\n examples/meson.build                    | 31 +++++++++++--\n examples/packet_ordering/Makefile       | 13 ++++--\n examples/ptpclient/Makefile             | 13 ++++--\n examples/qos_meter/Makefile             | 13 ++++--\n examples/qos_sched/Makefile             | 13 ++++--\n examples/rxtx_callbacks/Makefile        | 13 ++++--\n examples/service_cores/Makefile         | 13 ++++--\n examples/skeleton/Makefile              | 13 ++++--\n examples/tep_termination/Makefile       | 13 ++++--\n examples/timer/Makefile                 | 13 ++++--\n examples/vdpa/Makefile                  | 55 ++++++++++++++++++----\n examples/vhost/Makefile                 | 13 ++++--\n examples/vhost_crypto/Makefile          | 55 ++++++++++++++++++----\n examples/vhost_scsi/Makefile            | 13 ++++--\n examples/vmdq/Makefile                  | 13 ++++--\n examples/vmdq_dcb/Makefile              | 13 ++++--\n 44 files changed, 525 insertions(+), 197 deletions(-)"
}