From: Raslan Darawsheh <rasland@mellanox.com>
To: Suanming Mou <suanmingm@mellanox.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH 0/8] net/mlx5 counter optimize
Date: Wed, 8 Apr 2020 12:52:17 +0000 [thread overview]
Message-ID: <VI1PR05MB67181807C314BC07AA2BAE40C2C00@VI1PR05MB6718.eurprd05.prod.outlook.com> (raw)
In-Reply-To: <1586231987-338112-1-git-send-email-suanmingm@mellanox.com>
Hi,
> -----Original Message-----
> From: Suanming Mou <suanmingm@mellanox.com>
> Sent: Tuesday, April 7, 2020 7:00 AM
> Cc: dev@dpdk.org; Raslan Darawsheh <rasland@mellanox.com>
> Subject: [PATCH 0/8] net/mlx5 counter optimize
>
> In the plan of save the memory consumption for rte_flow, the counter
> memory consumption will be optimized from two perspective.
>
> Change the counter object saving as index instead of pointer in rte_flow.
> In this case, since currently the counters are allocated from the pool,
> counter can use the index as it is in the pool to address the object. The
> counter index ID is made up of the pool index and counter offset in the
> pool.
>
> Split the counter struct members are used only in batch and none batch.
> Currently, there are two kinds of counters, one as batch and others as
> none batch. The most widely used batch counters only use limited members
> in the counter struct. Split the members only used by none batch counters
> to the extend counter struct, and allocate the memory only for the none
> batch counter pools saves memory for batch counters.
>
>
> Suanming Mou (8):
> net/mlx5: fix incorrect counter container usage
> net/mlx5: optimize counter release query generation
> net/mlx5: change verbs counter allocator to indexed
> common/mlx5: add batch counter id offset
> net/mlx5: change Direct Verbs counter to indexed
> net/mlx5: optimize flow counter handle type
> net/mlx5: split the counter struct
> net/mlx5: reorganize fallback counter management
>
> drivers/common/mlx5/mlx5_prm.h | 9 +
> drivers/net/mlx5/mlx5.c | 6 +-
> drivers/net/mlx5/mlx5.h | 52 +++--
> drivers/net/mlx5/mlx5_flow.c | 28 ++-
> drivers/net/mlx5/mlx5_flow.h | 10 +-
> drivers/net/mlx5/mlx5_flow_dv.c | 445 ++++++++++++++++++--------------
> -----
> drivers/net/mlx5/mlx5_flow_verbs.c | 173 ++++++++++----
> 7 files changed, 428 insertions(+), 295 deletions(-)
>
> --
> 1.8.3.1
Series applied to next-net-mlx,
Kindest regards,
Raslan Darawsheh
prev parent reply other threads:[~2020-04-08 12:52 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-07 3:59 Suanming Mou
2020-04-07 3:59 ` [dpdk-dev] [PATCH 1/8] net/mlx5: fix incorrect counter container usage Suanming Mou
2020-04-07 3:59 ` [dpdk-dev] [PATCH 2/8] net/mlx5: optimize counter release query generation Suanming Mou
2020-04-07 3:59 ` [dpdk-dev] [PATCH 3/8] net/mlx5: change verbs counter allocator to indexed Suanming Mou
2020-04-07 3:59 ` [dpdk-dev] [PATCH 4/8] common/mlx5: add batch counter id offset Suanming Mou
2020-04-07 3:59 ` [dpdk-dev] [PATCH 5/8] net/mlx5: change Direct Verbs counter to indexed Suanming Mou
2020-04-07 3:59 ` [dpdk-dev] [PATCH 6/8] net/mlx5: optimize flow counter handle type Suanming Mou
2020-04-07 3:59 ` [dpdk-dev] [PATCH 7/8] net/mlx5: split the counter struct Suanming Mou
2020-04-07 3:59 ` [dpdk-dev] [PATCH 8/8] net/mlx5: reorganize fallback counter management Suanming Mou
2020-04-08 12:52 ` Raslan Darawsheh [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=VI1PR05MB67181807C314BC07AA2BAE40C2C00@VI1PR05MB6718.eurprd05.prod.outlook.com \
--to=rasland@mellanox.com \
--cc=dev@dpdk.org \
--cc=suanmingm@mellanox.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).