All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas@monjalon.net>
To: ferruh.yigit@amd.com, lihuisong@huawei.com,
	Dongdong Liu <liudongdong3@huawei.com>
Cc: dev@dpdk.org, andrew.rybchenko@oktetlabs.ru
Subject: Re: [PATCH v2 2/2] net/hns3: add FDIR VLAN match mode runtime config
Date: Wed, 28 Jun 2023 01:12:51 +0200	[thread overview]
Message-ID: <16389153.hlxOUv9cDv@thomas> (raw)
In-Reply-To: <20230627071126.17161-3-liudongdong3@huawei.com>

27/06/2023 09:11, Dongdong Liu:
> +- ``fdir_vlan_match_mode`` (default `strict`)
> +
> +  Used to select VLAN match mode. This runtime config can be `strict`
> +  or `nostrict` and is only valid for PF drives.

drives? Do you mean devices?

> +  If driver works on `strict` mode (default mode), hardware does strictly
> +  match the input flow base on VLAN number.
> +
> +  For the following scenarios with two rules:
> +
> +  .. code-block:: console
> +
> +    rule0:
> +      pattern: eth type is 0x0806
> +      actions: queue index 3
> +    rule1:
> +      pattern: eth type is 0x0806 / vlan vid is 20
> +      actions: queue index 4
> +
> +  If application select `strict` mode, only the ARP packets with VLAN
> +  20 are directed to queue 4, and the ARP packets with other VLAN ID
> +  cannot be directed to the specified queue. If application want to all
> +  ARP packets with or without VLAN to be directed to the specified queue,
> +  application can select `nostrict` mode and just need to set rule0.

As it is done in the rest of the document, you should use double backquotes
for values of the devargs.




  reply	other threads:[~2023-06-27 23:12 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-26 12:43 [PATCH 0/2] net/hns3: add FDIR VLAN match mode runtime config Dongdong Liu
2023-06-26 12:43 ` [PATCH 1/2] net/hns3: delete duplicate macro definition Dongdong Liu
2023-06-26 12:43 ` [PATCH 2/2] net/hns3: add FDIR VLAN match mode runtime config Dongdong Liu
2023-06-27  7:11 ` [PATCH v2 0/2] " Dongdong Liu
2023-06-27  7:11   ` [PATCH v2 1/2] net/hns3: delete duplicate macro definition Dongdong Liu
2023-06-27  7:11   ` [PATCH v2 2/2] net/hns3: add FDIR VLAN match mode runtime config Dongdong Liu
2023-06-27 23:12     ` Thomas Monjalon [this message]
2023-06-28  2:59       ` Dongdong Liu
2023-06-29 11:08         ` Ferruh Yigit
2023-06-29 13:51           ` Dongdong Liu
2023-06-27 12:00   ` [PATCH v2 0/2] " Ferruh Yigit
2023-06-29 13:21 ` [PATCH v3 " Dongdong Liu
2023-06-29 13:21   ` [PATCH v3 1/2] net/hns3: delete duplicate macro definition Dongdong Liu
2023-06-29 13:21   ` [PATCH v3 2/2] net/hns3: add FDIR VLAN match mode runtime config Dongdong Liu
2023-06-29 15:52     ` Ferruh Yigit
2023-06-30  1:05       ` Dongdong Liu
2023-06-29 15:53   ` [PATCH v3 0/2] " Ferruh Yigit

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=16389153.hlxOUv9cDv@thomas \
    --to=thomas@monjalon.net \
    --cc=andrew.rybchenko@oktetlabs.ru \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@amd.com \
    --cc=lihuisong@huawei.com \
    --cc=liudongdong3@huawei.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.