Show a cover letter.

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

{
    "id": 58030,
    "url": "http://patches.dpdk.org/api/covers/58030/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20190827083306.5643-1-dirk.lenz@ng4t.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": "<20190827083306.5643-1-dirk.lenz@ng4t.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20190827083306.5643-1-dirk.lenz@ng4t.com",
    "date": "2019-08-27T08:33:05",
    "name": "[0/1] net/enic: enic driver doesn't work with 2nd process",
    "submitter": {
        "id": 1410,
        "url": "http://patches.dpdk.org/api/people/1410/?format=api",
        "name": "dirk",
        "email": "dirk.lenz@ng4t.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/20190827083306.5643-1-dirk.lenz@ng4t.com/mbox/",
    "series": [
        {
            "id": 6133,
            "url": "http://patches.dpdk.org/api/series/6133/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=6133",
            "date": "2019-08-27T08:33:05",
            "name": "net/enic: enic driver doesn't work with 2nd process",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/6133/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/58030/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 08B7E1C0CA;\n\tTue, 27 Aug 2019 10:33:18 +0200 (CEST)",
            "from mail.ud15.udmedia.de (ud15.udmedia.de [194.117.254.55])\n\tby dpdk.org (Postfix) with ESMTP id C235529CB\n\tfor <dev@dpdk.org>; Tue, 27 Aug 2019 10:33:16 +0200 (CEST)",
            "(qmail 17847 invoked from network); 27 Aug 2019 10:33:16 +0200",
            "by mail.ud15.udmedia.de with ESMTPSA (TLS_AES_256_GCM_SHA384\n\tencrypted, authenticated); 27 Aug 2019 10:33:16 +0200"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=simple; d=ng4t.com; h=from:to\n\t:subject:date:message-id:mime-version:content-transfer-encoding;\n\ts=k1; bh=lnTmmXhoB0x+4rjzCfQZCdKQNPOsi2CbGhQSLs26lws=; b=qZmxu7\n\t3MsX2UygfP5HXrZ0k8WWX5yU/r34oVGDK2IiGKE7xAFNjXXpBC+0ju0lWSpV7/03\n\toj1tAY1kX2aJ44moNJjG9Z5TrpRm12ztArrVHZi0fOO/dxDwCfk7b7b6tBb/sccn\n\tTde/TGIF8iZV+Nwn61WaEVAxP6MKMrsnfGKgo=",
        "X-UD-Smtp-Session": "ud15?2p5@Clq3HxWRusUqAoEGAAH5AALgTP/+aBWL",
        "From": "dirk <dirk.lenz@ng4t.com>",
        "To": "dev@dpdk.org",
        "Date": "Tue, 27 Aug 2019 10:33:05 +0200",
        "Message-Id": "<20190827083306.5643-1-dirk.lenz@ng4t.com>",
        "X-Mailer": "git-send-email 2.23.0",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH 0/1] net/enic: enic driver doesn't work with 2nd\n\tprocess",
        "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": "dirk (1):\n  net/enic: enic driver doesn't work with 2nd process. the problem is that the\n  private data structure enic uses pointers to rte_eth_dev and rte_pci_device\n  which are overwritten when a 2nd process starts using this device.\n  given patch removes these two pointers from the private data and uses the\n  correct pointers. For us the given patch works fine on a cisco rack.\n  (we used three processes working concurrently)\n\n drivers/net/enic/enic.h               |  36 ++++---\n drivers/net/enic/enic_clsf.c          |   5 +-\n drivers/net/enic/enic_ethdev.c        |  79 ++++++---------\n drivers/net/enic/enic_main.c          | 177 +++++++++++++++++++---------------\n drivers/net/enic/enic_res.c           |   7 +-\n drivers/net/enic/enic_res.h           |   6 +-\n drivers/net/enic/enic_rxtx_vec_avx2.c |   5 +-\n 7 files changed, 156 insertions(+), 159 deletions(-)"
}