Re: [RFC] ethdev: introduce protocol type based header split

2022-03-03 Thread Thomas Monjalon
03/03/2022 07:01, xuan.d...@intel.com: > From: Xuan Ding > > Header split consists of splitting a received packet into two separate > regions based on the packet content. Splitting is usually between the > packet header that can be posted to a dedicated buffer and the packet > payload that can be

Re: [PATCH] event/dlb2: fix invalid shift value

2022-03-03 Thread Jerin Jacob
On Wed, Mar 2, 2022 at 8:42 PM Timothy McDaniel wrote: > > Add a check to ensure that all shift counts are valid. > Shifting by more than 63 bits may result in undefined behavior, as > noted during coverity scan. > > Fixes: e697f35dbdd1 ("event/dlb2: update rolling mask used for dequeue") > Coveri

Re: [PATCH] net/kni: initialize rte_kni_conf to 0 before using it

2022-03-03 Thread Ferruh Yigit
On 3/3/2022 2:18 AM, Harold Huang wrote: When kni driver calls eth_kni_start to start device, some fields such as min_mtu and max_mtu of rte_kni_conf are not initialized. It will cause kni_ioctl_create create a kni netdevice with a random min_mtu and max_mtu value. This is unexpected and sometime

RE: [PATCH] vhost: use colon in version.map

2022-03-03 Thread Xia, Chenbo
> -Original Message- > From: Peng Yu > Sent: Tuesday, February 15, 2022 1:56 PM > To: dev@dpdk.org > Cc: Peng Yu ; Ray Kinsella ; Maxime Coquelin > ; Xia, Chenbo > Subject: [PATCH] vhost: use colon in version.map > > The punctuation after the `global` keyword should be colon, not > semic

RE: [PATCH] examples/vhost: add option to control mbuf pool size

2022-03-03 Thread Xia, Chenbo
Hi, > -Original Message- > From: Ma, WenwuX > Sent: Thursday, February 17, 2022 11:17 PM > To: maxime.coque...@redhat.com; Xia, Chenbo > Cc: dev@dpdk.org; Hu, Jiayu ; Wang, Yinan > ; He, Xingguang ; Ma, WenwuX > > Subject: [PATCH] examples/vhost: add option to control mbuf pool size >

RE: [PATCH v2 1/1] common/cnxk: fix static assertion failure

2022-03-03 Thread Ling, WeiX
> -Original Message- > From: Vamsi Attunuru > Sent: Wednesday, March 2, 2022 9:47 PM > To: dev@dpdk.org > Cc: jer...@marvell.com; vattun...@marvell.com; ndabilpu...@marvell.com; > Jiang, YuX ; sta...@dpdk.org; Ling, WeiX > ; Srikanth Yalavarthi > Subject: [PATCH v2 1/1] common/cnxk: fix s

Re: [PATCH v2] net/ark: support multi-port pkt generation

2022-03-03 Thread Ferruh Yigit
On 3/2/2022 7:26 PM, John Miller wrote: Added support for packet generation in multi-port Arkville implementations. The packet generator is a singleton within the device but is capable of generating packets for any port within one device. Signed-off-by: John Miller Applied to dpdk-next-net/mai

Re: [PATCH v3] app/testpmd: add help messages for multi-process

2022-03-03 Thread Ferruh Yigit
On 3/1/2022 9:16 AM, Min Hu (Connor) wrote: From: Huisong Li This patch adds help messages for multi-process. Fixes: a550baf24af9 ("app/testpmd: support multi-process") Cc: sta...@dpdk.org Signed-off-by: Huisong Li --- v3,v2: * adjust the position of parameters. --- app/test-pmd/parameters

Re: [PATCH] app/testpmd: register metadata dynfield on modify field

2022-03-03 Thread Ferruh Yigit
On 3/1/2022 11:51 AM, Dariusz Sosnowski wrote: This patch adds implicit registration of metadata dynamic field and flag Hi Dariusz, metaday dynamic field is explicitly registered when testpmd command used to enable tx metadata, or rte flow rule created with "set_meta" action. Can you please d

Re: [PATCH 1/2] app/testpmd: add test for remote PD and CTX

2022-03-03 Thread Ferruh Yigit
On 3/1/2022 8:26 PM, Michael Baum wrote: Add mlx5 internal option in testpmd run-time function "port attach" to add another parameter named "mlx5_socket" for attaching port and add 2 devargs before. The arguments are "cmd_fd" and "pd_handle" using to import device created out of PMD. Testpmd app

[Bug 947] x710 ports initialization fails with 200 vlan configured

2022-03-03 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=947 Bug ID: 947 Summary: x710 ports initialization fails with 200 vlan configured Product: DPDK Version: 20.11 Hardware: x86 OS: Linux Status: UNCONFIRMED

Re: [PATCH 2/2] app/testpmd: add test for external RxQ

2022-03-03 Thread Ferruh Yigit
On 3/1/2022 8:26 PM, Michael Baum wrote: diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst index d6490947c4..de5665c886 100644 --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst @@ -2502,6 +2502

[PATCH v2] build: try to get kernel version from kernel source

2022-03-03 Thread Ferdinand Thiessen
When building the kernel modules, try to get the kernel version from the kernel sources first. This fixes the kernel modules installation directory if the target kernel version differs from the host kernel version, like for CI build or when packaging for linux distributions. Signed-off-by: Ferdina

Re: [PATCH] doc: fix typos and punctuation in flow API guide

2022-03-03 Thread Ferruh Yigit
On 3/1/2022 12:17 PM, Ali Alnubani wrote: This fixes typos and punctuation in the rte flow API guide. Fixes: 2f82d143fb31 ("ethdev: add group jump action") Fixes: 4d73b6fb9907 ("doc: add generic flow API guide") Cc: sta...@dpdk.org Signed-off-by: Ali Alnubani Acked-by: Ferruh Yigit Applied

[PATCH v2] build: try to get kernel version from kernel source

2022-03-03 Thread Ferdinand Thiessen
When building the kernel modules, try to get the kernel version from the kernel sources first. This fixes the kernel modules installation directory if the target kernel version differs from the host kernel version, like for CI build or when packaging for linux distributions. Signed-off-by: Ferdina

RE: [PATCH v2 2/2] app/testpmd:fix testpmd quit failure

2022-03-03 Thread Wu, WenxuanX
I found this meaning in DPDK testplan. Note that currently hot-plugging of representor ports is not supported so all the required representors must be specified on the creation of the PF or the trusted VF. When testpmd is started with pf and vf representors, the order of representor is determin

Re: [PATCH] net/txgbe: fix a bit with boolean operator

2022-03-03 Thread Weiguo Li
On March 2, 2022, 5:23 p.m Ferruh Yigit wrote: > On 3/2/2022 8:02 AM, Jiawen Wu wrote: > > On March 1, 2022 2:09 PM, Weiguo Li wrote: > >> Since boolean value is in 0 and 1, it's strange to combines a boolean > > value with > >> a bit operator. > >> > >> Thus it's highly possible a typo error with

Re: [PATCH v2] build: try to get kernel version from kernel source

2022-03-03 Thread Bruce Richardson
On Thu, Mar 03, 2022 at 02:12:30PM +0100, Ferdinand Thiessen wrote: > When building the kernel modules, try to get the kernel > version from the kernel sources first. This fixes the > kernel modules installation directory if the target kernel > version differs from the host kernel version, like for

Re: [PATCH] app/testpmd: fix flow creation parsing

2022-03-03 Thread Ferruh Yigit
On 3/2/2022 8:33 AM, Huang, ZhiminX wrote: -Original Message- From: Ori Kam Sent: Wednesday, March 2, 2022 4:13 PM To: Alexander Kozyrev ; dev@dpdk.org Cc: Suanming Mou Subject: RE: [PATCH] app/testpmd: fix flow creation parsing Hi Alexander, -Original Message- From: Alexand

Re: [PATCH v3] app/testpmd: add help messages for multi-process

2022-03-03 Thread Ajit Khaparde
On Thu, Mar 3, 2022 at 4:09 AM Ferruh Yigit wrote: > > On 3/1/2022 9:16 AM, Min Hu (Connor) wrote: > > From: Huisong Li > > > > This patch adds help messages for multi-process. > > > > Fixes: a550baf24af9 ("app/testpmd: support multi-process") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Huison

[Bug 948] flow create integrity mlx5 ConnectX6 not supported inner l4_ok l3_ok

2022-03-03 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=948 Bug ID: 948 Summary: flow create integrity mlx5 ConnectX6 not supported inner l4_ok l3_ok Product: DPDK Version: 21.11 Hardware: x86 OS: Linux Status:

Re: [PATCH] net/txgbe: fix a bit with boolean operator

2022-03-03 Thread Ferruh Yigit
On 3/3/2022 1:31 PM, Weiguo Li wrote: On March 2, 2022, 5:23 p.m Ferruh Yigit wrote: On 3/2/2022 8:02 AM, Jiawen Wu wrote: On March 1, 2022 2:09 PM, Weiguo Li wrote: Since boolean value is in 0 and 1, it's strange to combines a boolean value with a bit operator. Thus it's highly possible a

[PATCH] net/mlx5: fix Rx queue private pointers array checking

2022-03-03 Thread Bing Zhao
None Rx queue configured in a DPDK application should be supported. In this mode, the NIC can be used to generate packets without receiving any ingress traffic. In the current implementation, once there is no Rx queue specified, the array to store the queues' pointers is NULL after allocation. The

Re: [PATCH 2/2] net/mlx5: fix INET IPIP protocol type

2022-03-03 Thread Ferruh Yigit
On 3/1/2022 3:18 PM, Gregory Etelson wrote: Fix typo in INET IPIP protocol macro. Cc: sta...@dpdk.org Fixes: f3f1f576f438 ("net/mlx5: fix RSS expansion with explicit next protocol") Signed-off-by: Gregory Etelson Acked-by: Matan Azrad --- drivers/net/mlx5/mlx5_flow.c | 2 +- 1 file changed

Re: [RFC] ethdev: introduce protocol type based header split

2022-03-03 Thread Stephen Hemminger
On Thu, 3 Mar 2022 06:01:36 + xuan.d...@intel.com wrote: > diff --git a/lib/ethdev/rte_ethdev.h b/lib/ethdev/rte_ethdev.h > index c2d1f9a972..6743648c22 100644 > --- a/lib/ethdev/rte_ethdev.h > +++ b/lib/ethdev/rte_ethdev.h > @@ -1202,7 +1202,8 @@ struct rte_eth_rxseg_split { > struct r

Re: [PATCH v2] common/mlx5: fix missing default devargs initialization

2022-03-03 Thread Ferruh Yigit
On 3/2/2022 4:33 PM, Raslan Darawsheh wrote: Hi, -Original Message- From: Michael Baum Sent: Tuesday, March 1, 2022 1:10 PM To: dev@dpdk.org Cc: Matan Azrad ; Raslan Darawsheh ; Slava Ovsiienko Subject: [PATCH v2] common/mlx5: fix missing default devargs initialization Device argumen

Re: [PATCH] net/txgbe: fix a bit with boolean operator

2022-03-03 Thread Stephen Hemminger
On Thu, 3 Mar 2022 21:31:00 +0800 Weiguo Li wrote: > On March 2, 2022, 5:23 p.m Ferruh Yigit wrote: > > On 3/2/2022 8:02 AM, Jiawen Wu wrote: > > > On March 1, 2022 2:09 PM, Weiguo Li wrote: > > >> Since boolean value is in 0 and 1, it's strange to combines a boolean > > > value with > >

Re: [PATCH v1] net/i40e: remove redundant number of packets check

2022-03-03 Thread Ferruh Yigit
On 3/3/2022 2:28 AM, Zhang, Qi Z wrote: -Original Message- From: Feifei Wang Sent: Thursday, March 3, 2022 9:54 AM To: Xing, Beilei ; David Christensen ; Richardson, Bruce ; Ananyev, Konstantin ; Ruifeng Wang Cc: dev@dpdk.org; n...@arm.com; Feifei Wang ; Honnappa Nagarahalli Subject

Re: [PATCH v2 1/1] common/cnxk: fix static assertion failure

2022-03-03 Thread Ferruh Yigit
On 3/2/2022 1:46 PM, Vamsi Attunuru wrote: Use dynamically allocated memory for storing soft expiry ring base addresses which fixes the static assertion failure, as the size of dynamic allocation depends on RTE_MAX_ETHPORTS which varies based on the build config. Hi Vamsi, "fix static asserti

Re: [PATCH 1/2] common/cnxk: revert check on bitmap for tm

2022-03-03 Thread Jerin Jacob
On Thu, Mar 3, 2022 at 12:30 PM Nithin Dabilpuram wrote: > > Revert change to return error on case where no slab of free > resources is found. That error check break's a case where > there is a spare schq to be reused that was just allocated > for sake of contiguous static TM nodes. > > Fixes: 14f

Re: [PATCH 2/2] common/cnxk: fix VF data offset

2022-03-03 Thread Jerin Jacob
On Thu, Mar 3, 2022 at 12:31 PM Nithin Dabilpuram wrote: > > From: Harman Kalra > > Data offset should be adjusted for VF to skip extra 8 bytes of timestamp, > if its PF has PTP enabled. > > Fixes: c443e0d326e1 ("common/cnxk: support NIX PTP") > Cc: sk...@marvell.com > > Signed-off-by: Harman Kal

Re: release candidate 22.03-rc2

2022-03-03 Thread Thinh Tran
On 2/27/2022 3:02 PM, Thomas Monjalon wrote: A new DPDK release candidate is ready for testing: https://git.dpdk.org/dpdk/tag/?id=v22.03-rc2 There are 306 new patches in this snapshot. Release notes: https://doc.dpdk.org/guides/rel_notes/release_22_03.html Highlights of 22.0

[PATCH v1] maintainers: add explicit maintainer for some bbdev PMDs

2022-03-03 Thread Nicolas Chautru
Suggested by Bruce to add explicit maintainer for some of the existing bbdev PMDs even it is already implicit currently. Intent is to be easier for user to get hit when looking for a specific PMD. Nicolas Chautru (1): maintainers: add explicit maintainer for some bbdev PMDs MAINTAINERS | 4 ++

[PATCH v1] maintainers: add explicit maintainer for some bbdev PMDs

2022-03-03 Thread Nicolas Chautru
These were implicit from DPDK script but adding separate reference to make it explicit Signed-off-by: Nicolas Chautru --- MAINTAINERS | 4 1 file changed, 4 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 7577834..004ec91 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -421,6 +421

Re: [DPDK/bnxt] Issues starting bnxt on an Arm server

2022-03-03 Thread Ajit Khaparde
On Wed, Mar 2, 2022 at 9:28 AM Thierry Herbelot wrote: > > On 3/2/22 18:26, Ajit Khaparde wrote: > > On Wed, Mar 2, 2022 at 9:16 AM Thierry Herbelot > > wrote: > >> > >> Hello Ajit > >> > >> The card is not correctly probed by the kernel, and so the FW version is > >> not visible. > > Thanks Thie

RE: [DPDK/bnxt] Issues starting bnxt on an Arm server

2022-03-03 Thread Honnappa Nagarahalli
+ Ruifeng > > On Wed, Mar 2, 2022 at 9:28 AM Thierry Herbelot > wrote: > > > > On 3/2/22 18:26, Ajit Khaparde wrote: > > > On Wed, Mar 2, 2022 at 9:16 AM Thierry Herbelot > > > wrote: > > >> > > >> Hello Ajit > > >> > > >> The card is not correctly probed by the kernel, and so the FW version

RE: [PATCH] net/iavf: fix AES-GMAC IV size

2022-03-03 Thread Zhang, Qi Z
> -Original Message- > From: Nicolau, Radu > Sent: Tuesday, March 1, 2022 9:42 PM > To: Wu, Jingjing ; Xing, Beilei > Cc: dev@dpdk.org; Buckley, Daniel M ; Zhang, Qi > Z ; Nicolau, Radu ; > sta...@dpdk.org > Subject: [PATCH] net/iavf: fix AES-GMAC IV size > > Fix AES-GMAC size, set it

RE: [PATCH v1] net/i40e: remove redundant number of packets check

2022-03-03 Thread Zhang, Qi Z
> -Original Message- > From: Yigit, Ferruh > Sent: Friday, March 4, 2022 12:44 AM > To: Zhang, Qi Z ; Feifei Wang ; > Xing, Beilei ; David Christensen > ; Richardson, Bruce ; > Ananyev, Konstantin ; Ruifeng Wang > > Cc: dev@dpdk.org; n...@arm.com; Honnappa Nagarahalli > ; Thomas Monjalo

RE: [PATCH v1] net/i40e: remove redundant number of packets check

2022-03-03 Thread Zhang, Qi Z
> -Original Message- > From: Feifei Wang > Sent: Thursday, March 3, 2022 9:54 AM > To: Xing, Beilei ; David Christensen > ; Richardson, Bruce ; > Ananyev, Konstantin ; Ruifeng Wang > > Cc: dev@dpdk.org; n...@arm.com; Feifei Wang ; > Honnappa Nagarahalli > Subject: [PATCH v1] net/i40e:

RE: [PATCH v4] app/testpmd: add help messages for multi-process

2022-03-03 Thread Zhang, Yuying
Hi Connor, > -Original Message- > From: Min Hu (Connor) > Sent: Friday, March 4, 2022 9:28 AM > To: dev@dpdk.org > Cc: Huisong Li ; sta...@dpdk.org; Min Hu > ; Li, Xiaoyun ; Singh, Aman > Deep ; Zhang, Yuying ; > Ajit Khaparde ; Andrew Rybchenko > ; Yigit, Ferruh > Subject: [PATCH v4] ap

[PATCH v2] app/testpmd : fix testpmd quit error

2022-03-03 Thread wenxuanx . wu
From: wenxuan wu When testpmd use func get_eth_dev_info() while related resource had been released. Change the logic of func port_is_bonding_slave, this func eth_dev_info_get_print_err while pf is released would result in this error. Use ports instead to avoid this bug. Fixes: 0a0821bcf312 ("

RE: [PATCH v2 1/2] net/ice: fix Tx offload path choice

2022-03-03 Thread Xu, Ting
> -Original Message- > From: Kevin Liu > Sent: Wednesday, December 29, 2021 5:37 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Zhang, Qi Z > ; Yang, SteveX ; Yigit, Ferruh > ; Liu, KevinX ; > sta...@dpdk.org > Subject: [PATCH v2 1/2] net/ice: fix Tx offload path choice > > Testpmd forwards p

RE: [PATCH v2 1/2] net/ice: fix Tx offload path choice

2022-03-03 Thread Zhang, Qi Z
> -Original Message- > From: Xu, Ting > Sent: Friday, March 4, 2022 11:19 AM > To: Liu, KevinX ; dev@dpdk.org > Cc: Yang, Qiming ; Zhang, Qi Z > ; Yang, SteveX ; Yigit, Ferruh > ; Liu, KevinX ; sta...@dpdk.org > Subject: RE: [PATCH v2 1/2] net/ice: fix Tx offload path choice > > >

[Bug 803] [dpdk-21.11]vxlan/vxlan_ipv6_checksum_offload:After dut sets the vxlan ports and receives the ipv6 packet, the packet is not forwarded

2022-03-03 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=803 jiang,yu (yux.ji...@intel.com) changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

回复: [PATCH v1] net/i40e: remove redundant number of packets check

2022-03-03 Thread Feifei Wang
> -邮件原件- > 发件人: Zhang, Qi Z > 发送时间: Friday, March 4, 2022 9:24 AM > 收件人: Yigit, Ferruh ; Feifei Wang > ; Xing, Beilei ; David > Christensen ; Richardson, Bruce > ; Ananyev, Konstantin > ; Ruifeng Wang > 抄送: dev@dpdk.org; nd ; Honnappa Nagarahalli > ; tho...@monjalon.net; David Marchand >

[PATCH v1] net/i40e: fix build issue with 16B descriptor on Arm

2022-03-03 Thread Joyce Kong
For NEON vector path, there is an issue when building with 16B descriptor: incompatible types when assigning to type ‘uint64x2_t’ from type ‘uint32x4_t’ 180 | descs[3] = vbslq_u32(v_desc3_mask, v_zeros, vreinterpretq_u32_u64(descs[3])); | ^ The fix