From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2D6BC429F3 for ; Wed, 26 Apr 2023 06:46:58 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E7A71410DC; Wed, 26 Apr 2023 06:46:57 +0200 (CEST) Received: from mail-io1-f44.google.com (mail-io1-f44.google.com [209.85.166.44]) by mails.dpdk.org (Postfix) with ESMTP id D7F8D40DDA for ; Wed, 26 Apr 2023 06:46:55 +0200 (CEST) Received: by mail-io1-f44.google.com with SMTP id ca18e2360f4ac-763da065494so66668039f.0 for ; Tue, 25 Apr 2023 21:46:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1682484415; x=1685076415; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=/jUtXaSnd0cpz2hQc4IsqQqEWIzcq67QfQbLLIqprbQ=; b=YeBEGHHtUE3KID+C7F6gRznCwvzXPDmP3amJafyZkh+00ADILMgQlKcw0whjeIeqSE EHEPBNuDsCLK8NLiJxLHbfbKR7Qa3LsMxyereTFauaLaQx0nnmsuuVbzXd8ljEguMrcm cXP0D+cLsjeY0tgXB5gUWzOl3D838N3xHFUVUOJsaELREPhqRPMtVolPR0viquRAc5jd KxnczKFuN3M/1fqaH2Ckm0vqane4vpLkD5mcK3yeAeA8YZBRMPuOyZsJqeWguvWQ6llu tfkDtfdFU+ds72gIqoULBuyG3eJfuccFi0BVjKrSzlyanuIoJcl01WxkUqer31dkQpCo RKzg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1682484415; x=1685076415; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=/jUtXaSnd0cpz2hQc4IsqQqEWIzcq67QfQbLLIqprbQ=; b=LCAmuJVsKFoJ9yMcTkMNGAPQ4Db08+W97aGDWQ1hw895DtC1S8lT6lsf+K1W57loR0 cayqF2Xb2m5AVG4SVyE2rqT0nSDoRnnIOeF2EHXHG/icYv/KNcqBVGaqal8bAbgkMk+a /2q+rzTue+KV8BU77jQEITR3F9OD1h77VIaF78gx6dfIuDd3s5o9DHvF3wBIEToBiVWu tr4/H3hsTziKVdRSyYUvwM9TBXewOg8j28ee4aACptaAnNoYS7Mmd7/neEr+68b+AgOj kXNEwkhMGLFfKdQtDCeUH3BRq8RMT7B7yPebZzmnSDtIj3a3z0J1TIKYuaSGLKn4kUXf ximQ== X-Gm-Message-State: AAQBX9ciZCH2rcms218PVY4BisVRmY1defCKBAb6gJ+6/XkB582dYnf+ QB/vYtSNyf7izIWOc1hLPAgGuDKhm2vklTXLuk3e3Ul5cFA= X-Google-Smtp-Source: AKy350bqXc4UuNKNRRwTztLI5/OCEfq2sENVhqvHYAvwkfPbZrYV6YPBslGy1dt7nrwfg83r4cXcRdyIiPWffLs/Zy8= X-Received: by 2002:a05:6e02:14f:b0:329:68b7:ecfc with SMTP id j15-20020a056e02014f00b0032968b7ecfcmr8990305ilr.31.1682484414940; Tue, 25 Apr 2023 21:46:54 -0700 (PDT) MIME-Version: 1.0 From: Cliff Burdick Date: Tue, 25 Apr 2023 21:46:46 -0700 Message-ID: Subject: Generic flow string parser To: users Content-Type: multipart/alternative; boundary="000000000000e48bdc05fa35edf6" X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: users-bounces@dpdk.org --000000000000e48bdc05fa35edf6 Content-Type: text/plain; charset="UTF-8" Does anyone know if a generic parser for flow strings exists anywhere? The one inside of testpmd is ideal, but unfortunately it's self-contained and not distributed as part of a normal DPDK install. This seems like something that is likely reinvented over and over and it would be useful if there was a single API to take in strings and generate flows. --000000000000e48bdc05fa35edf6 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Does anyone know if a generic parser for flow strings exi= sts anywhere? The one inside of testpmd is ideal, but unfortunately it'= s self-contained and not distributed as part of a normal DPDK install. This= seems like something that is likely reinvented over and over and it would = be useful if there was a single API to take in strings and generate flows.<= /div> --000000000000e48bdc05fa35edf6--