DPDK patches and discussions
 help / color / mirror / Atom feed
From: Arthas <kangzy1982@qq.com>
To: "Gregory Etelson" <getelson@nvidia.com>, "dev@dpdk.org" <dev@dpdk.org>
Cc: "Matan Azrad" <matan@nvidia.com>, "Ori Kam" <orika@nvidia.com>,
	RaslanDarawsheh <rasland@nvidia.com>,
	"stable@dpdk.org" <stable@dpdk.org>,
	SlavaOvsiienko <viacheslavo@nvidia.com>,
	"Shahaf Shuler" <shahafs@nvidia.com>
Subject: [dpdk-dev] net/mlx5: mellanox cx5/cx6-dx increment "rx_phy_discard_packets" with DPDK rte_flow actions COUNT & DROP
Date: Thu, 6 May 2021 15:59:42 +0800	[thread overview]
Message-ID: <tencent_8F1BC1DDBCDB1FA0BBD508CCE2A54F98930A@qq.com> (raw)
In-Reply-To: <BY5PR12MB483482D59E111407491EB3EAA5589@BY5PR12MB4834.namprd12.prod.outlook.com>

Hareware:&nbsp; CX5/CX6 DX + Intel(R) Xeon(R) Platinum 9242 CPU @ 2.30GHz&nbsp;&nbsp;DPDK version: 19.11.8/20.11/21.05-rc1&amp;2


testpmd with case:
testpmd&gt; flow create 0 ingress pattern eth / ipv4 / udp dst is 53 / end actions count / drop / end
testpmd&gt; flow create 0 ingress pattern eth / ipv4 / udp src is 53 / end actions count / drop / end
testpmd&gt; flow create 0 ingress pattern eth / ipv4 / tcp / end actions count /drop end

testpmd&gt; flow list 0
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP =&gt; COUNT DROP
1	0	0	i--	ETH IPV4 UDP =&gt; COUNT DROP
2	0	0	i--	ETH IPV4 UDP =&gt; COUNT DROP

or
testpmd&gt; flow create 0 ingress pattern eth / ipv4 / udp dst is 53 / end actions count / rss / end
testpmd&gt; flow create 0 ingress pattern eth / ipv4 / udp src is 53 / end actions count / rss / end
testpmd&gt; flow create 0 ingress pattern eth / ipv4 / udp / end actions count / rss / end
testpmd&gt; flow list 0
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP =&gt; COUNT RSS
1	0	0	i--	ETH IPV4 UDP =&gt; COUNT RSS
2	0	0	i--	ETH IPV4 UDP =&gt; COUNT RSS
testpmd&gt;&nbsp;



as soon as NIC create more than 1 flow ,&nbsp; CX5/CX6-dx NIC will increment 'rx_phy_discard_packets'.
only 1 flow no problem!


Is this a CX5/CX6-DX hardware issue?&nbsp;
or Is it a DPDK mlx5 pmd bugs?


Best Regards!
KANG

  reply	other threads:[~2021-05-06  7:59 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-19 13:02 [dpdk-dev] [PATCH 1/2] net/mlx5: fix tunnel offload private items location Gregory Etelson
2021-04-19 13:02 ` [dpdk-dev] [PATCH 2/2] app/testpmd: " Gregory Etelson
2021-04-23  8:50   ` [dpdk-dev] [dpdk-stable] " Ferruh Yigit
2021-04-25 15:57 ` [dpdk-dev] [PATCH v2 1/2] net/mlx5: " Gregory Etelson
2021-04-25 15:57   ` [dpdk-dev] [PATCH v2 2/2] app/testpmd: " Gregory Etelson
2021-04-30 13:49     ` Ferruh Yigit
2021-04-25 16:28   ` [dpdk-dev] [PATCH v2 1/2] net/mlx5: " Thomas Monjalon
2021-04-25 17:01     ` Gregory Etelson
2021-04-25 17:07       ` Thomas Monjalon
2021-04-26  7:54         ` Ferruh Yigit
2021-04-27  9:27           ` Gregory Etelson
2021-04-29  7:44             ` Gregory Etelson
2021-04-30 13:37               ` Ferruh Yigit
2021-05-04  9:20           ` Gregory Etelson
2021-05-02  8:08 ` [dpdk-dev] [PATCH v3] " Gregory Etelson
2021-05-04  8:10   ` Raslan Darawsheh
2021-05-04  8:20   ` [dpdk-dev] [dpdk-stable] " Ferruh Yigit
2021-05-04  9:12     ` Gregory Etelson
2021-05-05 17:45       ` Ferruh Yigit
2021-05-06  6:08         ` Gregory Etelson
2021-05-06  7:40           ` Gregory Etelson
2021-05-06  7:59             ` Arthas [this message]
2021-05-06 10:55               ` [dpdk-dev] net/mlx5: mellanox cx5/cx6-dx increment "rx_phy_discard_packets" with DPDK rte_flow actions COUNT & DROP Slava Ovsiienko
2021-05-06  9:57 ` [dpdk-dev] [PATCH v4] net/mlx5: fix tunnel offload private items location Gregory Etelson
2021-05-10 12:29   ` Gregory Etelson
2021-05-10 16:10     ` Ferruh Yigit
2021-05-11 22:16   ` 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=tencent_8F1BC1DDBCDB1FA0BBD508CCE2A54F98930A@qq.com \
    --to=kangzy1982@qq.com \
    --cc=dev@dpdk.org \
    --cc=getelson@nvidia.com \
    --cc=matan@nvidia.com \
    --cc=orika@nvidia.com \
    --cc=rasland@nvidia.com \
    --cc=shahafs@nvidia.com \
    --cc=stable@dpdk.org \
    --cc=viacheslavo@nvidia.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).