get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

GET /api/patches/91332/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 91332,
    "url": "http://patches.dpdk.org/api/patches/91332/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1618366270-1862-1-git-send-email-humin29@huawei.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": "<1618366270-1862-1-git-send-email-humin29@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1618366270-1862-1-git-send-email-humin29@huawei.com",
    "date": "2021-04-14T02:10:25",
    "name": "[00/45] add eal clean up to the example",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1944,
        "url": "http://patches.dpdk.org/api/people/1944/?format=api",
        "name": "humin (Q)",
        "email": "humin29@huawei.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1618366270-1862-1-git-send-email-humin29@huawei.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/91332/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/91332/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from mails.dpdk.org (mails.dpdk.org [217.70.189.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 1A358A0524;\n\tWed, 14 Apr 2021 04:11:14 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 46017161477;\n\tWed, 14 Apr 2021 04:11:03 +0200 (CEST)",
            "from szxga06-in.huawei.com (szxga06-in.huawei.com [45.249.212.32])\n by mails.dpdk.org (Postfix) with ESMTP id 7C0CF161464\n for <dev@dpdk.org>; Wed, 14 Apr 2021 04:10:59 +0200 (CEST)",
            "from DGGEMS404-HUB.china.huawei.com (unknown [172.30.72.58])\n by szxga06-in.huawei.com (SkyGuard) with ESMTP id 4FKm9s3QLHzjYv1;\n Wed, 14 Apr 2021 10:09:05 +0800 (CST)",
            "from localhost.localdomain (10.69.192.56) by\n DGGEMS404-HUB.china.huawei.com (10.3.19.204) with Microsoft SMTP Server id\n 14.3.498.0; Wed, 14 Apr 2021 10:10:55 +0800"
        ],
        "From": "\"Min Hu (Connor)\" <humin29@huawei.com>",
        "To": "<dev@dpdk.org>",
        "CC": "<ferruh.yigit@intel.com>, <bruce.richardson@intel.com>,\n <david.marchand@redhat.com>, <thomas@monjalon.net>",
        "Date": "Wed, 14 Apr 2021 10:10:25 +0800",
        "Message-ID": "<1618366270-1862-1-git-send-email-humin29@huawei.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain",
        "X-Originating-IP": "[10.69.192.56]",
        "X-CFilter-Loop": "Reflected",
        "Subject": "[dpdk-dev] [PATCH 00/45] add eal clean up to the example",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.29",
        "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": "According to the programming guide, the rte_eal_init should be used pairs\nwith rte_eal_cleanup.\n\nThis set of patches add eal clean up to the examples.\n\nChengchang Tang (45):\n  examples/bddev_app: add eal cleanup to bbdev app\n  examples/bond: add eal cleanup to bond example\n  examples/cmdline: add eal cleanup to cmdline app\n  examples/distributor: add eal cleanup to distributor app\n  examples/ethtool: add eal cleanup to ethtool\n  examples/fips_validation: add eal cleanup to FIPS example\n  examples/flow_classify: add eal cleanup to flow classify app\n  examples/flow_filtering: add eal cleanup to flow filter app\n  examples/helloworld: add eal cleanup to helloworld example\n  examples/ioat: add eal cleanup to ioat examples\n  examples/ip_fragmentation: add eal cleanup\n  examples/ip_reassembly: add eal cleanup to ip reassembly app\n  examples/ipsec-secgw: add eal cleanup to IPsec sample\n  examples/ipv4_multicast: add eal cleanup to multicast sample\n  examples/kni: add eal cleanup to kni example\n  examples/l2fwd: add eal cleanup to L2 fwd example\n  examples/l2fwd-cat: add eal cleanup to L2 fwd CAT example\n  examples/l2fwd-crypto: add eal cleanup to L2 fwd crypto app\n  examples/l2fwd-event: add eal cleanup to L2 fwd event app\n  examples/l2fwd-jobstats: add eal cleanup\n  examples/l2fwd-keepalive: add eal cleanup to example\n  examples/l3fwd: add eal cleanup to L3 fwd app\n  examples/l3fwd-keepalive: add eal cleanup\n  examples/l3fwd-graph: add eal cleanup to graph based L3 FWD\n  examples/link_status_interrupt: add eal cleanup\n  examples/multi_process: add eal cleanup\n  examples/ntb: add eal cleanup to NTB FWD sample\n  examples/packet_ordering: add eal cleanup\n  examples/performance-thread: add eal cleanup\n  examples/pipeline: add eal cleanup to pipeline example\n  examples/ptpclient: add eal cleanup to ptpclient example\n  examples/qos_meter: add eal cleanup to QOS meter example\n  examples/qos_sched: add eal cleanup\n  examples/rxtx_callbacks: add eal cleanup\n  examples/server_node_efd: add eal cleanup\n  examples/service_cores: add eal cleanup\n  examples/skeleton: add eal cleanup\n  examples/timer: add eal cleanup to timer example\n  examples/vdpa: add eal cleanup to vDPA example\n  examples/vhost: add eal cleanup to vhost example\n  examples/vhost_blk: add eal cleanup\n  examples/vhost_crypto: add eal cleanup\n  examples/vmdq: add eal cleanup\n  examples/vmdq_dcb: add eal cleanup\n  examples/vm_power_manager: add eal cleanup\n\n examples/bbdev_app/main.c                                  | 3 +++\n examples/bond/main.c                                       | 4 ++++\n examples/cmdline/main.c                                    | 3 +++\n examples/distributor/main.c                                | 3 +++\n examples/ethtool/ethtool-app/main.c                        | 3 +++\n examples/fips_validation/main.c                            | 3 +++\n examples/flow_classify/flow_classify.c                     | 3 +++\n examples/flow_filtering/main.c                             | 7 ++++++-\n examples/helloworld/main.c                                 | 4 ++++\n examples/ioat/ioatfwd.c                                    | 3 +++\n examples/ip_fragmentation/main.c                           | 3 +++\n examples/ip_reassembly/main.c                              | 3 +++\n examples/ipsec-secgw/ipsec-secgw.c                         | 3 +++\n examples/ipv4_multicast/main.c                             | 3 +++\n examples/kni/main.c                                        | 3 +++\n examples/l2fwd-cat/l2fwd-cat.c                             | 3 +++\n examples/l2fwd-crypto/main.c                               | 3 +++\n examples/l2fwd-event/main.c                                | 3 +++\n examples/l2fwd-jobstats/main.c                             | 3 +++\n examples/l2fwd-keepalive/main.c                            | 4 ++++\n examples/l2fwd/main.c                                      | 3 +++\n examples/l3fwd-acl/main.c                                  | 3 +++\n examples/l3fwd-graph/main.c                                | 3 +++\n examples/l3fwd/main.c                                      | 4 ++++\n examples/link_status_interrupt/main.c                      | 3 +++\n examples/multi_process/client_server_mp/mp_client/client.c | 3 +++\n examples/multi_process/client_server_mp/mp_server/main.c   | 4 ++++\n examples/multi_process/simple_mp/main.c                    | 4 ++++\n examples/multi_process/symmetric_mp/main.c                 | 3 +++\n examples/ntb/ntb_fwd.c                                     | 3 +++\n examples/packet_ordering/main.c                            | 4 ++++\n examples/performance-thread/l3fwd-thread/main.c            | 3 +++\n examples/performance-thread/pthread_shim/main.c            | 4 ++++\n examples/pipeline/main.c                                   | 3 +++\n examples/ptpclient/ptpclient.c                             | 3 +++\n examples/qos_meter/main.c                                  | 3 +++\n examples/qos_sched/main.c                                  | 3 +++\n examples/rxtx_callbacks/main.c                             | 4 ++++\n examples/server_node_efd/node/node.c                       | 3 +++\n examples/server_node_efd/server/main.c                     | 4 ++++\n examples/service_cores/main.c                              | 3 +++\n examples/skeleton/basicfwd.c                               | 3 +++\n examples/timer/main.c                                      | 3 +++\n examples/vdpa/main.c                                       | 3 +++\n examples/vhost/main.c                                      | 4 +++-\n examples/vhost_blk/vhost_blk.c                             | 3 +++\n examples/vhost_crypto/main.c                               | 3 +++\n examples/vm_power_manager/guest_cli/main.c                 | 3 +++\n examples/vm_power_manager/main.c                           | 3 +++\n examples/vmdq/main.c                                       | 3 +++\n examples/vmdq_dcb/main.c                                   | 3 +++\n 51 files changed, 166 insertions(+), 2 deletions(-)",
    "diff": null,
    "prefixes": [
        "00/45"
    ]
}