Show a cover letter.

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

{
    "id": 65388,
    "url": "http://patches.dpdk.org/api/covers/65388/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20200131000307.10608-1-pallavi.kadam@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": "<20200131000307.10608-1-pallavi.kadam@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20200131000307.10608-1-pallavi.kadam@intel.com",
    "date": "2020-01-31T00:02:57",
    "name": "[v6,00/10] Windows patchset with additional EAL functionalities",
    "submitter": {
        "id": 1177,
        "url": "http://patches.dpdk.org/api/people/1177/?format=api",
        "name": "Kadam, Pallavi",
        "email": "pallavi.kadam@intel.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/20200131000307.10608-1-pallavi.kadam@intel.com/mbox/",
    "series": [
        {
            "id": 8370,
            "url": "http://patches.dpdk.org/api/series/8370/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=8370",
            "date": "2020-01-31T00:02:57",
            "name": "Windows patchset with additional EAL functionalities",
            "version": 6,
            "mbox": "http://patches.dpdk.org/series/8370/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/65388/comments/",
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from dpdk.org (dpdk.org [92.243.14.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 0611DA0524;\n\tFri, 31 Jan 2020 01:04:01 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 1745A1B53;\n\tFri, 31 Jan 2020 01:04:01 +0100 (CET)",
            "from mga12.intel.com (mga12.intel.com [192.55.52.136])\n by dpdk.org (Postfix) with ESMTP id ED0EC1C033\n for <dev@dpdk.org>; Fri, 31 Jan 2020 01:03:59 +0100 (CET)",
            "from fmsmga002.fm.intel.com ([10.253.24.26])\n by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n 30 Jan 2020 16:03:58 -0800",
            "from win-dpdk-pallavi.jf.intel.com (HELO localhost.localdomain)\n ([10.166.188.75])\n by fmsmga002.fm.intel.com with ESMTP; 30 Jan 2020 16:03:58 -0800"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.70,383,1574150400\"; d=\"scan'208\";a=\"262364510\"",
        "From": "Pallavi Kadam <pallavi.kadam@intel.com>",
        "To": "dev@dpdk.org,\n\tthomas@monjalon.net",
        "Cc": "Harini.Ramakrishnan@microsoft.com, keith.wiles@intel.com,\n bruce.richardson@intel.com, david.marchand@redhat.com,\n jerinjacobk@gmail.com, ranjit.menon@intel.com,\n antara.ganesh.kolar@intel.com, pallavi.kadam@intel.com",
        "Date": "Thu, 30 Jan 2020 16:02:57 -0800",
        "Message-Id": "<20200131000307.10608-1-pallavi.kadam@intel.com>",
        "X-Mailer": "git-send-email 2.18.0.windows.1",
        "In-Reply-To": "<20200113215534.10084-1-pallavi.kadam@intel.com>",
        "References": "<20200113215534.10084-1-pallavi.kadam@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v6 00/10] Windows patchset with additional EAL\n\tfunctionalities",
        "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 <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",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "This patchset includes additional functionalities for Windows EAL\nto support command-line parsing feature and some EAL common code\non Windows.\n\nThis patchset can be applied to windpdk-next-dev branch in the draft repo.\n\nv6 changes:\n\tRemoved sysfs function as it was not required on Windows.\n\tRemoved syslog and dlfcn support for Windows.\n\nv5 changes:\n\tFixed indentation in patch 6.\n\nv4 changes:\n\tModified license/exceptions.txt file.\n\tThe following files in this patch-set require license exceptions as\n\tlisted:\n\tdirent.h      MIT license\n\tgetopt.h      BSD-2-Clause license\n\tgetopt.c      ISC and BSD-2-Clause license\n\n\tRemoved syslog file in Windows and added ifndef Windows around syslog\n\tclassification parameters in the common code.\n\nv3 Changes:\n \tModified generic rte_vect to add Windows support.\n\tMoved RTE_CPU* definitions to OS specific file.\n\tAdded SPDX tag on top of third party files.\n\nv2 Changes:\n\tsyslog.h: Replaced the BSD license boilerplate to SPDX tag.\n\n\nPallavi Kadam (10):\n  license: add license exception for windows\n  eal: dirent.h implementation for windows\n  eal: include filesystem implementation for windows\n  eal: add additional function overrides in windows header files\n  eal: getopt implementation for windows\n  eal: add function to detect process type\n  eal: include SSE4 support for windows\n  eal: remove syslog and dlfcn support for windows\n  build: add additional common files support\n  eal: add minimum viable code to support parsing\n\n lib/librte_eal/common/eal_common_options.c    |  12 +\n .../common/include/arch/x86/rte_vect.h        |   4 +-\n lib/librte_eal/windows/eal/eal.c              | 185 ++++-\n lib/librte_eal/windows/eal/eal_debug.c        |   1 +\n lib/librte_eal/windows/eal/eal_lcore.c        |   3 +\n lib/librte_eal/windows/eal/eal_thread.c       |  11 +\n lib/librte_eal/windows/eal/getopt.c           | 465 ++++++++++++\n lib/librte_eal/windows/eal/include/dirent.h   | 664 ++++++++++++++++++\n .../windows/eal/include/eal_filesystem.h      |  94 +++\n lib/librte_eal/windows/eal/include/getopt.h   | 127 ++++\n lib/librte_eal/windows/eal/include/pthread.h  |  66 ++\n lib/librte_eal/windows/eal/include/rte_os.h   |  40 ++\n lib/librte_eal/windows/eal/include/sched.h    |  46 ++\n .../windows/eal/include/sys/queue.h           |   8 +\n lib/librte_eal/windows/eal/meson.build        |   9 +-\n license/exceptions.txt                        |  12 +-\n 16 files changed, 1736 insertions(+), 11 deletions(-)\n create mode 100644 lib/librte_eal/windows/eal/getopt.c\n create mode 100644 lib/librte_eal/windows/eal/include/dirent.h\n create mode 100644 lib/librte_eal/windows/eal/include/eal_filesystem.h\n create mode 100644 lib/librte_eal/windows/eal/include/getopt.h"
}