From: "Chen, Jing D" <jing.d.chen@intel.com>
To: "He, Shaopeng" <shaopeng.he@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH v3] fm10k: fix switch manager high CPU usage
Date: Tue, 16 Feb 2016 08:34:21 +0000 [thread overview]
Message-ID: <4341B239C0EFF9468EE453F9E9F4604D04441C01@shsmsx102.ccr.corp.intel.com> (raw)
In-Reply-To: <1454640371-21600-1-git-send-email-shaopeng.he@intel.com>
Hi,
Best Regards,
Mark
> -----Original Message-----
> From: He, Shaopeng
> Sent: Friday, February 05, 2016 10:46 AM
> To: dev@dpdk.org
> Cc: Chen, Jing D; Wang, Xiao W; He, Shaopeng
> Subject: [PATCH v3] fm10k: fix switch manager high CPU usage
>
> fm10k switch core uses source MAC + VID + SGLORT to do
> look up in MAC table. If no match, an exception interrupt
> will be sent to the switch manager. Too much of this kind
> of exception interrupts cause switch manager side high CPU
> usage.
> To reproduce this issue, one DPDK testpmd runs on a server
> with one fm10k NIC, mac forwards test traffic from one of
> fm10k ports to another port. The CPU usage for the switch
> manager will go up to about 20% for test traffic rate at
> 10G bps, comparing to near 0% for no test traffic.
> This patch fixes this issue. A default SGLORT is assigned
> to each TX queue. This default value works for non-VMDq mode
> and current VMDq example. For advanced VMDq usage, e.g.
> different source MAC address for different TX queue, FTAG
> forwarding function could be used to change this default
> SGLORT value.
>
> Fixes: 9ae6068c ("fm10k: add dev start/stop")
>
> Signed-off-by: Shaopeng He <shaopeng.he@intel.com>
Acked-by : Jing Chen <jing.d.chen@intel.com>
next prev parent reply other threads:[~2016-02-16 8:35 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-28 5:47 [dpdk-dev] [PATCH] " Shaopeng He
2016-02-03 7:22 ` Chen, Jing D
2016-02-04 0:38 ` He, Shaopeng
2016-02-04 12:45 ` [dpdk-dev] [PATCH v2] " Shaopeng He
2016-02-05 2:46 ` [dpdk-dev] [PATCH v3] " Shaopeng He
2016-02-16 8:34 ` Chen, Jing D [this message]
2016-02-25 21:54 ` Bruce Richardson
2016-02-05 9:26 ` [dpdk-dev] [PATCH v2] " Chen, Jing D
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=4341B239C0EFF9468EE453F9E9F4604D04441C01@shsmsx102.ccr.corp.intel.com \
--to=jing.d.chen@intel.com \
--cc=dev@dpdk.org \
--cc=shaopeng.he@intel.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).