Show a cover letter.

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

{
    "id": 50552,
    "url": "https://patches.dpdk.org/api/covers/50552/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/cover/1551303948-19746-1-git-send-email-ian.stokes@intel.com/",
    "project": {
        "id": 1,
        "url": "https://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": "<1551303948-19746-1-git-send-email-ian.stokes@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1551303948-19746-1-git-send-email-ian.stokes@intel.com",
    "date": "2019-02-27T21:45:42",
    "name": "[v1,0/6] ethdev: add min/max MTU to device info",
    "submitter": {
        "id": 306,
        "url": "https://patches.dpdk.org/api/people/306/?format=api",
        "name": "Ian Stokes",
        "email": "ian.stokes@intel.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/cover/1551303948-19746-1-git-send-email-ian.stokes@intel.com/mbox/",
    "series": [
        {
            "id": 3566,
            "url": "https://patches.dpdk.org/api/series/3566/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=3566",
            "date": "2019-02-27T21:45:42",
            "name": "ethdev: add min/max MTU to device info",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/3566/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/covers/50552/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 5FCF0322C;\n\tWed, 27 Feb 2019 22:45:54 +0100 (CET)",
            "from mga09.intel.com (mga09.intel.com [134.134.136.24])\n\tby dpdk.org (Postfix) with ESMTP id 343612C52\n\tfor <dev@dpdk.org>; Wed, 27 Feb 2019 22:45:52 +0100 (CET)",
            "from fmsmga008.fm.intel.com ([10.253.24.58])\n\tby orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t27 Feb 2019 13:45:51 -0800",
            "from sivswdev08.ir.intel.com (HELO localhost.localdomain)\n\t([10.237.217.47])\n\tby fmsmga008.fm.intel.com with ESMTP; 27 Feb 2019 13:45:49 -0800"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.58,420,1544515200\"; d=\"scan'208\";a=\"127759216\"",
        "From": "Ian Stokes <ian.stokes@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "stephen@networkplumber.org,\n\tIan Stokes <ian.stokes@intel.com>",
        "Date": "Wed, 27 Feb 2019 21:45:42 +0000",
        "Message-Id": "<1551303948-19746-1-git-send-email-ian.stokes@intel.com>",
        "X-Mailer": "git-send-email 1.7.0.7",
        "Subject": "[dpdk-dev] [PATCH v1 0/6] ethdev: add min/max MTU to device info",
        "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": "Building upon the discussion around [1], this series introduces MTU min\nand MTU max variables. It also provides updates to PMD implementations\nfor ixgbe, i40e and IGB devices so that these variables are populated\nfor use when retrieving device info.\n\nThis series was tested with OVS DPDK and functions as expected for the\ndrivers listed below. But a wider selection of PMD drivers would have to\nadopt this to ensure jumbo frames functionality remains for drivers not\nmodified in the series.\n\nThere is also ongoing discussion in [2] regarding overhead to be\nconsidered with MTU and how this may change from device to device, this\nseries uses existing overhead assumptions.\n\nThis series was previously posted as an RFC in [3], this revision\nremoves RFC status and implements changes received in feedback.\n\n[1] http://mails.dpdk.org/archives/dev/2018-September/110959.html\n[2] http://mails.dpdk.org/archives/dev/2019-February/124457.html\n[3] http://mails.dpdk.org/archives/dev/2019-February/124938.html\n\nIan Stokes (5):\n  net/i40e: set min and max MTU for i40e devices\n  net/i40e: set min and max MTU for i40e VF devices\n  net/ixgbe: set min and max MTU for ixgbe devices\n  net/ixgbe: set min and max MTU for ixgbe VF devices\n  net/e1000: set min and max MTU for igb devices\n\nStephen Hemminger (1):\n  ethdev: add min/max MTU to device info\n\n doc/guides/rel_notes/deprecation.rst   | 12 ------------\n doc/guides/rel_notes/release_19_05.rst |  8 +++++++-\n drivers/net/e1000/e1000_ethdev.h       |  6 ++++++\n drivers/net/e1000/igb_ethdev.c         |  7 +++++--\n drivers/net/i40e/i40e_ethdev.c         |  2 ++\n drivers/net/i40e/i40e_ethdev_vf.c      |  2 ++\n drivers/net/ixgbe/ixgbe_ethdev.c       |  7 +++++--\n drivers/net/ixgbe/ixgbe_ethdev.h       |  3 +++\n lib/librte_ethdev/Makefile             |  2 +-\n lib/librte_ethdev/meson.build          |  2 +-\n lib/librte_ethdev/rte_ethdev.c         |  7 +++++++\n lib/librte_ethdev/rte_ethdev.h         |  2 ++\n 12 files changed, 41 insertions(+), 19 deletions(-)"
}