[PATCH 1/1] doc: add author name on cc to git fixline alias

2022-06-12 Thread Heinrich Schuchardt
We should add both the author name and the author email address to the Cc: line of a blamed patch. Fixes: f9ef083c6cfe ("doc: add author on cc to git fixline alias") Cc: Harry van Haaren Signed-off-by: Heinrich Schuchardt --- doc/guides/contributing/patches.rst | 2 +- 1 file changed, 1 inserti

[PATCH] vdpa/mlx5: return correct error code after rte_intr_instance_alloc failed

2022-06-12 Thread 835703180
From: newsky647 <835703...@qq.com> After function rte_intr_instance_alloc failed, we should return ENOMEM for error code. Fixes: 5fe068bf7a2 ("vdpa/mlx5: reuse resources in reconfiguration") Signed-off-by: newsky647 <835703...@qq.com> --- drivers/vdpa/mlx5/mlx5_vdpa_event.c | 1 + 1 file change

[PATCH] devtools: ensure proper tag sequence

2022-06-12 Thread jpalider
From: Jakub Palider This change to log checking procedure ensures that all tags are in proper order. The order of tags is as follows: * Coverity issue * Bugzilla ID * Fixes * Cc * * Suggested-by * Reported-by + Signed-off-by * Acked-by * Reviewed-by * Tested-by where: * => 0 or more

[PATCH] event/cnxk: add eth port specific PTP enable

2022-06-12 Thread pbhagavatula
From: Pavan Nikhilesh Add support to enable PTP per ethernet device when that specific ethernet device is connected to event device via Rx adapter. Signed-off-by: Pavan Nikhilesh Signed-off-by: Nithin Dabilpuram --- drivers/common/cnxk/roc_io.h | 5 ++- drivers/event/cnxk/cn10k_e

Re: [PATCH] devtools: ensure proper tag sequence

2022-06-12 Thread Thomas Monjalon
12/06/2022 16:23, jpali...@marvell.com: > From: Jakub Palider > > This change to log checking procedure ensures that all > tags are in proper order. > The order of tags is as follows: > * Coverity issue > * Bugzilla ID > * Fixes > * Cc > * > * Suggested-by > * Reported-by > + Signed-off-

RE: [PATCH v7] net/i40e: add outer VLAN processing

2022-06-12 Thread Liu, KevinX
Hi, Ben This patch can only take effect after firmware v8.6. It cannot be used on firmware v8.4 and v8.5. The reason is that the firmware team gave a clear reply that there are many related bugs in firmware v8.4 and v8.5, and they were fixed in firmware v8.6. The firmware team recommends using v

[PATCH v6] app/testpmd: add Host Shaper command

2022-06-12 Thread Spike Du
this patch is taken out from series of "introduce per-queue available descriptor threshold and host shaper" to simplify the review, and it's the last one for non-PMD change. However it depends on a PMD commit for host shaper config API, should be merged after PMD patches. -- v6: - add 'static'

[PATCH v6] app/testpmd: add Host Shaper command

2022-06-12 Thread Spike Du
Add command line options to support host shaper configure. - Command syntax: mlx5 set port host_shaper avail_thresh_triggered <0|1> rate - Example commands: To enable avail_thresh_triggered on port 1 and disable current host shaper: testpmd> mlx5 set port 1 host_shaper avail_thresh_triggered 1

RE: [PATCH] config/arm: add PHYTIUM ft2000plus

2022-06-12 Thread Ruifeng Wang
> -Original Message- > From: luzhipeng > Sent: Friday, June 10, 2022 1:47 PM > To: dev@dpdk.org > Cc: Jan Viktorin ; Ruifeng Wang > ; Bruce Richardson > ; luzhipeng > Subject: [PATCH] config/arm: add PHYTIUM ft2000plus > > Here adds configs for PHYTIUM server. > > Signed-off-by: luzhipe

RE: [EXT] [PATCH] test/crypto: fix warnings for optimization=1 build

2022-06-12 Thread Anoob Joseph
Hi Rahul, Please see inline. Thanks, Anoob > -Original Message- > From: Rahul Lakkireddy > Sent: Saturday, June 11, 2022 3:40 AM > To: dev@dpdk.org > Cc: Akhil Goyal ; roy.fan.zh...@intel.com; > sta...@dpdk.org > Subject: [EXT] [PATCH] test/crypto: fix warnings for optimization=1 build

Re: [PATCH 05/12] net/enetfec: fix build with GCC 12

2022-06-12 Thread Sachin Saxena (OSS)
Hello David, I understood and agree with your suggestion. We are using GCC 11.3 where we were not seeing this warning. We will fix this on priority and submit the patch asap. regards, Sachin Saxena On 6/10/2022 6:38 PM, David Marchand wrote: On Wed, May 18, 2022 at 12:17 PM David Marchand w

Re: [PATCH] event/cnxk: add free for Tx adapter

2022-06-12 Thread Jerin Jacob
On Mon, May 30, 2022 at 6:49 PM Volodymyr Fialko wrote: > > Tx adapter allocate data during eth_tx_adapter_queue_add() call and > it's only cleaned but not freed during eth_tx_adapter_queue_del(). > Implemented eth_tx_adapter_free() callback to free adapter data. > > Signed-off-by: Volodymyr Fialk

[RFC PATCH v1] net/i40e: put mempool cache out of API

2022-06-12 Thread Feifei Wang
Refer to "i40e_tx_free_bufs_avx512", this patch puts mempool cache out of API to free buffers directly. There are two changes different with previous version: 1. change txep from "i40e_entry" to "i40e_vec_entry" 2. put cache out of "mempool_bulk" API to copy buffers into it directly Performance Te

RE: [PATCH] config/arm: add PHYTIUM ft2000plus

2022-06-12 Thread Ruifeng Wang
> -Original Message- > From: luzhipeng > Sent: Monday, June 13, 2022 11:56 AM > To: Ruifeng Wang ; dev@dpdk.org > Cc: Jan Viktorin ; Bruce Richardson > ; nd > Subject: Re: [PATCH] config/arm: add PHYTIUM ft2000plus > > Thanks > > 在 2022/6/13 11:39, Ruifeng Wang 写道: > >> -Original Me

Re: [PATCH] app/eventdev: add Tx first option to pipeline mode

2022-06-12 Thread Jerin Jacob
On Wed, May 25, 2022 at 2:31 PM wrote: > > From: Pavan Nikhilesh > > Add Tx first support to pipeline mode tests, the transmition is done Fixed transmission typo. Acked-by: Jerin Jacob Updated the git commit as follows and applied to dpdk-next-net-eventdev/for-main. Thanks app/eventdev: add T

回复: [PATCH v1 0/5] Direct re-arming of buffers on receive side

2022-06-12 Thread Feifei Wang
> -邮件原件- > 发件人: Konstantin Ananyev > 发送时间: Tuesday, May 24, 2022 9:26 AM > 收件人: Feifei Wang > 抄送: nd ; dev@dpdk.org; Ruifeng Wang > ; Honnappa Nagarahalli > > 主题: Re: [PATCH v1 0/5] Direct re-arming of buffers on receive side > > [konstantin.v.anan...@yandex.ru appears similar to some

Re: [PATCH 1/2] app/eventdev: use mempool cache for vector pool

2022-06-12 Thread Jerin Jacob
On Fri, Jun 10, 2022 at 7:14 PM Jerin Jacob wrote: > > On Mon, May 23, 2022 at 3:30 PM wrote: > > > > From: Pavan Nikhilesh > > > > Use mempool cache for vector mempool as vectors are freed by the Tx > > routine, also increase the minimum pool size to 512 to avoid resource > > contention on Rx.

Re: [PATCH] event/cnxk: fix incorrect return value

2022-06-12 Thread Jerin Jacob
On Wed, May 18, 2022 at 7:34 PM wrote: > > From: Pavan Nikhilesh > > The `rte_event_eth_tx_adapter_enqueue()` function expects driver layer > to return the total number of events successfully transmitted. > Fix cn10k driver returning the number of packets transmitted in a > event vector instead o

Re: [PATCH] drivers: fix cnxk event qos devarg processing

2022-06-12 Thread Jerin Jacob
On Fri, May 20, 2022 at 12:41 PM Shijith Thotton wrote: > > Fixed qos parameters getting over written and IAQ/TAQ threshold > calculation. > > Fixes: 910da32c53a9 ("event/cnxk: add device start") > Cc: sta...@dpdk.org > > Signed-off-by: Shijith Thotton Applied to dpdk-next-net-eventdev/for-main.

Re: [PATCH v2] event/dlb2: fix advertized capabilities

2022-06-12 Thread Jerin Jacob
On Sat, Jun 11, 2022 at 12:06 AM Timothy McDaniel wrote: > > This commit corrects the advertized capabilities reported by the DLB2 PMD. > > Previously DLB2 reported supporting RTE_EVENT_DEV_CAP_QUEUE_QOS, but the > DLB2 hardware does not support such capability. This commit removes that > feature

[PATCH] net/bnxt: reduce barriers in NEON vector Rx

2022-06-12 Thread Ruifeng Wang
To read descriptors in expected order, barriers are inserted after each descriptor read. The excessive use of barriers is unnecessary and could cause performance drop. Removed barriers between descriptor reads. And changed counting of valid packets so as to handle discontinuous valid packets. Beca

Re: [PATCH v8] event/dlb2: add support for single 512B write of 4 QEs

2022-06-12 Thread Jerin Jacob
On Fri, Jun 10, 2022 at 9:58 PM Timothy McDaniel wrote: > > On Xeon, 512b accesses are available, so movdir64 instruction is able to > perform 512b read and write to DLB producer port. In order for movdir64 > to be able to pull its data from store buffers (store-buffer-forwarding) > (before actual

RE: [PATCH] app/test-eventdev: wait for workers before cryptodev destroy

2022-06-12 Thread Pavan Nikhilesh Bhagavatula
> -Original Message- > From: Shijith Thotton > Sent: Thursday, June 2, 2022 5:15 PM > To: Jerin Jacob Kollanukkaran > Cc: Shijith Thotton ; dev@dpdk.org; Pavan > Nikhilesh Bhagavatula > Subject: [PATCH] app/test-eventdev: wait for workers before cryptodev > destroy > > Destroying cryp

RE: [PATCH v1] raw/ifpga: free file handle before function return

2022-06-12 Thread Zhang, Tianfei
> -Original Message- > From: Huang, Wei > Sent: Thursday, June 9, 2022 4:50 PM > To: dev@dpdk.org; tho...@monjalon.net; nipun.gu...@nxp.com; > hemant.agra...@nxp.com > Cc: sta...@dpdk.org; Xu, Rosen ; Zhang, Tianfei > ; Zhang, Qi Z ; Huang, Wei > > Subject: [PATCH v1] raw/ifpga: free f