get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 41129,
    "url": "http://patches.dpdk.org/api/patches/41129/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1528976946-14396-8-git-send-email-anoob.joseph@caviumnetworks.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": "<1528976946-14396-8-git-send-email-anoob.joseph@caviumnetworks.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1528976946-14396-8-git-send-email-anoob.joseph@caviumnetworks.com",
    "date": "2018-06-14T11:48:58",
    "name": "[v1,07/15] examples/l2fwd: move dataplane code to new file",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "386666e133a83d414c83e1bb32a2c5ce862912ef",
    "submitter": {
        "id": 893,
        "url": "http://patches.dpdk.org/api/people/893/?format=api",
        "name": "Anoob Joseph",
        "email": "anoob.joseph@caviumnetworks.com"
    },
    "delegate": {
        "id": 1,
        "url": "http://patches.dpdk.org/api/users/1/?format=api",
        "username": "tmonjalo",
        "first_name": "Thomas",
        "last_name": "Monjalon",
        "email": "thomas@monjalon.net"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1528976946-14396-8-git-send-email-anoob.joseph@caviumnetworks.com/mbox/",
    "series": [
        {
            "id": 126,
            "url": "http://patches.dpdk.org/api/series/126/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=126",
            "date": "2018-06-14T11:48:52",
            "name": "[v1,01/15] examples/l2fwd: add new header to move common code",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/126/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/41129/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/41129/checks/",
    "tags": {},
    "related": [],
    "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 122821E424;\n\tThu, 14 Jun 2018 13:50:19 +0200 (CEST)",
            "from NAM02-SN1-obe.outbound.protection.outlook.com\n\t(mail-sn1nam02on0076.outbound.protection.outlook.com [104.47.36.76])\n\tby dpdk.org (Postfix) with ESMTP id 285701E3DB\n\tfor <dev@dpdk.org>; Thu, 14 Jun 2018 13:50:14 +0200 (CEST)",
            "from ajoseph83.caveonetworks.com.caveonetworks.com (115.113.156.2)\n\tby BN7PR07MB4898.namprd07.prod.outlook.com (2603:10b6:406:ef::27)\n\twith Microsoft SMTP Server (version=TLS1_2,\n\tcipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.863.16;\n\tThu, 14 Jun 2018 11:50:10 +0000"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=CAVIUMNETWORKS.onmicrosoft.com; s=selector1-cavium-com;\n\th=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck;\n\tbh=FYxO0GKA5R57ctOIUuMh/+ButdOn18MKlezRw5Qn0Bw=;\n\tb=bYblvJvk/haVJYjsfUp/WvRz24OjfbfjGh1nGf2nwW6OBhP5eWmlHuYLAYRDKYNdB81lNxUeJzMuR6fVDArzounaOj0o7VoEmpTH6Udpk8OE27UnZWsyvSvS1lOsIBscII5faB+aExngfb/HC+enKMy5kcvcO58zsCizx0g2mMA=",
        "Authentication-Results": "spf=none (sender IP is )\n\tsmtp.mailfrom=Anoob.Joseph@cavium.com; ",
        "From": "Anoob Joseph <anoob.joseph@caviumnetworks.com>",
        "To": "Bruce Richardson <bruce.richardson@intel.com>,\n\tPablo de Lara <pablo.de.lara.guarch@intel.com>",
        "Cc": "Anoob Joseph <anoob.joseph@caviumnetworks.com>,\n\tJerin Jacob <jerin.jacob@caviumnetworks.com>,\n\tNarayana Prasad <narayanaprasad.athreya@caviumnetworks.com>, dev@dpdk.org",
        "Date": "Thu, 14 Jun 2018 17:18:58 +0530",
        "Message-Id": "<1528976946-14396-8-git-send-email-anoob.joseph@caviumnetworks.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "In-Reply-To": "<1528976946-14396-1-git-send-email-anoob.joseph@caviumnetworks.com>",
        "References": "<1528477766-15788-1-git-send-email-anoob.joseph@caviumnetworks.com>\n\t<1528976946-14396-1-git-send-email-anoob.joseph@caviumnetworks.com>",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain",
        "X-Originating-IP": "[115.113.156.2]",
        "X-ClientProxiedBy": "PN1PR01CA0095.INDPRD01.PROD.OUTLOOK.COM\n\t(2603:1096:c00::11)\n\tTo BN7PR07MB4898.namprd07.prod.outlook.com\n\t(2603:10b6:406:ef::27)",
        "X-MS-PublicTrafficType": "Email",
        "X-MS-Office365-Filtering-Correlation-Id": "ba53a883-941e-4968-8738-08d5d1ecfcff",
        "X-Microsoft-Antispam": "UriScan:; BCL:0; PCL:0;\n\tRULEID:(7020095)(4652020)(5600026)(711020)(4534165)(7168020)(4627221)(201703031133081)(201702281549075)(2017052603328)(7153060)(7193020);\n\tSRVR:BN7PR07MB4898; ",
        "X-Microsoft-Exchange-Diagnostics": [
            "1; BN7PR07MB4898;\n\t3:kkQIfoHKbJKnGhCieaOglOPUu6uko6GZf0nQuTi/Fbl3gMAoX/8AL9/j7pVeuIdZNxSGacZlqPHEhrXHuiABuY5PD1bnKiW0bjh7MD041fJxNqCBe81ofP6aB2PDwtREKr1pHw1jsorYoomHuY8LSX1LmsfHNdBBLfhAWl+4FFdGqDDgpOyzO7mLftQ5tTP6vnEuDkAGALqez7mjDco6O14SGf1lQLeuhwTm3YM6nxf6ysSWZXn32dQTo+Zu0pCu;\n\t25:xTV8yzWoZXJPH1YOrigpWFh5BwgbeJH+uoI56BEsySAeBU9S68ioDI4ApVredimpy0f+Nd3Pbd2vzlAbg8ShSOn2oRil3YvExy0zRUe1VYYtbG6Fp4vMJib36mG60mB0/yCRYn3nGZkMJq6voBBVY5FDIzIkCAJZ+Jn7sYLcBDOnmns+14tLu86qSC5rfM/xHqmiGLp6H2nSvi2KlxJMWLnPsSjr8X3dPADR8f3uH2StQSJF2ILlTj2gRtioQZMwU1jZw+9LrS54W/aSPaxne8cXVp9BWOmserzlVEwchsEGX4y7Tu5PtDPoXWdSGygRt5IzMrtRKcc/dBT+ZAL9XQ==;\n\t31:Bb+596c9rMFlJR79eQVaUmHtuEbjTi4cAfAurrMJ2k5ylVNZ5WlzvTy2ryWJOK1gLu6p+iaYVK+Qd9ZVDpTl1JFvDYo0HyPPtqsG7jiyRXKrO7ySpsJGx3wl17h8ma7HofaPOL5ooSrz8hBd/UH0T85kvXe8BUJTRKsWe5tuDPjd3/rcR+1TiZ5+NVAuYRy9x516f/2fCfrTGb33IqfqTnwn4BBgFbdtaQL1l9X/+WY=",
            "1; BN7PR07MB4898;\n\t20:x+F3gg8PLSAJn3jpL7P1EtPQ3j6dDk8TFsmUYquYuiEy2N+Q5LOOF0G36tJiyBskewX43zjZ2uuVTrXBBjPaSYCpA3uYF5AQVLGFGuwx1ojsdr9xHdQqcHIRTy3Mxz9HT0Df14mE1tYxAqRJfXGxkMmPyTd1zayv7xOmgqV8CqMdFI9vHpZjInUQJM5GCBas3Xmk5gMBzDHbWP4qhRR8pUKM5vUCj6/e5brVFCgMGDOPtpzcnLFRAngVH3WU1aqHGfawIqTpm8iHnctYy8j6/Ee7GmbA3S0IBTs4Bj6WHSHiVPdFc+neef2XylwQMgQlDzfgC+7EwOUOssbHiezyp0GwYPFQvhZmUaJ4MPetJpZPAqKXsN697e3yiWF1p4A+w0A35Y6U0B7rk9Inml0B25nuva5T6FLB7T4AOMhUCgmJ3Rug/oWAIbVLnPQTFqC+7UpYfOrquOIRrd8U3M9lPuf6M+wNtgCGtPb4S7cXJh56jfMi+ztZhGBH+Tpq9LlVbZsgq/FAzE0tGbBzgsle95OhniseacqjnUgnTrEtJfEehPl6PKEAGYZtBnRDKC5Ijw8M85iuqYF0TeWyFTntl9hZFREsPBFIgBUOvdL9xr8=;\n\t4:ja316709ILRO5rtOexde9Kad99MxqlW80U4jIofxD9eeu4gMcTimvGmFhIai3AzoLxxM7C3AHSYixFfWG2WkRE99799m4YjDedz6+DRgpMpL7yGc/V49wO00A8gYVDtGtYYmUYO+ER6io++g35T1KuhBXgJpF2q+LNVzr0IX1Pv//2tbOvR1Tr3UIrzwh0qSIVygwC7i5NJ8p5wKMmB6CIrvtClsFLk8vWThxuk1eNhE7SkhX23l7TtsfEQXUQBd37yHvbPKzxzsSusMEhMQFg==",
            "=?us-ascii?Q?1; BN7PR07MB4898;\n\t23:rmy7J0TjFmeiJFPw5B+gYHN7upkpRd71cq04I8vcd?=\n\tFo/f2HQqoOuNPc4Wt3mvtb/8g71a2mez+7GR2d13X6y4rpQ+9wq20gluOGQ+I+HRcn+ryO0a3pb8aVpwJaVho3pwXKuXKaS54QxXn4hYaYOA6YSKTWN5Ymgm1x+Q9LMnOrz5laFCRvztpa4Z0FFZpeTArzBZO+0DM8iA3feeDR/7ouhSY/9ptj6KSeBQNjNdTtfho+QJby78JEsa4oqC3OLWpznBSLIn2UVqAzasDA23Ii6KaWPugqIbq+2Bx9AWvCyr25RlpItM4LF4BzTckzh7i0aY+W0+5DCBkOJeRHtaIn9rrSUyRrtYkN47DKGX8IES2HTqQaeVq8eHJWJOM+znAfLR3o/90CXk26d4Q+eDVLUbZRMOHpPOqFtF/A6PM7bDfSaivw128/4yyGB7axcHT5yL3sbk3Iecpdj2ADUTdJ1YJWeUwv2XugXf2n0GhAi+IAa+2DWTQI4Y1MySktKjpznLNS5bkRWUNFeuH4aagfw8s8WgxaQhwFAJRMo8BdAC1elLPoNDyoOhDG757F9ujwzx7GkCmlNysWDbRMqilA/HMV1yfDx3fRI7Q1kVkjjC8opjQpMr5VCLJDiom726KzSmB96cTn9kp3I2ym0nUO5H5AQSExijMX6PC3uA2sK+UM7CBfalvsVayo/7bYQXHUKZge9UZRVuVOnVMsoXfmfbiRpCJhWxpPVO6rpt7wxyj9j3llxRZxZnIROFydC9WgsvjqwJA8BcAn+MOqqP81xe8cOcf45Gjae2PiFNOD7KmAn1IGBsEyDE36vVgkDhiyUKrb9Y5LqZOkYoWiUaVFoMv191yPcK8PTlvmbDGleTuOTMoOU2NBvNdRva6XeNX1WiOqQQS2KzygmRNOhCH9dXuHEXfqhFjWvqKN3zR6nlPMZ9phrxc9psrfihhYAOrHE1Rr3pgsoYDUrVfLo25o8Nd7Ya6D2EyOtAegOo2J2IZv5mT1TG9tjjOnMyONu8DDdcxZMmH5bzT9Eb8wKbA1MMPM+DGsxOHg1JSMaEBQxNu1N56bTivWxMdeXvYGdvJVkUggPGNu3pWuZqR7XSdohLWy4KbDdg3QlAKy0lwBUiPiowUoEJXJlvz0nbzLz9ujjDbJ8IsQXvKn0VZYKJ8t3g5A0lAHGO3omeiIDkOJoIrTfa8jgnoRkqpcT3lZ28kUuE7PEfmYoGTpCXBGS5/HLHDuDkhHUrzFNoEDeOSt5/mMuy5AyHlLSwLA6jHZDaJj4j6KllqW7PpxYlOXw6A==",
            "1; BN7PR07MB4898;\n\t6:FqwpDKPboiPOtOngSCvpeLhGYZqi0kVvpZrXNBss9J+xL9dpLov5TaC2UIqVPC++yUHIUfdxOkURV7o7R7uOp7Kn7ML+um6a6Wn8zorDDcMvJN/qrtsq8huOsOx2ys8Kt4gJQ7I4rmwiyjurjoV/3kdTJdxakrfonMpyPyNPOccSbrmmPhmoRwo5YOgje1G2hoYhDxQ5bFPdetYczMDtbdAxuIXxCna4L8ej17h1Qa2leUhWTYBJ+lrollSeQVCEeg+rzIpAQ6tuBM9NzL+C61u4G6mxI0vjffuKONcnkooYxuqdufL2teK1GKwqOOgXXEWvzV0+buU4Q35FS7KSJyklHtI9X8iLvfU2hyQVrAGBLs+a9Wl9q5GrTNGdQew9X5NIjDIb2qmGNOq9odYib+gWQX8mpzXHNHg7woxlEM5leccRM/cHAJ3zrGVCdl0S0cyqjoPevEu/Gv2EPFW8xA==;\n\t5:FHyeJEfn+9CEHC6rPBbF6Nb9gD3aUgKlFjF6UlSqBZN2rLt1FrlirG9VZN5vlDSmBPBe093ofDCinLfSiliwL+R6ToRc+Ora8hvglsxe35NH/68jM5Knff8nOEWgKyvpNv6jNtohq74T2AhGl6q1P9c00XgLd443lxSLc1/Xwc0=;\n\t24:TwCy0MVuO3dJESXwIiv9N2k7XPJS56Se5b41z+ZGe7bvmGlqdfDUc++qza70cUmqgP46jhnA9iXCvSlFknw/cWbHpIJYogUBr3x9eDryLn4=",
            "1; BN7PR07MB4898;\n\t7:4AjEGAtmpukRBFy6KPnoLsAPtbwEof+QeHZcFmgryjx0crTLVtZk3DNUI/46b016kNXLjRc2Chb12VpehDOx6kidAARQ3dpbZDQV7f2Feheq3bXM7fDHWzHdlDhiBngIyWaS3yIVsOsHq3ucngOXOsz9sbxxz0scPyfAeFn1RfWNOb0Nn5OIv8j3Wr/KKuoUB9qlzebPI4bVV7XNDUkk7j88rPMp9yZVaaRf5uhXe7GDXgnqT/tDwUzT3xzf1ApH"
        ],
        "X-MS-TrafficTypeDiagnostic": "BN7PR07MB4898:",
        "X-Microsoft-Antispam-PRVS": "<BN7PR07MB489823715D5873E18B8BEA9BF87D0@BN7PR07MB4898.namprd07.prod.outlook.com>",
        "X-Exchange-Antispam-Report-Test": "UriScan:;",
        "X-MS-Exchange-SenderADCheck": "1",
        "X-Exchange-Antispam-Report-CFA-Test": "BCL:0; PCL:0;\n\tRULEID:(8211001083)(6040522)(2401047)(8121501046)(5005006)(10201501046)(3231254)(944501410)(52105095)(93006095)(3002001)(149027)(150027)(6041310)(201703131423095)(201702281528075)(20161123555045)(201703061421075)(201703061406153)(20161123560045)(20161123562045)(20161123558120)(20161123564045)(6072148)(201708071742011)(7699016);\n\tSRVR:BN7PR07MB4898; BCL:0; PCL:0; RULEID:; SRVR:BN7PR07MB4898; ",
        "X-Forefront-PRVS": "0703B549E4",
        "X-Forefront-Antispam-Report": "SFV:NSPM;\n\tSFS:(10009020)(39860400002)(39380400002)(396003)(376002)(346002)(366004)(199004)(189003)(446003)(956004)(2616005)(305945005)(6666003)(47776003)(476003)(54906003)(44832011)(53936002)(68736007)(486006)(110136005)(8936002)(8676002)(81156014)(16586007)(316002)(81166006)(25786009)(4326008)(7736002)(6116002)(3846002)(11346002)(97736004)(36756003)(106356001)(478600001)(105586002)(42882007)(52116002)(51416003)(26005)(16526019)(186003)(59450400001)(50226002)(66066001)(72206003)(6486002)(2906002)(55236004)(50466002)(6512007)(386003)(6506007)(5660300001)(76176011)(48376002);\n\tDIR:OUT; SFP:1101; SCL:1; SRVR:BN7PR07MB4898;\n\tH:ajoseph83.caveonetworks.com.caveonetworks.com; FPR:; SPF:None;\n\tLANG:en; PTR:InfoNoRecords; A:1; MX:1; ",
        "Received-SPF": "None (protection.outlook.com: cavium.com does not designate\n\tpermitted sender hosts)",
        "X-Microsoft-Antispam-Message-Info": "cyinV+OTvTiFxd5x6rHbWOgg5odDkP0WXKogM0+8DvGtVCDKc8BVwHjA8kkX5TQW+vDbDxmvMU9yGGaUssE3ZlNbF/UwS3yAgqA8viVzNykQh8sfwEnh5D1OOZFx9N8Viau78vgtZIUAfiwcDenPgqtVDqEAm4EQFhLCkOOw+vhZSi1zUnK1zaw7+lX9kzhs",
        "SpamDiagnosticOutput": "1:99",
        "SpamDiagnosticMetadata": "NSPM",
        "X-OriginatorOrg": "caviumnetworks.com",
        "X-MS-Exchange-CrossTenant-OriginalArrivalTime": "14 Jun 2018 11:50:10.8850\n\t(UTC)",
        "X-MS-Exchange-CrossTenant-Network-Message-Id": "ba53a883-941e-4968-8738-08d5d1ecfcff",
        "X-MS-Exchange-CrossTenant-FromEntityHeader": "Hosted",
        "X-MS-Exchange-CrossTenant-Id": "711e4ccf-2e9b-4bcf-a551-4094005b6194",
        "X-MS-Exchange-Transport-CrossTenantHeadersStamped": "BN7PR07MB4898",
        "Subject": "[dpdk-dev] [PATCH v1 07/15] examples/l2fwd: move dataplane code to\n\tnew file",
        "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://dpdk.org/ml/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://dpdk.org/ml/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://dpdk.org/ml/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "Signed-off-by: Anoob Joseph <anoob.joseph@caviumnetworks.com>\n---\nv1:\n* Replaced 'unsigned' with 'unsigned int'\n\n examples/l2fwd/Makefile       |   1 +\n examples/l2fwd/l2fwd_worker.c | 233 ++++++++++++++++++++++++++++++++++++++++++\n examples/l2fwd/l2fwd_worker.h |  10 ++\n examples/l2fwd/main.c         | 191 +---------------------------------\n 4 files changed, 245 insertions(+), 190 deletions(-)\n create mode 100644 examples/l2fwd/l2fwd_worker.c\n create mode 100644 examples/l2fwd/l2fwd_worker.h",
    "diff": "diff --git a/examples/l2fwd/Makefile b/examples/l2fwd/Makefile\nindex a8a47ad..24d1e4e 100644\n--- a/examples/l2fwd/Makefile\n+++ b/examples/l2fwd/Makefile\n@@ -6,6 +6,7 @@ APP = l2fwd\n \n # all source are stored in SRCS-y\n SRCS-y := main.c\n+SRCS-y += l2fwd_worker.c\n \n # Build using pkg-config variables if possible\n $(shell pkg-config --exists libdpdk)\ndiff --git a/examples/l2fwd/l2fwd_worker.c b/examples/l2fwd/l2fwd_worker.c\nnew file mode 100644\nindex 0000000..663c505\n--- /dev/null\n+++ b/examples/l2fwd/l2fwd_worker.c\n@@ -0,0 +1,233 @@\n+/* SPDX-License-Identifier: BSD-3-Clause\n+ * Copyright(c) 2010-2016 Intel Corporation\n+ * Copyright(c) 2018 Cavium, Inc\n+ */\n+#include <stdio.h>\n+#include <stdlib.h>\n+#include <string.h>\n+#include <stdint.h>\n+#include <inttypes.h>\n+#include <sys/types.h>\n+#include <sys/queue.h>\n+#include <netinet/in.h>\n+#include <setjmp.h>\n+#include <stdarg.h>\n+#include <ctype.h>\n+#include <errno.h>\n+#include <getopt.h>\n+#include <signal.h>\n+#include <stdbool.h>\n+\n+#include <rte_common.h>\n+#include <rte_log.h>\n+#include <rte_malloc.h>\n+#include <rte_memory.h>\n+#include <rte_memcpy.h>\n+#include <rte_eal.h>\n+#include <rte_launch.h>\n+#include <rte_atomic.h>\n+#include <rte_cycles.h>\n+#include <rte_prefetch.h>\n+#include <rte_lcore.h>\n+#include <rte_per_lcore.h>\n+#include <rte_branch_prediction.h>\n+#include <rte_interrupts.h>\n+#include <rte_random.h>\n+#include <rte_debug.h>\n+#include <rte_ether.h>\n+#include <rte_ethdev.h>\n+#include <rte_mempool.h>\n+#include <rte_mbuf.h>\n+\n+#include \"l2fwd_common.h\"\n+#include \"l2fwd_worker.h\"\n+\n+/* Print out statistics on packets dropped */\n+static void\n+print_stats(void)\n+{\n+\tuint64_t total_packets_dropped, total_packets_tx, total_packets_rx;\n+\tunsigned int portid;\n+\n+\ttotal_packets_dropped = 0;\n+\ttotal_packets_tx = 0;\n+\ttotal_packets_rx = 0;\n+\n+\tconst char clr[] = { 27, '[', '2', 'J', '\\0' };\n+\tconst char topLeft[] = { 27, '[', '1', ';', '1', 'H', '\\0' };\n+\n+\t\t/* Clear screen and move to top left */\n+\tprintf(\"%s%s\", clr, topLeft);\n+\n+\tprintf(\"\\nPort statistics ====================================\");\n+\n+\tfor (portid = 0; portid < RTE_MAX_ETHPORTS; portid++) {\n+\t\t/* skip disabled ports */\n+\t\tif ((l2fwd_enabled_port_mask & (1 << portid)) == 0)\n+\t\t\tcontinue;\n+\t\tprintf(\"\\nStatistics for port %u ------------------------------\"\n+\t\t\t   \"\\nPackets sent: %24\"PRIu64\n+\t\t\t   \"\\nPackets received: %20\"PRIu64\n+\t\t\t   \"\\nPackets dropped: %21\"PRIu64,\n+\t\t\t   portid,\n+\t\t\t   port_statistics[portid].tx,\n+\t\t\t   port_statistics[portid].rx,\n+\t\t\t   port_statistics[portid].dropped);\n+\n+\t\ttotal_packets_dropped += port_statistics[portid].dropped;\n+\t\ttotal_packets_tx += port_statistics[portid].tx;\n+\t\ttotal_packets_rx += port_statistics[portid].rx;\n+\t}\n+\tprintf(\"\\nAggregate statistics ===============================\"\n+\t\t   \"\\nTotal packets sent: %18\"PRIu64\n+\t\t   \"\\nTotal packets received: %14\"PRIu64\n+\t\t   \"\\nTotal packets dropped: %15\"PRIu64,\n+\t\t   total_packets_tx,\n+\t\t   total_packets_rx,\n+\t\t   total_packets_dropped);\n+\tprintf(\"\\n====================================================\\n\");\n+}\n+\n+static void\n+l2fwd_mac_updating(struct rte_mbuf *m, unsigned int dest_portid)\n+{\n+\tstruct ether_hdr *eth;\n+\tvoid *tmp;\n+\n+\teth = rte_pktmbuf_mtod(m, struct ether_hdr *);\n+\n+\t/* 02:00:00:00:00:xx */\n+\ttmp = &eth->d_addr.addr_bytes[0];\n+\t*((uint64_t *)tmp) = 0x000000000002 + ((uint64_t)dest_portid << 40);\n+\n+\t/* src addr */\n+\tether_addr_copy(&l2fwd_ports_eth_addr[dest_portid], &eth->s_addr);\n+}\n+\n+static void\n+l2fwd_simple_forward(struct rte_mbuf *m, unsigned int portid)\n+{\n+\tunsigned int dst_port;\n+\tint sent;\n+\tstruct rte_eth_dev_tx_buffer *buffer;\n+\n+\tdst_port = l2fwd_dst_ports[portid];\n+\n+\tif (mac_updating)\n+\t\tl2fwd_mac_updating(m, dst_port);\n+\n+\tbuffer = tx_buffer[dst_port];\n+\tsent = rte_eth_tx_buffer(dst_port, 0, buffer, m);\n+\tif (sent)\n+\t\tport_statistics[dst_port].tx += sent;\n+}\n+\n+/* main processing loop */\n+static void\n+l2fwd_main_loop(void)\n+{\n+\tstruct rte_mbuf *pkts_burst[MAX_PKT_BURST];\n+\tstruct rte_mbuf *m;\n+\tint sent;\n+\tunsigned int lcore_id;\n+\tunsigned int master_core_id;\n+\tuint64_t prev_tsc, diff_tsc, cur_tsc, timer_tsc;\n+\tunsigned int i, j, portid, nb_rx;\n+\tstruct lcore_queue_conf *qconf;\n+\tconst uint64_t drain_tsc = (rte_get_tsc_hz() + US_PER_S - 1)\n+\t\t\t/ US_PER_S * BURST_TX_DRAIN_US;\n+\tstruct rte_eth_dev_tx_buffer *buffer;\n+\n+\tprev_tsc = 0;\n+\ttimer_tsc = 0;\n+\n+\tlcore_id = rte_lcore_id();\n+\tqconf = &lcore_queue_conf[lcore_id];\n+\n+\tif (qconf->n_rx_port == 0) {\n+\t\tRTE_LOG(INFO, L2FWD, \"lcore %u has nothing to do\\n\", lcore_id);\n+\t\treturn;\n+\t}\n+\n+\tRTE_LOG(INFO, L2FWD, \"entering main loop on lcore %u\\n\", lcore_id);\n+\n+\tfor (i = 0; i < qconf->n_rx_port; i++) {\n+\n+\t\tportid = qconf->rx_port_list[i];\n+\t\tRTE_LOG(INFO, L2FWD, \" -- lcoreid=%u portid=%u\\n\", lcore_id,\n+\t\t\tportid);\n+\n+\t}\n+\n+\tmaster_core_id = rte_get_master_lcore();\n+\n+\twhile (!force_quit) {\n+\n+\t\tcur_tsc = rte_rdtsc();\n+\n+\t\t/*\n+\t\t * TX burst queue drain\n+\t\t */\n+\t\tdiff_tsc = cur_tsc - prev_tsc;\n+\t\tif (unlikely(diff_tsc > drain_tsc)) {\n+\n+\t\t\tfor (i = 0; i < qconf->n_rx_port; i++) {\n+\n+\t\t\t\tportid =\n+\t\t\t\t\tl2fwd_dst_ports[qconf->rx_port_list[i]];\n+\t\t\t\tbuffer = tx_buffer[portid];\n+\n+\t\t\t\tsent = rte_eth_tx_buffer_flush(portid, 0,\n+\t\t\t\t\t\tbuffer);\n+\t\t\t\tif (sent)\n+\t\t\t\t\tport_statistics[portid].tx += sent;\n+\n+\t\t\t}\n+\n+\t\t\t/* if timer is enabled */\n+\t\t\tif (timer_period > 0) {\n+\n+\t\t\t\t/* advance the timer */\n+\t\t\t\ttimer_tsc += diff_tsc;\n+\n+\t\t\t\t/* if timer has reached its timeout */\n+\t\t\t\tif (unlikely(timer_tsc >= timer_period)) {\n+\n+\t\t\t\t\t/* do this only on master core */\n+\t\t\t\t\tif (lcore_id == master_core_id) {\n+\t\t\t\t\t\tprint_stats();\n+\t\t\t\t\t\t/* reset the timer */\n+\t\t\t\t\t\ttimer_tsc = 0;\n+\t\t\t\t\t}\n+\t\t\t\t}\n+\t\t\t}\n+\n+\t\t\tprev_tsc = cur_tsc;\n+\t\t}\n+\n+\t\t/*\n+\t\t * Read packet from RX queues\n+\t\t */\n+\t\tfor (i = 0; i < qconf->n_rx_port; i++) {\n+\n+\t\t\tportid = qconf->rx_port_list[i];\n+\t\t\tnb_rx = rte_eth_rx_burst(portid, 0,\n+\t\t\t\t\t\t pkts_burst, MAX_PKT_BURST);\n+\n+\t\t\tport_statistics[portid].rx += nb_rx;\n+\n+\t\t\tfor (j = 0; j < nb_rx; j++) {\n+\t\t\t\tm = pkts_burst[j];\n+\t\t\t\trte_prefetch0(rte_pktmbuf_mtod(m, void *));\n+\t\t\t\tl2fwd_simple_forward(m, portid);\n+\t\t\t}\n+\t\t}\n+\t}\n+}\n+\n+int\n+l2fwd_launch_one_lcore(__attribute__((unused)) void *dummy)\n+{\n+\tl2fwd_main_loop();\n+\treturn 0;\n+}\ndiff --git a/examples/l2fwd/l2fwd_worker.h b/examples/l2fwd/l2fwd_worker.h\nnew file mode 100644\nindex 0000000..8971a6a\n--- /dev/null\n+++ b/examples/l2fwd/l2fwd_worker.h\n@@ -0,0 +1,10 @@\n+/* SPDX-License-Identifier: BSD-3-Clause\n+ * Copyright(c) 2018 Cavium, Inc\n+ */\n+#ifndef _L2FWD_WORKER_H_\n+#define _L2FWD_WORKER_H_\n+\n+int\n+l2fwd_launch_one_lcore(__attribute__((unused)) void *dummy);\n+\n+#endif /* _L2FWD_WORKER_H_ */\ndiff --git a/examples/l2fwd/main.c b/examples/l2fwd/main.c\nindex 3e0269e..05f9d28 100644\n--- a/examples/l2fwd/main.c\n+++ b/examples/l2fwd/main.c\n@@ -40,6 +40,7 @@\n #include <rte_mbuf.h>\n \n #include \"l2fwd_common.h\"\n+#include \"l2fwd_worker.h\"\n \n static uint16_t nb_rxd = RTE_TEST_RX_DESC_DEFAULT;\n static uint16_t nb_txd = RTE_TEST_TX_DESC_DEFAULT;\n@@ -59,196 +60,6 @@ static struct rte_eth_conf port_conf = {\n \n struct rte_mempool * l2fwd_pktmbuf_pool = NULL;\n \n-/* Print out statistics on packets dropped */\n-static void\n-print_stats(void)\n-{\n-\tuint64_t total_packets_dropped, total_packets_tx, total_packets_rx;\n-\tunsigned portid;\n-\n-\ttotal_packets_dropped = 0;\n-\ttotal_packets_tx = 0;\n-\ttotal_packets_rx = 0;\n-\n-\tconst char clr[] = { 27, '[', '2', 'J', '\\0' };\n-\tconst char topLeft[] = { 27, '[', '1', ';', '1', 'H', '\\0' };\n-\n-\t\t/* Clear screen and move to top left */\n-\tprintf(\"%s%s\", clr, topLeft);\n-\n-\tprintf(\"\\nPort statistics ====================================\");\n-\n-\tfor (portid = 0; portid < RTE_MAX_ETHPORTS; portid++) {\n-\t\t/* skip disabled ports */\n-\t\tif ((l2fwd_enabled_port_mask & (1 << portid)) == 0)\n-\t\t\tcontinue;\n-\t\tprintf(\"\\nStatistics for port %u ------------------------------\"\n-\t\t\t   \"\\nPackets sent: %24\"PRIu64\n-\t\t\t   \"\\nPackets received: %20\"PRIu64\n-\t\t\t   \"\\nPackets dropped: %21\"PRIu64,\n-\t\t\t   portid,\n-\t\t\t   port_statistics[portid].tx,\n-\t\t\t   port_statistics[portid].rx,\n-\t\t\t   port_statistics[portid].dropped);\n-\n-\t\ttotal_packets_dropped += port_statistics[portid].dropped;\n-\t\ttotal_packets_tx += port_statistics[portid].tx;\n-\t\ttotal_packets_rx += port_statistics[portid].rx;\n-\t}\n-\tprintf(\"\\nAggregate statistics ===============================\"\n-\t\t   \"\\nTotal packets sent: %18\"PRIu64\n-\t\t   \"\\nTotal packets received: %14\"PRIu64\n-\t\t   \"\\nTotal packets dropped: %15\"PRIu64,\n-\t\t   total_packets_tx,\n-\t\t   total_packets_rx,\n-\t\t   total_packets_dropped);\n-\tprintf(\"\\n====================================================\\n\");\n-}\n-\n-static void\n-l2fwd_mac_updating(struct rte_mbuf *m, unsigned dest_portid)\n-{\n-\tstruct ether_hdr *eth;\n-\tvoid *tmp;\n-\n-\teth = rte_pktmbuf_mtod(m, struct ether_hdr *);\n-\n-\t/* 02:00:00:00:00:xx */\n-\ttmp = &eth->d_addr.addr_bytes[0];\n-\t*((uint64_t *)tmp) = 0x000000000002 + ((uint64_t)dest_portid << 40);\n-\n-\t/* src addr */\n-\tether_addr_copy(&l2fwd_ports_eth_addr[dest_portid], &eth->s_addr);\n-}\n-\n-static void\n-l2fwd_simple_forward(struct rte_mbuf *m, unsigned portid)\n-{\n-\tunsigned dst_port;\n-\tint sent;\n-\tstruct rte_eth_dev_tx_buffer *buffer;\n-\n-\tdst_port = l2fwd_dst_ports[portid];\n-\n-\tif (mac_updating)\n-\t\tl2fwd_mac_updating(m, dst_port);\n-\n-\tbuffer = tx_buffer[dst_port];\n-\tsent = rte_eth_tx_buffer(dst_port, 0, buffer, m);\n-\tif (sent)\n-\t\tport_statistics[dst_port].tx += sent;\n-}\n-\n-/* main processing loop */\n-static void\n-l2fwd_main_loop(void)\n-{\n-\tstruct rte_mbuf *pkts_burst[MAX_PKT_BURST];\n-\tstruct rte_mbuf *m;\n-\tint sent;\n-\tunsigned lcore_id;\n-\tunsigned int master_core_id;\n-\tuint64_t prev_tsc, diff_tsc, cur_tsc, timer_tsc;\n-\tunsigned i, j, portid, nb_rx;\n-\tstruct lcore_queue_conf *qconf;\n-\tconst uint64_t drain_tsc = (rte_get_tsc_hz() + US_PER_S - 1)\n-\t\t\t/ US_PER_S * BURST_TX_DRAIN_US;\n-\tstruct rte_eth_dev_tx_buffer *buffer;\n-\n-\tprev_tsc = 0;\n-\ttimer_tsc = 0;\n-\n-\tlcore_id = rte_lcore_id();\n-\tqconf = &lcore_queue_conf[lcore_id];\n-\n-\tif (qconf->n_rx_port == 0) {\n-\t\tRTE_LOG(INFO, L2FWD, \"lcore %u has nothing to do\\n\", lcore_id);\n-\t\treturn;\n-\t}\n-\n-\tRTE_LOG(INFO, L2FWD, \"entering main loop on lcore %u\\n\", lcore_id);\n-\n-\tfor (i = 0; i < qconf->n_rx_port; i++) {\n-\n-\t\tportid = qconf->rx_port_list[i];\n-\t\tRTE_LOG(INFO, L2FWD, \" -- lcoreid=%u portid=%u\\n\", lcore_id,\n-\t\t\tportid);\n-\n-\t}\n-\n-\tmaster_core_id = rte_get_master_lcore();\n-\n-\twhile (!force_quit) {\n-\n-\t\tcur_tsc = rte_rdtsc();\n-\n-\t\t/*\n-\t\t * TX burst queue drain\n-\t\t */\n-\t\tdiff_tsc = cur_tsc - prev_tsc;\n-\t\tif (unlikely(diff_tsc > drain_tsc)) {\n-\n-\t\t\tfor (i = 0; i < qconf->n_rx_port; i++) {\n-\n-\t\t\t\tportid =\n-\t\t\t\t\tl2fwd_dst_ports[qconf->rx_port_list[i]];\n-\t\t\t\tbuffer = tx_buffer[portid];\n-\n-\t\t\t\tsent = rte_eth_tx_buffer_flush(portid, 0,\n-\t\t\t\t\t\tbuffer);\n-\t\t\t\tif (sent)\n-\t\t\t\t\tport_statistics[portid].tx += sent;\n-\n-\t\t\t}\n-\n-\t\t\t/* if timer is enabled */\n-\t\t\tif (timer_period > 0) {\n-\n-\t\t\t\t/* advance the timer */\n-\t\t\t\ttimer_tsc += diff_tsc;\n-\n-\t\t\t\t/* if timer has reached its timeout */\n-\t\t\t\tif (unlikely(timer_tsc >= timer_period)) {\n-\n-\t\t\t\t\t/* do this only on master core */\n-\t\t\t\t\tif (lcore_id == master_core_id) {\n-\t\t\t\t\t\tprint_stats();\n-\t\t\t\t\t\t/* reset the timer */\n-\t\t\t\t\t\ttimer_tsc = 0;\n-\t\t\t\t\t}\n-\t\t\t\t}\n-\t\t\t}\n-\n-\t\t\tprev_tsc = cur_tsc;\n-\t\t}\n-\n-\t\t/*\n-\t\t * Read packet from RX queues\n-\t\t */\n-\t\tfor (i = 0; i < qconf->n_rx_port; i++) {\n-\n-\t\t\tportid = qconf->rx_port_list[i];\n-\t\t\tnb_rx = rte_eth_rx_burst(portid, 0,\n-\t\t\t\t\t\t pkts_burst, MAX_PKT_BURST);\n-\n-\t\t\tport_statistics[portid].rx += nb_rx;\n-\n-\t\t\tfor (j = 0; j < nb_rx; j++) {\n-\t\t\t\tm = pkts_burst[j];\n-\t\t\t\trte_prefetch0(rte_pktmbuf_mtod(m, void *));\n-\t\t\t\tl2fwd_simple_forward(m, portid);\n-\t\t\t}\n-\t\t}\n-\t}\n-}\n-\n-static int\n-l2fwd_launch_one_lcore(__attribute__((unused)) void *dummy)\n-{\n-\tl2fwd_main_loop();\n-\treturn 0;\n-}\n-\n /* display usage */\n static void\n l2fwd_usage(const char *prgname)\n",
    "prefixes": [
        "v1",
        "07/15"
    ]
}