public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Harsh raj Singh <singhharshraj215@gmail.com>
Cc: dev@dpdk.org
Subject: Re: [PATCH] examples/l2fwd_acl: add ACL-based L2 forwarding example
Date: Fri, 20 Feb 2026 09:25:34 -0800	[thread overview]
Message-ID: <20260220092534.4c4bbc50@phoenix.local> (raw)
In-Reply-To: <CAN33txEUWT_1wJMa2Rz_XNYQZyqGWrQgzkicWJvJEcFVi2+20A@mail.gmail.com>

On Thu, 19 Feb 2026 14:55:02 +0530
Harsh raj Singh <singhharshraj215@gmail.com> wrote:

> From 9d87abade4e79b4377367bbcbf79a1095beed127 Mon Sep 17 00:00:00 2001
> From: Harsh Raj Singh <harshraj215@gmail.com>
> Date: Thu, 19 Feb 2026 14:16:16 +0530
> Subject: [PATCH] examples/l2fwd_acl: add ACL-based L2 forwarding example
> 
> This example demonstrates usage of the DPDK ACL library
> to classify packets based on:
> 
>   - protocol
>   - source IPv4
>   - destination IPv4
>   - source port
>   - destination port
> 
> Packets matching ACL rules are forwarded,
> others are dropped.
> 
> The example provides a minimal reference
> for developers wanting to integrate ACL
> classification into packet forwarding paths.
> 
> Signed-off-by: Harsh Raj Singh <harshraj215@gmail.com>
> ---
>  examples/l2fwd_acl/README.md   |  18 +++
>  examples/l2fwd_acl/main.c      | 249 +++++++++++++++++++++++++++++++++
>  examples/l2fwd_acl/meson.build |   4 +
>  examples/meson.build           |   1 +
>  4 files changed, 272 insertions(+)
>  create mode 100644 examples/l2fwd_acl/README.md
>  create mode 100644 examples/l2fwd_acl/main.c
>  create mode 100644 examples/l2fwd_acl/meson.build
> 
> diff --git a/examples/l2fwd_acl/README.md b/examples/l2fwd_acl/README.md
> new file mode 100644
> index 0000000000..5b5494e297
> --- /dev/null
> +++ b/examples/l2fwd_acl/README.md
> @@ -0,0 +1,18 @@
> +L2 Forwarding with ACL Example
> +==============================

Patch is corrupt and truncated.
The rest of the patch never got sent in email.

Check your mail client or use git send-email.

  reply	other threads:[~2026-02-20 17:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-19  9:25 [PATCH] examples/l2fwd_acl: add ACL-based L2 forwarding example Harsh raj Singh
2026-02-20 17:25 ` Stephen Hemminger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-02-20 18:43 Harsh raj Singh
2026-02-23  4:28 ` Harsh raj Singh
2026-02-23  9:09   ` Harsh raj Singh
2026-02-23 17:07 ` Stephen Hemminger
2026-02-23 17:08 ` Stephen Hemminger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260220092534.4c4bbc50@phoenix.local \
    --to=stephen@networkplumber.org \
    --cc=dev@dpdk.org \
    --cc=singhharshraj215@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox