DPDK patches and discussions
 help / color / mirror / Atom feed
From: David Marchand <david.marchand@redhat.com>
To: RickZhong <winsome8282@163.com>
Cc: dev <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH] fix l2fwd --no-mac-updating not working issue
Date: Mon, 28 Jun 2021 11:25:18 +0200	[thread overview]
Message-ID: <CAJFAV8x8jFPMwxXkWYc9cx1kiQBpcuSKL4d416XhrEELNZ+KEQ@mail.gmail.com> (raw)
In-Reply-To: <20210628090834.71199-1-winsome8282@163.com>

On Mon, Jun 28, 2021 at 11:09 AM RickZhong <winsome8282@163.com> wrote:
>
> The original disable mac updating codes were removed by mistake.
>
> Signed-off-by: RickZhong <winsome8282@163.com>
> ---
>  examples/l2fwd/main.c | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/examples/l2fwd/main.c b/examples/l2fwd/main.c
> index 32d405e65..69d0087dc 100644
> --- a/examples/l2fwd/main.c
> +++ b/examples/l2fwd/main.c
> @@ -491,6 +491,10 @@ l2fwd_parse_args(int argc, char **argv)
>                         timer_period = timer_secs;
>                         break;
>
> +               /* no-mac-updating */
> +               case 0:
> +                       break;
> +
>                 /* long options */
>                 case CMD_LINE_OPT_PORTMAP_NUM:
>                         ret = l2fwd_parse_port_pair_config(optarg);

This issue should be fixed with these patches:
http://patchwork.dpdk.org/project/dpdk/patch/20210622024706.1179945-1-sunchenglian@loongson.cn/
http://patchwork.dpdk.org/project/dpdk/patch/20210622024944.1180109-2-sunchenglian@loongson.cn/

Can you test/review them?

Thanks.

-- 
David Marchand


      reply	other threads:[~2021-06-28  9:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-28  9:08 RickZhong
2021-06-28  9:25 ` David Marchand [this message]

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=CAJFAV8x8jFPMwxXkWYc9cx1kiQBpcuSKL4d416XhrEELNZ+KEQ@mail.gmail.com \
    --to=david.marchand@redhat.com \
    --cc=dev@dpdk.org \
    --cc=winsome8282@163.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;
as well as URLs for NNTP newsgroup(s).