Show a cover letter.

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

{
    "id": 55884,
    "url": "http://patches.dpdk.org/api/covers/55884/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20190702144445.12103-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": "<20190702144445.12103-1-bruce.richardson@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20190702144445.12103-1-bruce.richardson@intel.com",
    "date": "2019-07-02T14:44:40",
    "name": "[v3,0/5] 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/20190702144445.12103-1-bruce.richardson@intel.com/mbox/",
    "series": [
        {
            "id": 5286,
            "url": "http://patches.dpdk.org/api/series/5286/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=5286",
            "date": "2019-07-02T14:44:40",
            "name": "improve building examples",
            "version": 3,
            "mbox": "http://patches.dpdk.org/series/5286/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/55884/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 289AF1B99A;\n\tTue,  2 Jul 2019 16:44:54 +0200 (CEST)",
            "from mga06.intel.com (mga06.intel.com [134.134.136.31])\n\tby dpdk.org (Postfix) with ESMTP id D6F801B999\n\tfor <dev@dpdk.org>; Tue,  2 Jul 2019 16:44:52 +0200 (CEST)",
            "from fmsmga002.fm.intel.com ([10.253.24.26])\n\tby orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t02 Jul 2019 07:44:51 -0700",
            "from silpixa00399126.ir.intel.com (HELO\n\tsilpixa00399126.ger.corp.intel.com) ([10.237.223.2])\n\tby fmsmga002.fm.intel.com with ESMTP; 02 Jul 2019 07:44:50 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.63,443,1557212400\"; d=\"scan'208\";a=\"190683369\"",
        "From": "Bruce Richardson <bruce.richardson@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "thomas@monjalon.net, bluca@debian.org,\n\tBruce Richardson <bruce.richardson@intel.com>",
        "Date": "Tue,  2 Jul 2019 15:44:40 +0100",
        "Message-Id": "<20190702144445.12103-1-bruce.richardson@intel.com>",
        "X-Mailer": "git-send-email 2.21.0",
        "In-Reply-To": "<20190517114734.7072-1-bruce.richardson@intel.com>",
        "References": "<20190517114734.7072-1-bruce.richardson@intel.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH v3 0/5] 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\nV3:\n * fix missing -DUSE_EXPERIMENTAL_API cflag when building using \"make\n   examples\"\n\nV2:\n * separated out a few bug-fixes into a separate set from this one\n * changed to use --define-prefix flag for pkgconfig rather than a\n   custom environment variable.\n\n\nBruce Richardson (5):\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           | 57 +++++++++++++++++--------\n examples/bbdev_app/Makefile             | 10 +++--\n examples/bond/Makefile                  | 10 +++--\n examples/cmdline/Makefile               | 10 +++--\n examples/distributor/Makefile           | 10 +++--\n examples/eventdev_pipeline/Makefile     | 10 +++--\n examples/exception_path/Makefile        | 10 +++--\n examples/fips_validation/Makefile       | 10 +++--\n examples/flow_classify/Makefile         | 10 +++--\n examples/flow_filtering/Makefile        | 10 +++--\n examples/helloworld/Makefile            | 10 +++--\n examples/ip_fragmentation/Makefile      | 10 +++--\n examples/ip_pipeline/Makefile           | 10 +++--\n examples/ip_reassembly/Makefile         | 10 +++--\n examples/ipsec-secgw/Makefile           | 10 +++--\n examples/ipv4_multicast/Makefile        | 10 +++--\n examples/kni/Makefile                   | 10 +++--\n examples/l2fwd-cat/Makefile             | 10 +++--\n examples/l2fwd-crypto/Makefile          | 10 +++--\n examples/l2fwd-jobstats/Makefile        | 10 +++--\n examples/l2fwd-keepalive/Makefile       | 10 +++--\n examples/l2fwd/Makefile                 | 10 +++--\n examples/l3fwd-acl/Makefile             | 10 +++--\n examples/l3fwd-power/Makefile           | 10 +++--\n examples/l3fwd-vf/Makefile              | 10 +++--\n examples/l3fwd/Makefile                 | 10 +++--\n examples/link_status_interrupt/Makefile | 10 +++--\n examples/load_balancer/Makefile         | 10 +++--\n examples/packet_ordering/Makefile       | 10 +++--\n examples/ptpclient/Makefile             | 10 +++--\n examples/qos_meter/Makefile             | 10 +++--\n examples/qos_sched/Makefile             | 10 +++--\n examples/rxtx_callbacks/Makefile        | 10 +++--\n examples/service_cores/Makefile         | 10 +++--\n examples/skeleton/Makefile              | 10 +++--\n examples/tep_termination/Makefile       | 10 +++--\n examples/timer/Makefile                 | 10 +++--\n examples/vdpa/Makefile                  | 51 +++++++++++++++++++---\n examples/vhost/Makefile                 | 10 +++--\n examples/vhost_crypto/Makefile          | 51 +++++++++++++++++++---\n examples/vhost_scsi/Makefile            | 10 +++--\n examples/vmdq/Makefile                  | 10 +++--\n examples/vmdq_dcb/Makefile              | 10 +++--\n 43 files changed, 367 insertions(+), 192 deletions(-)"
}