Re: [dpdk-dev] [PATCH 2/2] net/hns3: fix SVE code compile error with gcc8.3

2021-06-27 Thread Ruifeng Wang
> -Original Message- > From: fengchengwen > Sent: Monday, June 28, 2021 11:56 AM > To: Ruifeng Wang ; tho...@monjalon.net; > ferruh.yi...@intel.com > Cc: dev@dpdk.org; bruce.richard...@intel.com; > vladimir.medved...@intel.com; vikto...@rehivetech.com; > jer...@marvell.com; Honnappa Nagara

Re: [dpdk-dev] [PATCH 2/2] net/hns3: fix SVE code compile error with gcc8.3

2021-06-27 Thread fengchengwen
On 2021/6/28 11:33, Ruifeng Wang wrote: >> -Original Message- >> From: Chengwen Feng >> Sent: Monday, June 28, 2021 10:58 AM >> To: tho...@monjalon.net; ferruh.yi...@intel.com; Ruifeng Wang >> >> Cc: dev@dpdk.org; bruce.richard...@intel.com; >> vladimir.medved...@intel.com; vikto...@rehiv

Re: [dpdk-dev] [PATCH 2/2] net/hns3: fix SVE code compile error with gcc8.3

2021-06-27 Thread Ruifeng Wang
> -Original Message- > From: Chengwen Feng > Sent: Monday, June 28, 2021 10:58 AM > To: tho...@monjalon.net; ferruh.yi...@intel.com; Ruifeng Wang > > Cc: dev@dpdk.org; bruce.richard...@intel.com; > vladimir.medved...@intel.com; vikto...@rehivetech.com; > jer...@marvell.com; Honnappa Nagar

Re: [dpdk-dev] [PATCH v2 0/2] fixes for link speed

2021-06-27 Thread Min Hu (Connor)
Hi, all, any comments? 在 2021/4/28 16:36, Min Hu (Connor) 写道: This patchset contains fixes for link speed in testpmd. Huisong Li (2): app/testpmd: add link speed check before port start app/testpmd: fix link speed for a specified port app/test-pmd/cmdline.c | 50 +++

Re: [dpdk-dev] [PATCH V1 0/2] examples/ethtool: fix MTU set and add MTU query

2021-06-27 Thread Min Hu (Connor)
Hi, all, any comments? 在 2021/4/29 18:53, Min Hu (Connor) 写道: From: Huisong Li This patchset fixes MTU data type when set MTU, and supports the query of MTU. Huisong Li (2): examples/ethtool: fix data type of MTU examples/ethtool: support the query of MTU examples/ethtool/eth

Re: [dpdk-dev] [PATCH v2 0/2] fix bugs for ethtool APP

2021-06-27 Thread Min Hu (Connor)
Hi, all, any comments? 在 2021/5/6 11:46, Min Hu (Connor) 写道: This patch fixed fix bugs for ethtool APP. Chengwen Feng (1): examples/ethtool: fix Rx/Tx queue setup with rte socket id Huisong Li (1): examples/ethtool: add closing port operation examples/ethtool/ethtool-app/main.

[dpdk-dev] [PATCH 1/2] build: fix SVE compile error with gcc8.3

2021-06-27 Thread Chengwen Feng
If the target machine has SVE feature (e.g. "-march=armv8.2-a+sve'), and the compiler are gcc8.3, it will compile error: In file included from ../dpdk-next-net/lib/eal/common/ eal_common_options.c:38: ../dpdk-next-net/lib/eal/arm/include/rte_vect.h:13:10: fatal error

[dpdk-dev] [PATCH 0/2] bugfix for SVE compile

2021-06-27 Thread Chengwen Feng
This patch set contains two bugfixes for SVE compile. Note: 1) Because 2/2 patch needs backport to 20.11 so we separate it. 2) These two patches already acked by ARM guys from previous threads. Chengwen Feng (2): build: fix SVE compile error with gcc8.3 net/hns3: fix SVE code compile error wit

[dpdk-dev] [PATCH 2/2] net/hns3: fix SVE code compile error with gcc8.3

2021-06-27 Thread Chengwen Feng
If the target machine has SVE feature (e.g. '-march=armv8.2-a+sve'), and compiler are gcc8.3, it will compile error, the error is arm_sve.h no such file or directory. The solution: a. If RTE_HAS_SVE_ACLE defined (it means the minimum instruction set support SVE ACLE) then compiles it. b. Else if t

[dpdk-dev] 回复: [PATCH v1 1/2] net/i40e: improve performance for scalar Tx

2021-06-27 Thread Feifei Wang
> -邮件原件- > 发件人: Xing, Beilei > 发送时间: 2021年6月28日 10:27 > 收件人: Feifei Wang > 抄送: dev@dpdk.org; nd ; Ruifeng Wang > ; nd ; nd > 主题: RE: [PATCH v1 1/2] net/i40e: improve performance for scalar Tx > > > > > -Original Message- > > From: Feifei Wang > > Sent: Friday, June 25, 2021

Re: [dpdk-dev] [PATCH v1 1/2] net/i40e: improve performance for scalar Tx

2021-06-27 Thread Xing, Beilei
> -Original Message- > From: Feifei Wang > Sent: Friday, June 25, 2021 5:40 PM > To: Xing, Beilei > Cc: dev@dpdk.org; nd ; Ruifeng Wang > ; nd ; nd > Subject: 回复: [PATCH v1 1/2] net/i40e: improve performance for scalar Tx > > > > > > int n = txq->tx_rs_thresh; > > > int32_t i = 0,

Re: [dpdk-dev] [PATCH] examples/ethtool: fix pause configuration

2021-06-27 Thread Min Hu (Connor)
Hi, all, any comments? 在 2021/4/28 16:42, Min Hu (Connor) 写道: From: Huisong Li Currently, the pause command in ethtool to enable Rx/Tx pause has the following problem. Namely, Assume that the device supports flow control auto-negotiation to set pause parameters, which will the device t