DPDK patches and discussions
 help / color / mirror / Atom feed
From: 胡嘉瑜 <hujiayu.hu@foxmail.com>
To: "kumaraparameshwaran rathinavel" <kumaraparamesh92@gmail.com>,
	dev <dev@dpdk.org>
Subject: Re: RFC - GRO Flowlookup Optimisation
Date: Wed, 22 Nov 2023 23:14:02 +0800	[thread overview]
Message-ID: <tencent_69DB16741AF61177F2E130402BCC8683ED06@qq.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1206 bytes --]

Hi Kumara,


It is a good idea. You can send the code and I will help to review.


Thanks,
Jiayu

发自我的iPhone


------------------ Original ------------------
From: kumaraparameshwaran rathinavel <kumaraparamesh92@gmail.com&gt;
Date: Wed,Nov 22,2023 2:01 PM
To: dev <dev@dpdk.org&gt;, hujiayu.hu <hujiayu.hu@foxmail.com&gt;
Subject: Re: RFC - GRO Flowlookup Optimisation



Hi Folks,



The current GRO code uses an unoptimised version of flow lookup where each flow in the table is iterated over during the flow matching process. For a rte_gro_reassemble_burst in lightweight mode this would not cause much of an impact. But with rte_gro_reassemble which is done with a timeout interval, this causes higher CPU utilisation during throughput tests. The proposal here is to use a Hash based flowtable which could make use of the&nbsp; rte_hash table implementation in DPDK. There could be a hash table for each of the GRO types. The lookup function and the key could be different for each one of the types. If there is a consensus that this could have a better performance impact I would work on an initial patch set. Please let me know your thoughts. 



Thanks,
Kumara.

[-- Attachment #2: Type: text/html, Size: 2151 bytes --]

             reply	other threads:[~2023-11-22 15:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-22 15:14 胡嘉瑜 [this message]
2023-11-22 15:36 ` kumaraparameshwaran rathinavel
  -- strict thread matches above, loose matches on Subject: below --
2023-11-22  6:01 kumaraparameshwaran rathinavel
2023-11-22 10:35 ` Ferruh Yigit
2023-11-22 15:35   ` kumaraparameshwaran rathinavel

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_69DB16741AF61177F2E130402BCC8683ED06@qq.com \
    --to=hujiayu.hu@foxmail.com \
    --cc=dev@dpdk.org \
    --cc=kumaraparamesh92@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;
as well as URLs for NNTP newsgroup(s).