On 05/20, Leyi Rong wrote:
>FDIR ID parsing will not be handled correctly after queue reconfigured,
>enable FDIR ID parsing per Q regardless of fdir_ref_cnt to fix it.
>
>Fixes: f71dbf852d46 ("net/iavf: add flow director enabled switch value")
>
>Signed-off-by: Leyi Rong
>---
> drivers/net/iavf/ia
Hello,
On Wed, May 20, 2020 at 5:18 AM oulijun wrote:
> I am using 20.05-rc2 version to test based on HNS3 NIC hardware, and
> found that after starting l3fwd-power,
>
> using ctrl+c cannot force quit. But I revert the patch(33666b4 service:
> fix crash on exit) and it is ok.
We had a fix in
> -Original Message-
> From: Zhao1, Wei
> Sent: Wednesday, May 20, 2020 1:13 PM
> To: Xing, Beilei ; dev@dpdk.org
> Cc: sta...@dpdk.org; Guo, Jia
> Subject: RE: [PATCH] net/i40e: fix flow FDIR enable issue
>
>
>
> > -Original Message-
> > From: Xing, Beilei
> > Sent: Wednes
Hi beilei
> -Original Message-
> From: Xing, Beilei
> Sent: Wednesday, May 20, 2020 3:37 PM
> To: Zhao1, Wei ; dev@dpdk.org
> Cc: sta...@dpdk.org; Guo, Jia
> Subject: RE: [PATCH] net/i40e: fix flow FDIR enable issue
>
>
>
> > -Original Message-
> > From: Zhao1, Wei
> > Sent:
> -Original Message-
> From: Yan, Xiaoping (NSB - CN/Hangzhou)
> Sent: Wednesday, May 20, 2020 3:42 PM
> To: Zhang, Qi Z ; Guo, Jia ; Xing,
> Beilei
> Cc: dev@dpdk.org; Olivier Matz
> Subject: RE: [dpdk-dev] incorrect vlan_tci in rte mbuf
>
> Hi,
>
> I tried the change, and it solved
20/05/2020 00:58, Dharmik Thakkar:
> > On May 19, 2020, at 2:42 AM, Thomas Monjalon wrote:
> >>> Update testpmd documentation to include RECORD configuration options,
> >>> CONFIG_RTE_TEST_PMD_RECORD_CORE_CYCLES and
> >>> CONFIG_RTE_TEST_PMD_RECORD_BURST_STATS.
> >>>
> >>> Signed-off-by: Dharmik
Test-by Peng, Yuan
-Original Message-
From: dev On Behalf Of Leyi Rong
Sent: Wednesday, May 20, 2020 2:40 PM
To: Wu, Jingjing ; Xing, Beilei ;
Ye, Xiaolong
Cc: dev@dpdk.org; Rong, Leyi
Subject: [dpdk-dev] [PATCH] net/iavf: fix FDIR ID parsing issue after queue
reconfigured
FDIR ID p
Signed-off-by: Raslan Darawsheh
---
doc/guides/rel_notes/release_20_05.rst | 119 +
1 file changed, 119 insertions(+)
diff --git a/doc/guides/rel_notes/release_20_05.rst
b/doc/guides/rel_notes/release_20_05.rst
index 84706904e..38bec8b88 100644
--- a/doc/guides/rel_notes
在 2020/5/20 15:22, David Marchand 写道:
Hello,
On Wed, May 20, 2020 at 5:18 AM oulijun wrote:
I am using 20.05-rc2 version to test based on HNS3 NIC hardware, and
found that after starting l3fwd-power,
using ctrl+c cannot force quit. But I revert the patch(33666b4 service:
fix crash on
On Wed, May 20, 2020 at 10:41 AM oulijun wrote:
> the log as follows when it not works:
> L3FWD_POWER: lcore 27 sleeps until interrupt triggers
> ^CPOWER: Power management governor of lcore 26 has been set back to
> successfully
> POWER: Power management of lcore 26 has exited from 'userspace' mod
This commit introduces extension of DPDK flow action API enabling
modification of single rte_flow_action.
Motivation and example
===
Adding or removing one or more queues to RSS actions cloned in multiple
flow rules imposes per rule toll for current DPDK flow API; the scenario
requires for each fl
Base on HW, if a packet be split into multiple segments, the L2TAG
should only be valid on the last Rx descriptor. So fix it by setting
L2TAG into mbuf when processing the last split packet.
Fixes: ca74903b75cf ("net/i40e: extract non-x86 specific code from vector
driver")
Signed-off-by: Jeff Gu
Hi, Junyu
> -Original Message-
> From: dev On Behalf Of Junyu Jiang
> Sent: Wednesday, May 6, 2020 11:05 AM
> To: dev@dpdk.org
> Cc: Yang, Qiming ; guinanx@intel.com X
> ; sta...@dpdk.org
> Subject: [dpdk-dev] [PATCH v2] net/ice: fix core dumped issue in switch filter
>
> The number
Get, this is for queue group, thanks.
> -Original Message-
> From: Zhao1, Wei
> Sent: Wednesday, May 20, 2020 5:31 PM
> To: Junyu Jiang ; dev@dpdk.org
> Cc: Yang, Qiming ; Jiang, JunyuX
> ; sta...@dpdk.org
> Subject: RE: [dpdk-dev] [PATCH v2] net/ice: fix core dumped issue in switch
> fil
Exported per_lcore__rte_errno function to compile ring for windows.
compilation error logs:
librte_ring_rte_ring.c.obj : error LNK2019: unresolved
external symbol per_lcore__rte_errno referenced in
function rte_ring_lookup
The cause was that per_lcore__rte_errno function wasn't included
in the ex
Base on HW, if a packet be split into multiple segments, the L2TAG
should only be valid on the last Rx descriptor. So fix it by setting
L2TAG into mbuf when processing the last split packet.
Fixes: 319c421f3890 ("net/avf: enable SSE Rx Tx")
Signed-off-by: Jeff Guo
---
drivers/net/iavf/iavf_rxtx
On 20-May-20 4:18 AM, oulijun wrote:
Hi, David Marchand && guys
I am using 20.05-rc2 version to test based on HNS3 NIC hardware, and
found that after starting l3fwd-power,
using ctrl+c cannot force quit. But I revert the patch(33666b4 service:
fix crash on exit) and it is ok.
the log a
Base on HW, if a packet be split into multiple segments, the L2TAG
should only be valid on the last Rx descriptor. So fix it by setting
L2TAG into mbuf when processing the last split packet.
Fixes: c68a52b8b38c ("net/ice: support vector SSE in Rx")
Signed-off-by: Jeff Guo
---
drivers/net/ice/ic
> -Original Message-
> From: Guo, Jia
> Sent: Thursday, May 21, 2020 5:46 AM
> To: Zhang, Qi Z ; Yang, Qiming
>
> Cc: Ye, Xiaolong ; dev@dpdk.org; Guo, Jia
>
> Subject: [dpdk-dev] net/ice: fix error setting for L2TAG
>
> Base on HW, if a packet be split into multiple segments, the L2
> -Original Message-
> From: Guo, Jia
> Sent: Thursday, May 21, 2020 5:44 AM
> To: Xing, Beilei ; Wu, Jingjing
> Cc: Ye, Xiaolong ; Zhang, Qi Z
> ; dev@dpdk.org; Guo, Jia
> Subject: [dpdk-dev] net/iavf: fix error setting for L2TAG
>
> Base on HW, if a packet be split into multiple se
> -Original Message-
> From: Guo, Jia
> Sent: Thursday, May 21, 2020 5:25 AM
> To: Xing, Beilei ; Zhang, Qi Z ;
> jianbo@linaro.org; xiaoping@nokia-sbell.com
> Cc: Ye, Xiaolong ; dev@dpdk.org; Guo, Jia
> ; olivier.m...@6wind.com
> Subject: [dpdk-dev] net/i40e: fix error setting
On Wed, 20 May 2020 12:34:44 +0300
Fady Bader wrote:
> Exported per_lcore__rte_errno function to compile ring for windows.
>
> compilation error logs:
> librte_ring_rte_ring.c.obj : error LNK2019: unresolved
> external symbol per_lcore__rte_errno referenced in
> function rte_ring_lookup
>
> The
There is no point in having non-static (and non-extern) inline
functions.
Also this breaks the build for the ICC [1] because of the 'internal'
symbol check.
When function is 'inline' ICC is ignoring 'section' attribute and not
putting function to 'internal' section which breaks 'check-symbols.sh'
AltiVec ->
IOTLB -> Input/Output Translation Lookaside Buffer
IPsec -> Internet Protocol security
PPPoE -> Point-to-Point Protocol over Ethernet
PVID-> Port VLAN IDentifier
Signed-off-by: Ferruh Yigit
---
devtools/words-case.txt | 5 +
1 file changed, 5 insertions(+)
diff --git a/
On 18/05/2020 09:35, Pablo de Lara wrote:
> The intel-ipsec-mb library requires NASM as a dependency.
Hi Pablo,
Thanks for the patch. Couple of comments below.
Kevin.
> Steps on how to get and install NASM are added on the documentation
> of the crypto PMDs which requires the library.
>
Bugzi
Exported per_lcore__rte_errno function to compile ring for windows.
compilation error logs:
librte_ring_rte_ring.c.obj : error LNK2019: unresolved
external symbol per_lcore__rte_errno referenced in
function rte_ring_lookup
The cause was that per_lcore__rte_errno function wasn't included
in the ex
This patch fixes TSO problem, when TSO mss is smaller than 80,
and the sum length of continus sge num is larger than a mss,
which may cause hardware failed, so in this scenarios pmd
driver should adjust the tso_segsz with the same with the
value of hardware supported.
--
v1:
- fix TSO proble
When TSO mss is smaller than 80, and the sum length of continus
sge num is larger than a mss, which may cause hardware failed,
so in this scenarios pmd driver should adjust the tso_segsz with
the same with the value of hardware supported.
Fixes: 076221c8fe1d ("net/hinic: add Rx/Tx")
Cc: sta...@dp
On 20-May-20 9:41 AM, oulijun wrote:
在 2020/5/20 15:22, David Marchand 写道:
Hello,
On Wed, May 20, 2020 at 5:18 AM oulijun wrote:
I am using 20.05-rc2 version to test based on HNS3 NIC hardware,
and
found that after starting l3fwd-power,
using ctrl+c cannot force quit. But I revert th
> -Original Message-
> From: Lukasz Wojciechowski
> Sent: Monday, May 18, 2020 7:43 PM
> To: David Marchand ; Van Haaren, Harry
>
> Cc: Jerin Jacob ; dev ; dpdk
> stable
> Subject: Re: [PATCH] eal: fix lcore state bug
>
>
> W dniu 18.05.2020 o 20:39, David Marchand pisze:
> > On Mon, M
Acked-by: Hemant Agrawal
The elt_size field in mempool holds the size of one packet buffer.
It can be used to set the lpm_sizem1 field in rq context.
The lpb_sizem1 field in rq context is 12 bit, direct assignment
to it was causing overflow of value. Because of this errors
were observed while trying inline inbound with la
Recent patch [1] exposed a minor performance issue.
In order to properly test it, this patch reverts commit [1].
[1] commit d237d22fbe62 ("net/mlx5: prefer DevX API to create Rx objects")
Signed-off-by: Dekel Peled
Acked-by: Matan Azrad
---
drivers/net/mlx5/mlx5_trigger.c | 15 ++-
W dniu 20.05.2020 o 13:40, Van Haaren, Harry pisze:
>> -Original Message-
>> From: Lukasz Wojciechowski
>> Sent: Monday, May 18, 2020 7:43 PM
>> To: David Marchand ; Van Haaren, Harry
>>
>> Cc: Jerin Jacob ; dev ; dpdk
>> stable
>> Subject: Re: [PATCH] eal: fix lcore state bug
>>
>>
>>
Having an explicit "index" anchor looks forbidden:
doc/api/doxy-api-index.md:1: warning:
multiple use of section label 'index' for main page
Anyway this anchor was not used, it can be removed.
Fixes: 9bf486e606b0 ("doc: generate HTML for API with doxygen")
Cc: sta...@dpdk.org
Signed-off-by: Tho
The variables of the same name are merged together
if compiled with -fcommon. It used to be the default.
This default behaviour allows to declare a variable in a header file and
share the variable in every .o binaries thanks to merge at link-time.
If compiling with -fno-common (default in GCC 10),
GCC 10 is detecting the enum mismatch when assigning UDP variables
with MUSDK constants for TCP.
Fixes: 7235341d7517 ("net/mrvl: support classifier")
Cc: sta...@dpdk.org
Signed-off-by: Thomas Monjalon
---
drivers/net/mvpp2/mrvl_flow.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
d
These are supposed to be the last patches to support GCC 10.
Thomas Monjalon (4):
net/mvpp2: fix build with gcc 10
examples/vm_power: fix build with -fno-common
examples/vm_power: drop Unix path limit redefinition
devtools: allow warnings in ABI reference build
devtools/test-build.sh
The Unix socket path may be as long as UNIX_PATH_MAX.
This constant is supposed to be defined in sys/un.h.
On Linux, it appears to be in linux/un.h.
This constant was re-defined locally, based on a variable declaration.
It is breaking compilation with -fno-common (default in GCC 10)
We could avoid
There is no point in forcing warning-free compilation when building
an ABI reference. It is only preventing from compiling ABI reference
of old releases with recent compilers.
Note: DPDK 20.02 is built (with warnings) by GCC 10 if using -fcommon.
Signed-off-by: Thomas Monjalon
---
devtools/test
From: Igor Romanov
When user requests a filter deletion only filter with
manual priority must be deleted. When an automatic filter has
the same specification, it must be skipped.
Fixes: 585c22edb29c ("net/sfc/base: handle manual and auto filter clashes in
EF10")
Cc: sta...@dpdk.org
Signed-off-
Acked-by: Liron Himi
Regards,
Liron
-Original Message-
From: Thomas Monjalon
Sent: Wednesday, 20 May 2020 16:58
To: dev@dpdk.org
Cc: david.march...@redhat.com; sta...@dpdk.org; Liron Himi
; Natalie Samsonov ; Tomasz Duszynski
Subject: [EXT] [PATCH 1/4] net/mvpp2: fix build with gcc
On 5/19/2020 5:40 PM, Shy Shyman wrote:
> Hi
> Thank you for the feedback.
> While I'm ok with the fix you suggested, the warning was placed in order to
> let the user understand that his/her MTU settings may not impact DPDK. After
> all in this case(no JUMBO) we are not doing anything besides c
On 5/20/2020 4:20 AM, Dharmik Thakkar wrote:
> Update documentation for 'show fwd' testpmd runtime function to show
> CPU cycles/packet example.
>
> Signed-off-by: Dharmik Thakkar
> Reviewed-by: Honnappa Nagarahalli
> Reviewed-by: Phil Yang
Reviewed-by: Ferruh Yigit
On Wed, May 20, 2020 at 3:58 PM Thomas Monjalon wrote:
>
> These are supposed to be the last patches to support GCC 10.
>
> Thomas Monjalon (4):
> net/mvpp2: fix build with gcc 10
> examples/vm_power: fix build with -fno-common
> examples/vm_power: drop Unix path limit redefinition
> devto
On Wed, May 20, 2020 at 12:22 PM Ferruh Yigit wrote:
>
> There is no point in having non-static (and non-extern) inline
> functions.
>
> Also this breaks the build for the ICC [1] because of the 'internal'
> symbol check.
>
> When function is 'inline' ICC is ignoring 'section' attribute and not
>
From: Akhil Goyal
blockcipher cases are either returning TEST_SUCCESS
or TEST_FAILED as status, but the test may not be
supported by the PMD which is also a success case
for the PMD. Hence checking for status == TEST_FAILED
for setting the overall status as failed.
Signed-off-by: Akhil Goyal
--
On 20/05/2020 14:58, Thomas Monjalon wrote:
> These are supposed to be the last patches to support GCC 10.
>
> Thomas Monjalon (4):
> net/mvpp2: fix build with gcc 10
> examples/vm_power: fix build with -fno-common
> examples/vm_power: drop Unix path limit redefinition
> devtools: allow wa
From: Rahul Gupta
When a queue is started after deferred_start, then increment raw_prod
irrespective of new mbuf is allocated or old mbufs are used.
Fixes: d256c73c1122 ("net/bnxt: fix memory leak during queue restart")
Cc: sta...@dpdk.org
Signed-off-by: Rahul Gupta
Signed-off-by: Kalesh AP
R
On Wed, May 20, 2020 at 7:26 PM Thomas Monjalon wrote:
>
> Having an explicit "index" anchor looks forbidden:
>
> doc/api/doxy-api-index.md:1: warning:
> multiple use of section label 'index' for main page
>
> Anyway this anchor was not used, it can be removed.
>
> Fixes: 9bf486e606b0 ("doc: gener
On 5/20/2020 3:44 AM, Fady Bader wrote:
Exported per_lcore__rte_errno function to compile ring for windows.
compilation error logs:
librte_ring_rte_ring.c.obj : error LNK2019: unresolved
external symbol per_lcore__rte_errno referenced in
function rte_ring_lookup
The cause was that per_lcore__rt
> On May 20, 2020, at 2:53 AM, Thomas Monjalon wrote:
>
> 20/05/2020 00:58, Dharmik Thakkar:
>>> On May 19, 2020, at 2:42 AM, Thomas Monjalon wrote:
> Update testpmd documentation to include RECORD configuration options,
> CONFIG_RTE_TEST_PMD_RECORD_CORE_CYCLES and
> CONFIG_RTE_TES
- Update list of supported adapters.
- Update list of supported features.
- Add some details to describe the features.
- Remove obsolete limitations.
- Fix and update links.
Signed-off-by: JP Lee
Signed-off-by: Ajit Khaparde
Acked-by: Kovacevic Marko
---
v1->v2: Some lines w
On 05/20, Jeff Guo wrote:
>Base on HW, if a packet be split into multiple segments, the L2TAG
>should only be valid on the last Rx descriptor. So fix it by setting
>L2TAG into mbuf when processing the last split packet.
>
>Fixes: c68a52b8b38c ("net/ice: support vector SSE in Rx")
>
>Signed-off-by:
On 05/20, Jeff Guo wrote:
>Base on HW, if a packet be split into multiple segments, the L2TAG
>should only be valid on the last Rx descriptor. So fix it by setting
>L2TAG into mbuf when processing the last split packet.
>
>Fixes: ca74903b75cf ("net/i40e: extract non-x86 specific code from vector
>
On 05/20, Jeff Guo wrote:
>Base on HW, if a packet be split into multiple segments, the L2TAG
>should only be valid on the last Rx descriptor. So fix it by setting
>L2TAG into mbuf when processing the last split packet.
>
>Fixes: 319c421f3890 ("net/avf: enable SSE Rx Tx")
>
>Signed-off-by: Jeff Guo
Add rte_sys_gettid function to use rte_gettid() on Windows.
rte_gettid() is required for recursive spin lock and recursive ticket lock.
Signed-off-by: Tasnim Bashar
---
v2: remove eal_thread_self function and fix style
---
lib/librte_eal/windows/eal_thread.c | 15 ---
1 file change
在 2020/5/20 17:45, Burakov, Anatoly 写道:
On 20-May-20 4:18 AM, oulijun wrote:
Hi, David Marchand && guys
I am using 20.05-rc2 version to test based on HNS3 NIC hardware,
and found that after starting l3fwd-power,
using ctrl+c cannot force quit. But I revert the patch(33666b4
service:
On Wed, May 20, 2020 at 10:23 AM Kalesh A P <
kalesh-anakkur.pura...@broadcom.com> wrote:
> From: Rahul Gupta
>
> When a queue is started after deferred_start, then increment raw_prod
> irrespective of new mbuf is allocated or old mbufs are used.
>
> Fixes: d256c73c1122 ("net/bnxt: fix memory lea
> -Original Message-
> From: Ye, Xiaolong
> Sent: Wednesday, May 20, 2020 14:00
> To: Yang, Qiming ; Zhang, Qi Z
> ; Mcnamara, John ;
> Kovacevic, Marko
> Cc: dev@dpdk.org; Ye, Xiaolong
> Subject: [PATCH] doc: update for ice
>
> Update the description and limitation about ice PMD accord
> Subject: [dpdk-dev] [PATCH v2] ring: build on Window
change this to
'eal'.
Even though the compilation error points to rte_ring, this is not a issue in
rte_ring library. Suggest changing the commit message to something like "ea
> Subject: [PATCH] doc: announce adoption of C11 atomic operations semantics
>
> From: Honnappa Nagarahalli
>
> As agreed in the DPDK tech board [1], after 20.05 release, patches must use
> C11 atomic operations semantics with the help of wrappers.
>
> [1] http://mails.dpdk.org/archives/dev/2
https://bugs.dpdk.org/show_bug.cgi?id=481
Bug ID: 481
Summary: [dpdk-20.05]kni/ifconfig:Failed to change vEth0_0 MTU
on powerville and springville
Product: DPDK
Version: 20.05
Hardware: x86
OS: Linux
https://bugs.dpdk.org/show_bug.cgi?id=482
Bug ID: 482
Summary: [dpdk-20.05]kni/ifconfig:Failed to change vEth0_0 MTU
on powerville and springville
Product: DPDK
Version: 20.05
Hardware: x86
OS: Linux
On Thu, May 7, 2020 at 12:38 PM Phil Yang wrote:
>
> From: Honnappa Nagarahalli
>
> As agreed in the DPDK tech board [1], after 20.05 release, patches must
> use C11 atomic operations semantics with the help of wrappers.
>
> [1] http://mails.dpdk.org/archives/dev/2020-April/165143.html
>
> Signed
Acked-by: Hemant Agrawal
https://bugs.dpdk.org/show_bug.cgi?id=481
xizhan4x (xix.zh...@intel.com) changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
On Wed, May 20, 2020 at 1:04 PM Ajit Khaparde
wrote:
> - Update list of supported adapters.
> - Update list of supported features.
> - Add some details to describe the features.
> - Remove obsolete limitations.
> - Fix and update links.
>
> Signed-off-by: JP Lee
> Signed-off-
68 matches
Mail list logo