Show a series.

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

{
    "id": 26913,
    "url": "http://patches.dpdk.org/api/series/26913/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=26913",
    "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": ""
    },
    "name": "Add control queue & MQ support to Virtio-user vDPA",
    "date": "2023-02-09T09:16:49",
    "submitter": {
        "id": 512,
        "url": "http://patches.dpdk.org/api/people/512/?format=api",
        "name": "Maxime Coquelin",
        "email": "maxime.coquelin@redhat.com"
    },
    "version": 1,
    "total": 21,
    "received_total": 21,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/26913/mbox/",
    "cover_letter": {
        "id": 123520,
        "url": "http://patches.dpdk.org/api/covers/123520/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/20230209091710.485512-1-maxime.coquelin@redhat.com/",
        "msgid": "<20230209091710.485512-1-maxime.coquelin@redhat.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20230209091710.485512-1-maxime.coquelin@redhat.com",
        "date": "2023-02-09T09:16:49",
        "name": "[00/21] Add control queue & MQ support to Virtio-user vDPA",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/20230209091710.485512-1-maxime.coquelin@redhat.com/mbox/"
    },
    "patches": [
        {
            "id": 123521,
            "url": "http://patches.dpdk.org/api/patches/123521/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-2-maxime.coquelin@redhat.com/",
            "msgid": "<20230209091710.485512-2-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230209091710.485512-2-maxime.coquelin@redhat.com",
            "date": "2023-02-09T09:16:50",
            "name": "[01/21] net/virtio: move CVQ code into a dedicated file",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-2-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 123522,
            "url": "http://patches.dpdk.org/api/patches/123522/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-3-maxime.coquelin@redhat.com/",
            "msgid": "<20230209091710.485512-3-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230209091710.485512-3-maxime.coquelin@redhat.com",
            "date": "2023-02-09T09:16:51",
            "name": "[02/21] net/virtio: introduce notify callback for control queue",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-3-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 123523,
            "url": "http://patches.dpdk.org/api/patches/123523/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-4-maxime.coquelin@redhat.com/",
            "msgid": "<20230209091710.485512-4-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230209091710.485512-4-maxime.coquelin@redhat.com",
            "date": "2023-02-09T09:16:52",
            "name": "[03/21] net/virtio: virtqueue headers alloc refactoring",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-4-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 123525,
            "url": "http://patches.dpdk.org/api/patches/123525/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-5-maxime.coquelin@redhat.com/",
            "msgid": "<20230209091710.485512-5-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230209091710.485512-5-maxime.coquelin@redhat.com",
            "date": "2023-02-09T09:16:53",
            "name": "[04/21] net/virtio: remove port ID info from Rx queue",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-5-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 123524,
            "url": "http://patches.dpdk.org/api/patches/123524/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-6-maxime.coquelin@redhat.com/",
            "msgid": "<20230209091710.485512-6-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230209091710.485512-6-maxime.coquelin@redhat.com",
            "date": "2023-02-09T09:16:54",
            "name": "[05/21] net/virtio: remove unused fields in Tx queue struct",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-6-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 123526,
            "url": "http://patches.dpdk.org/api/patches/123526/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-7-maxime.coquelin@redhat.com/",
            "msgid": "<20230209091710.485512-7-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230209091710.485512-7-maxime.coquelin@redhat.com",
            "date": "2023-02-09T09:16:55",
            "name": "[06/21] net/virtio: remove unused queue ID field in Rx queue",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-7-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 123527,
            "url": "http://patches.dpdk.org/api/patches/123527/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-8-maxime.coquelin@redhat.com/",
            "msgid": "<20230209091710.485512-8-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230209091710.485512-8-maxime.coquelin@redhat.com",
            "date": "2023-02-09T09:16:56",
            "name": "[07/21] net/virtio: remove unused Port ID in control queue",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-8-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 123528,
            "url": "http://patches.dpdk.org/api/patches/123528/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-9-maxime.coquelin@redhat.com/",
            "msgid": "<20230209091710.485512-9-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230209091710.485512-9-maxime.coquelin@redhat.com",
            "date": "2023-02-09T09:16:57",
            "name": "[08/21] net/virtio: move vring memzone to virtqueue struct",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-9-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 123529,
            "url": "http://patches.dpdk.org/api/patches/123529/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-10-maxime.coquelin@redhat.com/",
            "msgid": "<20230209091710.485512-10-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230209091710.485512-10-maxime.coquelin@redhat.com",
            "date": "2023-02-09T09:16:58",
            "name": "[09/21] net/virtio: refactor indirect desc headers init",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-10-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 123530,
            "url": "http://patches.dpdk.org/api/patches/123530/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-11-maxime.coquelin@redhat.com/",
            "msgid": "<20230209091710.485512-11-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230209091710.485512-11-maxime.coquelin@redhat.com",
            "date": "2023-02-09T09:16:59",
            "name": "[10/21] net/virtio: alloc Rx SW ring only if vectorized path",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-11-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 123531,
            "url": "http://patches.dpdk.org/api/patches/123531/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-12-maxime.coquelin@redhat.com/",
            "msgid": "<20230209091710.485512-12-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230209091710.485512-12-maxime.coquelin@redhat.com",
            "date": "2023-02-09T09:17:00",
            "name": "[11/21] net/virtio: extract virtqueue init from virtio queue init",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-12-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 123532,
            "url": "http://patches.dpdk.org/api/patches/123532/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-13-maxime.coquelin@redhat.com/",
            "msgid": "<20230209091710.485512-13-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230209091710.485512-13-maxime.coquelin@redhat.com",
            "date": "2023-02-09T09:17:01",
            "name": "[12/21] net/virtio-user: fix device starting failure handling",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-13-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 123533,
            "url": "http://patches.dpdk.org/api/patches/123533/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-14-maxime.coquelin@redhat.com/",
            "msgid": "<20230209091710.485512-14-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230209091710.485512-14-maxime.coquelin@redhat.com",
            "date": "2023-02-09T09:17:02",
            "name": "[13/21] net/virtio-user: simplify queues setup",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-14-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 123534,
            "url": "http://patches.dpdk.org/api/patches/123534/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-15-maxime.coquelin@redhat.com/",
            "msgid": "<20230209091710.485512-15-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230209091710.485512-15-maxime.coquelin@redhat.com",
            "date": "2023-02-09T09:17:03",
            "name": "[14/21] net/virtio-user: use proper type for number of queue pairs",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-15-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 123535,
            "url": "http://patches.dpdk.org/api/patches/123535/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-16-maxime.coquelin@redhat.com/",
            "msgid": "<20230209091710.485512-16-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230209091710.485512-16-maxime.coquelin@redhat.com",
            "date": "2023-02-09T09:17:04",
            "name": "[15/21] net/virtio-user: get max number of queue pairs from device",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-16-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 123536,
            "url": "http://patches.dpdk.org/api/patches/123536/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-17-maxime.coquelin@redhat.com/",
            "msgid": "<20230209091710.485512-17-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230209091710.485512-17-maxime.coquelin@redhat.com",
            "date": "2023-02-09T09:17:05",
            "name": "[16/21] net/virtio-user: allocate shadow control queue",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-17-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 123537,
            "url": "http://patches.dpdk.org/api/patches/123537/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-18-maxime.coquelin@redhat.com/",
            "msgid": "<20230209091710.485512-18-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230209091710.485512-18-maxime.coquelin@redhat.com",
            "date": "2023-02-09T09:17:06",
            "name": "[17/21] net/virtio-user: send shadow virtqueue info to the backend",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-18-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 123538,
            "url": "http://patches.dpdk.org/api/patches/123538/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-19-maxime.coquelin@redhat.com/",
            "msgid": "<20230209091710.485512-19-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230209091710.485512-19-maxime.coquelin@redhat.com",
            "date": "2023-02-09T09:17:07",
            "name": "[18/21] net/virtio-user: add new callback to enable control queue",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-19-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 123539,
            "url": "http://patches.dpdk.org/api/patches/123539/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-20-maxime.coquelin@redhat.com/",
            "msgid": "<20230209091710.485512-20-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230209091710.485512-20-maxime.coquelin@redhat.com",
            "date": "2023-02-09T09:17:08",
            "name": "[19/21] net/virtio-user: forward control messages to shadow queue",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-20-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 123541,
            "url": "http://patches.dpdk.org/api/patches/123541/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-21-maxime.coquelin@redhat.com/",
            "msgid": "<20230209091710.485512-21-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230209091710.485512-21-maxime.coquelin@redhat.com",
            "date": "2023-02-09T09:17:09",
            "name": "[20/21] net/virtio-user: advertize control VQ support with vDPA",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-21-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 123540,
            "url": "http://patches.dpdk.org/api/patches/123540/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-22-maxime.coquelin@redhat.com/",
            "msgid": "<20230209091710.485512-22-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230209091710.485512-22-maxime.coquelin@redhat.com",
            "date": "2023-02-09T09:17:10",
            "name": "[21/21] net/virtio-user: remove max queues limitation",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230209091710.485512-22-maxime.coquelin@redhat.com/mbox/"
        }
    ]
}