[PATCH] event/cnxk: add SLMTST support to Tx adapter

2022-04-27 Thread Pavan Nikhilesh
Scheduled LMTST uses in-core LSW (LMTST scheduling widget) to coordinate with SSO and send a LMTST to the destination coprocessor without the need for the core to be the head of the scheduling context it is currently holding. Use SLMTST to send mbuf to NIX-TX for transmit. SLMTST only supports tra

[PATCH v2] net/iavf: fix segfaults when calling API after VF reset failed

2022-04-27 Thread Yiding Zhou
Some pointers will be set to NULL when iavf_dev_reset() failed, for example vf->vf_res, vf->vsi_res vf->rss_key and etc. APIs access these NULL pointers will trigger segfault. This patch adds closed flag to indicate that the VF is closed, and rejects API calls in this state to avoid coredump. Fix

RE: [PATCH] net/mlx5: fix RSS hash types adjustment

2022-04-27 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Dariusz Sosnowski > Sent: Thursday, April 21, 2022 11:37 PM > To: Matan Azrad ; Slava Ovsiienko > ; Jack Min > Cc: dev@dpdk.org; Raslan Darawsheh ; > sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix RSS hash types adjustment > > When an indirect action w

RE: [PATCH 0/2] net/mlx5: LRO fixes

2022-04-27 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Michael Baum > Sent: Monday, April 25, 2022 12:30 PM > To: dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Slava Ovsiienko > Subject: [PATCH 0/2] net/mlx5: LRO fixes > > Independent fixes about LRO supporting. > > Michael Baum (2): > net/mlx5: f

[PATCH v4 0/3] cryptodev: move dh type from xform to dh op

2022-04-27 Thread Arek Kusztal
Operation type (PUBLIC_KEY_GENERATION, SHARED_SECRET) should be free to choose for any operation. One xform/session should be enough to perform both DH operations, if op_type would be xform member, session would have to be to be created twice for the same group. Similar problem would be observed in

[PATCH v4 1/3] cryptodev: move dh type from xform to dh op

2022-04-27 Thread Arek Kusztal
Operation type (PUBLIC_KEY_GENERATION, SHARED_SECRET) should be free to choose for any operation. One xform/session should be enough to perform both DH operations, if op_type would be xform member, session would have to be to be created twice for the same group. Similar problem would be observed in

[PATCH v4 2/3] crypto/openssl: move dh type from xform to dh op

2022-04-27 Thread Arek Kusztal
This commit reflects API changes of location of operation type in Diffie-Hellman. Signed-off-by: Arek Kusztal --- drivers/crypto/openssl/rte_openssl_pmd.c | 54 ++-- drivers/crypto/openssl/rte_openssl_pmd_ops.c | 26 -- 2 files changed, 3 insertions(+), 77

[PATCH v4 3/3] test/crypto: move dh type from xform to dh op

2022-04-27 Thread Arek Kusztal
This commit reflects API changes in Diffie-Hellman, now for setting crypto operation type asym_op no xform is responsible. Signed-off-by: Arek Kusztal --- app/test/test_cryptodev_asym.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app/test/test_cryptodev_asym.c

RE: [PATCH v4 1/3] cryptodev: move dh type from xform to dh op

2022-04-27 Thread Zhang, Roy Fan
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Wednesday, April 27, 2022 8:44 AM > To: dev@dpdk.org > Cc: gak...@marvell.com; Zhang, Roy Fan ; Kusztal, > ArkadiuszX > Subject: [PATCH v4 1/3] cryptodev: move dh type from xform to dh op > > Operation type (PUBLIC_KEY_GENERATION,

RE: [PATCH v4 2/3] crypto/openssl: move dh type from xform to dh op

2022-04-27 Thread Zhang, Roy Fan
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Wednesday, April 27, 2022 8:44 AM > To: dev@dpdk.org > Cc: gak...@marvell.com; Zhang, Roy Fan ; Kusztal, > ArkadiuszX > Subject: [PATCH v4 2/3] crypto/openssl: move dh type from xform to dh op > > This commit reflects API changes o

RE: [PATCH v4 3/3] test/crypto: move dh type from xform to dh op

2022-04-27 Thread Zhang, Roy Fan
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Wednesday, April 27, 2022 8:44 AM > To: dev@dpdk.org > Cc: gak...@marvell.com; Zhang, Roy Fan ; Kusztal, > ArkadiuszX > Subject: [PATCH v4 3/3] test/crypto: move dh type from xform to dh op > > This commit reflects API changes in D

RE: [PATCH v4 0/3] cryptodev: move dh type from xform to dh op

2022-04-27 Thread Zhang, Roy Fan
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Wednesday, April 27, 2022 8:44 AM > To: dev@dpdk.org > Cc: gak...@marvell.com; Zhang, Roy Fan ; Kusztal, > ArkadiuszX > Subject: [PATCH v4 0/3] cryptodev: move dh type from xform to dh op > > Operation type (PUBLIC_KEY_GENERATION,

RE: [RFC] eal: allow worker lcore stacks to be allocated from hugepage memory

2022-04-27 Thread Morten Brørup
+CC: EAL and Memory maintainers. > From: Don Wallwork [mailto:d...@xsightlabs.com] > Sent: Tuesday, 26 April 2022 23.26 > > On 4/26/2022 5:21 PM, Stephen Hemminger wrote: > > On Tue, 26 Apr 2022 17:01:18 -0400 > > Don Wallwork wrote: > > > >> On 4/26/2022 10:58 AM, Stephen Hemminger wrote: > >>>

RE: [PATCH] security: fix comments

2022-04-27 Thread Morten Brørup
> From: Anoob Joseph [mailto:ano...@marvell.com] > Sent: Wednesday, 27 April 2022 08.02 > > Fix comments to reflect the field. > > Fixes: ad7515a39f2a ("security: add SA lifetime configuration") > Cc: ano...@marvell.com > > Reported-by: Thomas Monjalon > Signed-off-by: Anoob Joseph > --- > li

Re: [PATCH v2] net/nfp: update how MAX MTU is read

2022-04-27 Thread Niklas Söderlund
Hello, I have a question about the Checks that ran on this patch in patchwork [1]. It appears the job ci/iol-x86_64-compile-testing, dpdk_mingw64_compile have failed on a Windows Server 2019 build. But the logs from the job appears to be incomplete as it contains only 19 lines of output and st

[PATCH v3] sched: enable/disable TC OV at runtime

2022-04-27 Thread Marcin Danilewicz
Added new API to enable or disable TC over subscription for best effort traffic class at subport level. Added changes after review and increased throughput. By default TC OV is disabled. Signed-off-by: Marcin Danilewicz --- lib/sched/rte_sched.c | 189 +++---

Re: [PATCH] event/cnxk: add SLMTST support to Tx adapter

2022-04-27 Thread Ray Kinsella
Pavan Nikhilesh writes: > Scheduled LMTST uses in-core LSW (LMTST scheduling widget) to > coordinate with SSO and send a LMTST to the destination > coprocessor without the need for the core to be the head of > the scheduling context it is currently holding. > > Use SLMTST to send mbuf to NIX-TX

[PATCH v7 00/18] add virtio_blk device support to vdpa/ifc

2022-04-27 Thread Andy Pei
This patch set add virtio_blk device support to vdpa/ifc driver. With a lot of similarities, I re-use part of vdpa/ifc driver. Distinguish the virtio net and blk device by device id, and implement specific features and ops. Add example to vdpa to support virtio_blk device. To support blk device li

[PATCH v7 01/18] vdpa/ifc: add support for virtio blk device

2022-04-27 Thread Andy Pei
Re-use the vdpa/ifc code, distinguish blk and net device by pci_device_id. Blk and net device are implemented with proper feature and ops. Signed-off-by: Andy Pei Reviewed-by: Maxime Coquelin --- drivers/vdpa/ifc/base/ifcvf.h | 16 +++- drivers/vdpa/ifc/ifcvf_vdpa.c | 92 +++

[PATCH v7 02/18] vhost: add vDPA ops for blk device

2022-04-27 Thread Andy Pei
Get_config and set_config are necessary ops for blk device. Add get_config and set_config ops to vDPA ops. Signed-off-by: Andy Pei Reviewed-by: Maxime Coquelin --- lib/vhost/vdpa_driver.h | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/vhost/vdpa_driver.h b/lib/v

[PATCH v7 03/18] vhost: add vhost msg support

2022-04-27 Thread Andy Pei
Add support for VHOST_USER_GET_CONFIG and VHOST_USER_SET_CONFIG. VHOST_USER_GET_CONFIG and VHOST_USER_SET_CONFIG message is only supported by virtio blk VDPA device. Signed-off-by: Andy Pei --- lib/vhost/vhost_user.c | 83 ++ lib/vhost/vhost_user.h

[PATCH v7 04/18] vdpa/ifc: add blk ops for ifc device

2022-04-27 Thread Andy Pei
For virtio blk device, re-use part of ifc driver ops. Implement ifcvf_blk_get_config for virtio blk device. Support VHOST_USER_PROTOCOL_F_CONFIG feature for virtio blk device. Signed-off-by: Andy Pei Reviewed-by: Maxime Coquelin --- drivers/vdpa/ifc/base/ifcvf.h | 4 ++ drivers/vdpa/ifc/ifcvf_

[PATCH v7 05/18] vdpa/ifc: add vDPA interrupt for blk device

2022-04-27 Thread Andy Pei
For the block device type, we use one queue to transfer both read and write requests, so we have to relay commands on all queues. Signed-off-by: Andy Pei --- drivers/vdpa/ifc/ifcvf_vdpa.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/vdpa/ifc/ifcvf_vdpa.c b/

[PATCH v7 06/18] vdpa/ifc: add block device SW live-migration

2022-04-27 Thread Andy Pei
Add SW live-migration support to block device. Signed-off-by: Andy Pei --- drivers/vdpa/ifc/ifcvf_vdpa.c | 33 + 1 file changed, 29 insertions(+), 4 deletions(-) diff --git a/drivers/vdpa/ifc/ifcvf_vdpa.c b/drivers/vdpa/ifc/ifcvf_vdpa.c index 07fc3ca..8a260b7 100

[PATCH v7 07/18] vhost: add API to get vDPA device type

2022-04-27 Thread Andy Pei
Vhost backend of different devices have different features. Add a API to get vDPA device type, net device or blk device currently, so users can set different features for different kinds of devices. Signed-off-by: Andy Pei --- lib/vhost/rte_vhost.h | 17 + lib/vhost/socket.c

[PATCH v7 08/18] vdpa/ifc: add get device type ops to ifc driver

2022-04-27 Thread Andy Pei
Add get device type ops to ifc driver. Signed-off-by: Andy Pei --- drivers/vdpa/ifc/ifcvf_vdpa.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/vdpa/ifc/ifcvf_vdpa.c b/drivers/vdpa/ifc/ifcvf_vdpa.c index 8a260b7..99a6ab0 100644 --- a/drivers/vdpa/ifc/ifcvf_vdpa.c +++ b/d

[PATCH v7 09/18] examples/vdpa: add vDPA blk support in example

2022-04-27 Thread Andy Pei
Add virtio blk device support to vDPA example. Signed-off-by: Andy Pei --- examples/vdpa/main.c | 57 +++ examples/vdpa/vdpa_blk_compact.h | 65 2 files changed, 122 insertions(+) create mode 100644 examples/vd

[PATCH v7 10/18] usertools: add support for virtio blk device

2022-04-27 Thread Andy Pei
Add virtio blk device support to devbind. Signed-off-by: Andy Pei --- usertools/dpdk-devbind.py | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/usertools/dpdk-devbind.py b/usertools/dpdk-devbind.py index ace4627..7231be4 100755 --- a/usertools/dpdk-devbind.py +++ b/userto

[PATCH v7 11/18] vdpa/ifc: add set vring state for blk device

2022-04-27 Thread Andy Pei
Set_vring_state op is mandatory, add set_vring_state for blk device. Currently set_vring_state for blk device is not implemented. Signed-off-by: Andy Pei --- drivers/vdpa/ifc/ifcvf_vdpa.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/drivers/vdpa/ifc/ifcvf_vdpa

[PATCH v7 12/18] vdpa/ifc: add some log at vDPA launch before qemu connect

2022-04-27 Thread Andy Pei
Add some log of virtio blk device config space information at VDPA launch before qemu connects. Signed-off-by: Andy Pei --- drivers/vdpa/ifc/ifcvf_vdpa.c | 28 1 file changed, 28 insertions(+) diff --git a/drivers/vdpa/ifc/ifcvf_vdpa.c b/drivers/vdpa/ifc/ifcvf_vdpa.

[PATCH v7 13/18] vdpa/ifc: read virtio max queues from hardware

2022-04-27 Thread Andy Pei
Original code max_queues is set to IFCVF_MAX_QUEUES. New code max_queues is the min of IFCVF_MAX_QUEUES and hardware num_queues. Signed-off-by: Andy Pei --- drivers/vdpa/ifc/ifcvf_vdpa.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/vdpa/ifc/ifcvf_vdpa.c b/drivers/vdpa/ifc/ifcv

[PATCH v7 14/18] vdpa/ifc: add interrupt and handle for virtio blk

2022-04-27 Thread Andy Pei
Create a thread to poll and relay config space change interrupt. Use VHOST_USER_SLAVE_CONFIG_CHANGE_MSG to info qemu. Signed-off-by: Andy Pei --- drivers/vdpa/ifc/ifcvf_vdpa.c | 112 ++ 1 file changed, 112 insertions(+) diff --git a/drivers/vdpa/ifc/ifcvf

[PATCH v7 15/18] vdpa/ifc: add is blk flag to ifcvf HW struct

2022-04-27 Thread Andy Pei
Add is_blk flag to ifcvf_hw, and init is_blk during probe. Signed-off-by: Andy Pei --- drivers/vdpa/ifc/base/ifcvf.h | 1 + drivers/vdpa/ifc/ifcvf_vdpa.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/drivers/vdpa/ifc/base/ifcvf.h b/drivers/vdpa/ifc/base/ifcvf.h index 769c603..8591ef1 10

[PATCH v7 16/18] vdpa/ifc/base: access correct register for blk device

2022-04-27 Thread Andy Pei
1.last_avail_idx is lower 16 bit of the register. 2.address of ring_state register is different between net and blk device. Signed-off-by: Andy Pei --- drivers/vdpa/ifc/base/ifcvf.c | 36 +--- drivers/vdpa/ifc/base/ifcvf.h | 1 + 2 files changed, 30 insertions(+)

[PATCH v7 17/18] vdpa/ifc: blk device pause without no inflight IO

2022-04-27 Thread Andy Pei
When virtio blk device is pause, make sure hardware last_avail_idx and last_used_idx are the same. Signed-off-by: Andy Pei --- drivers/vdpa/ifc/ifcvf_vdpa.c | 25 + 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/drivers/vdpa/ifc/ifcvf_vdpa.c b/drivers/vdpa

[PATCH v7 18/18] vhost: make sure each queue callfd is configured

2022-04-27 Thread Andy Pei
During the vhost data path building process, qemu will create a call fd at first, and create another call fd in the end. The final call fd will be used to relay notify. In the original code, after kick fd is set, dev_conf will set the first call fd. Even though the actual call fd will set, the data

[PATCH 1/1] examples/ipsec-secgw: create lookaside sessions at init

2022-04-27 Thread Volodymyr Fialko
In event lookaside mode same session could be handled with multiple cores, and session creation in datapath will cause situation where multiple cores will try to create same session simultaneously. To avoid such case and enable event lookaside mode in future, lookaside sessions are now created at i

[PATCH v3] sched: enable/disable TC OV at runtime

2022-04-27 Thread Marcin Danilewicz
Added new API to enable or disable TC over subscription for best effort traffic class at subport level. Added changes after review and increased throughput. By default TC OV is disabled. Signed-off-by: Marcin Danilewicz --- lib/sched/rte_sched.c | 189 +++---

RE: [PATCH v3] sched: enable/disable TC OV at runtime

2022-04-27 Thread Dumitrescu, Cristian
Marcin, Every time you send a new version, you need to copy the maintainers and the other relevant people, otherwise there is a high chance we are not going to see your patch, thanks! I only saw this one due to pure chance ;) Regards, Cristian > -Original Message- > From: Marcin Danile

RE: [PATCH v3] sched: enable/disable TC OV at runtime

2022-04-27 Thread Dumitrescu, Cristian
Adding Jasvinder > -Original Message- > From: Dumitrescu, Cristian > Sent: Wednesday, April 27, 2022 10:37 AM > To: Marcin Danilewicz ; dev@dpdk.org > Subject: RE: [PATCH v3] sched: enable/disable TC OV at runtime > > Marcin, > > Every time you send a new version, you need to copy the ma

Re: [PATCH v2] net/nfp: update how MAX MTU is read

2022-04-27 Thread Ferruh Yigit
On 4/27/2022 9:37 AM, Niklas Söderlund wrote: Hello, I have a question about the Checks that ran on this patch in patchwork [1]. It appears the job ci/iol-x86_64-compile-testing, dpdk_mingw64_compile have failed on a Windows Server 2019 build. But the logs from the job appears to be incomplete a

[PATCH v2] cryptodev: add elliptic curve diffie hellman

2022-04-27 Thread Arek Kusztal
This commit adds Elliptic Curve Diffie-Hellman option to Cryptodev. This could be achieved with EC point multiplication but: 1) Phase 1 of DH is used with EC generator, multiplication expect setting generator manually. 2) It will unify usage of DH. 3) Can be extended easily to support X25519 and X4

[PATCH v6 00/12] complete common VF features for DCF

2022-04-27 Thread Kevin Liu
The DCF PMD support the below dev ops, dev_supported_ptypes_get dev_link_update xstats_get xstats_get_names xstats_reset promiscuous_enable promiscuous_disable allmulticast_enable allmulticast_disable mac_addr_add mac_addr_remove set_mc_addr_list vlan_filter_set vlan_offload_set mac_addr_set reta_u

[PATCH v6 01/12] net/ice: enable RSS RETA ops for DCF hardware

2022-04-27 Thread Kevin Liu
From: Steve Yang RSS RETA should be updated and queried by application, Add related ops ('.reta_update', '.reta_query') for DCF. Signed-off-by: Steve Yang Signed-off-by: Kevin Liu --- doc/guides/nics/features/ice_dcf.ini | 1 + doc/guides/rel_notes/release_22_07.rst | 3 + drivers/net/ice

[PATCH v6 02/12] net/ice: enable RSS HASH ops for DCF hardware

2022-04-27 Thread Kevin Liu
From: Steve Yang RSS HASH should be updated and queried by application, Add related ops ('.rss_hash_update', '.rss_hash_conf_get') for DCF. Because DCF doesn't support configure RSS HASH, only HASH key can be updated within ops '.rss_hash_update'. Signed-off-by: Steve Yang Signed-off-by: Kevin

[PATCH v6 03/12] net/ice: cleanup Tx buffers

2022-04-27 Thread Kevin Liu
From: Robin Zhang Add support for ops rte_eth_tx_done_cleanup in dcf Signed-off-by: Robin Zhang Signed-off-by: Kevin Liu --- doc/guides/rel_notes/release_22_07.rst | 1 + drivers/net/ice/ice_dcf_ethdev.c | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/guides/rel_notes/release_

[PATCH v6 04/12] net/ice: add ops MTU-SET to dcf

2022-04-27 Thread Kevin Liu
From: Jie Wang add API "mtu_set" to dcf, and it can configure the port mtu through cmdline. Signed-off-by: Jie Wang Signed-off-by: Kevin Liu --- doc/guides/nics/features/ice_dcf.ini | 1 + doc/guides/rel_notes/release_22_07.rst | 1 + drivers/net/ice/ice_dcf_ethdev.c | 14 ++

[PATCH v6 05/12] net/ice: add ops dev-supported-ptypes-get to dcf

2022-04-27 Thread Kevin Liu
From: Jie Wang add API "dev_supported_ptypes_get" to dcf, that dcf pmd can get ptypes through the new API. Signed-off-by: Jie Wang Signed-off-by: Kevin Liu --- doc/guides/rel_notes/release_22_07.rst | 1 + drivers/net/ice/ice_dcf_ethdev.c | 80 -- 2 files change

[PATCH v6 06/12] net/ice: support dcf promisc configuration

2022-04-27 Thread Kevin Liu
From: Alvin Zhang Support configuration of unicast and multicast promisc on dcf. Signed-off-by: Alvin Zhang Signed-off-by: Kevin Liu --- doc/guides/nics/features/ice_dcf.ini | 2 + doc/guides/rel_notes/release_22_07.rst | 1 + drivers/net/ice/ice_dcf_ethdev.c | 77 ++

[PATCH v6 07/12] net/ice: support dcf MAC configuration

2022-04-27 Thread Kevin Liu
Below PMD ops are supported in this patch: .mac_addr_add = dcf_dev_add_mac_addr .mac_addr_remove = dcf_dev_del_mac_addr .set_mc_addr_list = dcf_set_mc_addr_list .mac_addr_set = dcf_dev_set_default_mac_addr Signed-off-by: Alvin Zhang Signed-off-by: Kevin Liu --- doc/

[PATCH v6 08/12] net/ice: support dcf VLAN filter and offload configuration

2022-04-27 Thread Kevin Liu
From: Alvin Zhang Below PMD ops are supported in this patch: .vlan_filter_set = dcf_dev_vlan_filter_set .vlan_offload_set = dcf_dev_vlan_offload_set Signed-off-by: Alvin Zhang Signed-off-by: Kevin Liu --- doc/guides/nics/features/ice_dcf.ini | 2 + doc/guides/rel_notes/release_22

[PATCH v6 09/12] net/ice: add extended stats

2022-04-27 Thread Kevin Liu
Add implementation of xstats() functions in DCF PMD. Signed-off-by: Kevin Liu --- doc/guides/nics/features/ice_dcf.ini | 1 + doc/guides/rel_notes/release_22_07.rst | 1 + drivers/net/ice/ice_dcf.h | 22 drivers/net/ice/ice_dcf_ethdev.c | 75 ++

[PATCH v6 10/12] net/ice: support queue information getting

2022-04-27 Thread Kevin Liu
Add below ops, rxq_info_get txq_info_get Signed-off-by: Kevin Liu --- doc/guides/rel_notes/release_22_07.rst | 1 + drivers/net/ice/ice_dcf_ethdev.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/doc/guides/rel_notes/release_22_07.rst b/doc/guides/rel_notes/release_22_07.rst index

[PATCH v6 11/12] net/ice: implement power management

2022-04-27 Thread Kevin Liu
Implement support for the power management API by implementing a 'get_monitor_addr' function that will return an address of an RX ring's status bit. Signed-off-by: Kevin Liu --- doc/guides/nics/features/ice_dcf.ini | 1 + doc/guides/rel_notes/release_22_07.rst | 1 + drivers/net/ice/ice_dcf_et

[PATCH v6 12/12] net/ice: support DCF new VLAN capabilities

2022-04-27 Thread Kevin Liu
From: Alvin Zhang The new VLAN virtchnl opcodes introduce new capabilities like VLAN filtering, stripping and insertion. The DCF needs to query the VLAN capabilities based on current device configuration firstly. DCF is able to configure inner VLAN filter when port VLAN is enabled base on negot

RE: [PATCH v6 01/12] net/ice: enable RSS RETA ops for DCF hardware

2022-04-27 Thread Zhang, Qi Z
> -Original Message- > From: Liu, KevinX > Sent: Thursday, April 28, 2022 2:13 AM > To: dev@dpdk.org > Cc: Yang, Qiming ; Zhang, Qi Z > ; Yang, SteveX ; Liu, KevinX > > Subject: [PATCH v6 01/12] net/ice: enable RSS RETA ops for DCF hardware > > From: Steve Yang > > RSS RETA should b

RE: [PATCH v6 03/12] net/ice: cleanup Tx buffers

2022-04-27 Thread Zhang, Qi Z
> -Original Message- > From: Liu, KevinX > Sent: Thursday, April 28, 2022 2:13 AM > To: dev@dpdk.org > Cc: Yang, Qiming ; Zhang, Qi Z > ; Yang, SteveX ; Zhang, > RobinX ; Liu, KevinX > Subject: [PATCH v6 03/12] net/ice: cleanup Tx buffers > > From: Robin Zhang > > Add support for op

RE: [PATCH v6 05/12] net/ice: add ops dev-supported-ptypes-get to dcf

2022-04-27 Thread Zhang, Qi Z
> -Original Message- > From: Liu, KevinX > Sent: Thursday, April 28, 2022 2:13 AM > To: dev@dpdk.org > Cc: Yang, Qiming ; Zhang, Qi Z > ; Yang, SteveX ; Wang, Jie1X > ; Liu, KevinX > Subject: [PATCH v6 05/12] net/ice: add ops dev-supported-ptypes-get to dcf > > From: Jie Wang > > ad

RE: [PATCH v6 12/12] net/ice: support DCF new VLAN capabilities

2022-04-27 Thread Zhang, Qi Z
> -Original Message- > From: Liu, KevinX > Sent: Thursday, April 28, 2022 2:13 AM > To: dev@dpdk.org > Cc: Yang, Qiming ; Zhang, Qi Z > ; Yang, SteveX ; Alvin Zhang > ; Liu, KevinX > Subject: [PATCH v6 12/12] net/ice: support DCF new VLAN capabilities > > From: Alvin Zhang > > The n

Re: [PATCH v3 2/3] examples/dma: fix Tx drop statistic is not collected

2022-04-27 Thread Kevin Laatz
On 24/04/2022 07:07, Chengwen Feng wrote: The Tx drop statistic was designed to collected by rte_eth_dev_tx_buffer mechanism, but the application uses rte_eth_tx_burst to send packets and this lead the Tx drop statistic was not collected. This patch removes rte_eth_dev_tx_buffer mechanism to fix

Re: [PATCH v3 3/3] examples/dma: add force minimal copy size parameter

2022-04-27 Thread Kevin Laatz
On 24/04/2022 07:07, Chengwen Feng wrote: This patch adds force minimal copy size parameter (-m/--force-min-copy-size), so when do copy by CPU or DMA, the real copy size will be the maximum of mbuf's data_len and this parameter. This parameter was designed to compare the performance between CPU

[PATCH v2 1/2] event/cnxk: add additional checks in OP_RELEASE

2022-04-27 Thread Pavan Nikhilesh
Add additional checks while performing RTE_EVENT_OP_RELEASE to ensure that there are no pending SWTAGs and FLUSHEs in flight. Signed-off-by: Pavan Nikhilesh --- v2 Changes: - Fix compilation with RTE_LIBRTE_MEMPOOL_DEBUG enabled. drivers/event/cnxk/cn10k_eventdev.c | 4 +--- drivers/event/cn

[PATCH v2 2/2] event/cnxk: move post-processing to separate function

2022-04-27 Thread Pavan Nikhilesh
Move event post-processing to a separate function. Do complete event post-processing in tear-down functions to prevent incorrect memory free. Signed-off-by: Pavan Nikhilesh --- drivers/event/cnxk/cn10k_eventdev.c | 5 +- drivers/event/cnxk/cn10k_worker.h | 189 +--- d

RE: [PATCH] doc: fix support table for ETH and VLAN flow items

2022-04-27 Thread Asaf Penso
>-Original Message- >From: Ferruh Yigit >Sent: Tuesday, April 26, 2022 1:48 PM >To: Asaf Penso ; Ilya Maximets ; >dev@dpdk.org; Ori Kam >Cc: Ajit Khaparde ; Rahul Lakkireddy >; Hemant Agrawal >; Haiyue Wang ; John >Daley ; Guoyang Zhou ; >Min Hu (Connor) ; Beilei Xing >; Jingjing Wu ; Qi

[Bug 996] DPDK:20.11.1: net/ena crash while fetching xstats

2022-04-27 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=996 Michal Krawczyk (m...@semihalf.com) changed: What|Removed |Added Resolution|WONTFIX |--- Status|RESOL

[PATCH 1/3] eventdev: add function to quiesce an event port

2022-04-27 Thread Pavan Nikhilesh
Add function to quiesce any core specific resources consumed by the event port. When the application decides to migrate the event port to another lcore or teardown the current lcore it may to call `rte_event_port_quiesce` to make sure that all the data associated with the event port are released f

[PATCH 2/3] eventdev: update examples to use port quiesce

2022-04-27 Thread Pavan Nikhilesh
Quiesce event ports used by the workers core on exit to free up any outstanding resources. Signed-off-by: Pavan Nikhilesh Change-Id: Iea1f933d4f4926630d82a9883fbe3f1e75876097 --- Depends-on: Series-22677 app/test-eventdev/test_perf_common.c | 8 app/test-eventdev/test_pipelin

[PATCH 3/3] event/cnxk: implement event port quiesce function

2022-04-27 Thread Pavan Nikhilesh
Implement event port quiesce function to clean up any lcore resources used. Signed-off-by: Pavan Nikhilesh Change-Id: I7dda3d54dc698645d25ebbfbabd81760940fe649 --- drivers/event/cnxk/cn10k_eventdev.c | 78 ++--- drivers/event/cnxk/cn9k_eventdev.c | 60 +++

[PATCH 2/3 v2] eventdev: update examples to use port quiesce

2022-04-27 Thread Pavan Nikhilesh
Quiesce event ports used by the workers core on exit to free up any outstanding resources. Signed-off-by: Pavan Nikhilesh --- Depends-on: Series-22677 app/test-eventdev/test_perf_common.c | 8 app/test-eventdev/test_pipeline_common.c | 12 examples/eventdev_p

[PATCH 1/3 v2] eventdev: add function to quiesce an event port

2022-04-27 Thread Pavan Nikhilesh
Add function to quiesce any core specific resources consumed by the event port. When the application decides to migrate the event port to another lcore or teardown the current lcore it may to call `rte_event_port_quiesce` to make sure that all the data associated with the event port are released f

[PATCH 3/3 v2] event/cnxk: implement event port quiesce function

2022-04-27 Thread Pavan Nikhilesh
Implement event port quiesce function to clean up any lcore resources used. Signed-off-by: Pavan Nikhilesh --- drivers/event/cnxk/cn10k_eventdev.c | 78 ++--- drivers/event/cnxk/cn9k_eventdev.c | 60 +- 2 files changed, 130 insertions(+), 8 deletions(

Re: [PATCH 1/2] app/testpmd: fix stats get when display fwd stats

2022-04-27 Thread Singh, Aman Deep
On 4/6/2022 2:15 PM, Min Hu (Connor) wrote: In function 'fwd_stats_display', if function 'rte_eth_stats_get' fails, 'stats' is uncertainty value. The display result will be abnormal. This patch check the return value of 'rte_eth_stats_get' to avoid display abnormal stats. Fixes: 53324971a14e

[PATCH v6 1/2] hash: split x86 and SW hash CRC intrinsics

2022-04-27 Thread Pavan Nikhilesh
Split x86 and SW hash crc intrinsics into a separate files. Signed-off-by: Pavan Nikhilesh --- v6 Changes: - Simplify rte_hash_crc_set_alg function. (Ruifeng) v5 Changes: - Move CRC functions to implementation specific files to remove ifdef clutter. (Ruifeng) lib/hash/hash_crc_sw.h | 419

[PATCH v6 2/2] hash: unify crc32 selection for x86 and Arm

2022-04-27 Thread Pavan Nikhilesh
Merge crc32 hash calculation public API implementation for x86 and Arm. Select the best available CRC32 algorithm when unsupported algorithm on a given CPU architecture is requested by an application. Previously, if an application directly includes `rte_crc_arm64.h` without including `rte_hash_crc

[PATCH] doc: describe ixgbe devargs fiber_sdp3_no_tx_disable

2022-04-27 Thread Jeff Daly
The devargs option for the IXGBE driver is introduced in order to inform the driver to skip checking SDP3 as an indicator of laser enable/disable for SFP modules. Signed-off-by: Jeff Daly --- doc/guides/nics/ixgbe.rst | 17 + 1 file changed, 17 insertions(+) diff --git a/doc/gui

RE: OVS DPDK DMA-Dev library/Design Discussion

2022-04-27 Thread Mcnamara, John
> -Original Message- > From: Ilya Maximets > Sent: Monday, April 25, 2022 10:46 PM > To: Mcnamara, John ; Hu, Jiayu > ; Maxime Coquelin ; Van > Haaren, Harry ; Morten Brørup > ; Richardson, Bruce > > Cc: i.maxim...@ovn.org; Pai G, Sunil ; Stokes, > Ian ; Ferriter, Cian ; > ovs-...@openv

[dpdk-dev] [PATCH 00/17] bnxt PMD fixes

2022-04-27 Thread Kalesh A P
From: Kalesh AP This patch set contains bug fixes in bnxt PMD. Please apply. Kalesh AP (12): net/bnxt: update HWRM structures net/bnxt: fix device capability reporting net/bnxt: fix to remove an unused macro net/bnxt: fix Rxq configure net/bnxt: fix support for tunnel stateless offload

[PATCH 02/17] net/bnxt: fix device capability reporting

2022-04-27 Thread Kalesh A P
From: Kalesh AP 1. Added two functions bnxt_get_tx_port_offloads() and bnxt_get_rx_port_offloads() to report the device tx/rx offload capabilities to the application. 2. This avoids few duplicate code in the driver and make VF-rep capability the same as VF. 3. This will help in selective

[PATCH 03/17] net/bnxt: fix to remove an unused macro

2022-04-27 Thread Kalesh A P
From: Kalesh AP BNXT_FLAG_UPDATE_HASH is redundant now, remove it. Fixes: 1ebb765090a6 ("net/bnxt: fix config RSS update") Cc: sta...@dpdk.org Signed-off-by: Kalesh AP Reviewed-by: Ajit Khaparde Reviewed-by: Somnath Kotur --- drivers/net/bnxt/bnxt.h| 1 - drivers/net/bnxt/bnxt_ethde

[PATCH 04/17] net/bnxt: fix Rxq configure

2022-04-27 Thread Kalesh A P
From: Kalesh AP We are currently not handling RX/RSS modes correctly. After launching testpmd with multiple RXQs, if the user tries to set the number of RXQs to 1, driver is not updating the "hash_type" and "hash_mode" values of the VNICs. As a result, driver issues bnxt_vnic_rss_configure() unne

[PATCH 05/17] net/bnxt: fix support for tunnel stateless offloads

2022-04-27 Thread Kalesh A P
From: Kalesh AP The HW only supports tunnel header parsing globally for supported tunnel types. When a function uses one default VNIC to receive both the tunnel and non-tunnel packets, applying the same stateless offload operation to both tunnel and non-tunnel packets can cause problems in certai

[PATCH 06/17] net/bnxt: remove support for COUNT action

2022-04-27 Thread Kalesh A P
From: Somnath Kotur 'Count' action was never really implemented in the legacy/AFM model. But there was some place holder code, remove it so that the user will see a failure when a flow with 'count' action is being created. Signed-off-by: Somnath Kotur Reviewed-by: Kalesh AP --- drivers/net/bn

[PATCH 07/17] net/bnxt: fix RSS action support

2022-04-27 Thread Kalesh A P
From: Kalesh AP Specifying a subset of Rx queues created by the application in the "flow create" command is invalid. User must either specify all Rx queues created or no queues. Also removed a wrong comment as RSS action will not be supported if user or application specifies MARK or COUNT action

[PATCH 08/17] net/bnxt: fix to reconfigure the VNIC's default receive ring

2022-04-27 Thread Kalesh A P
From: Somnath Kotur When an Rx queue is stopped and restarted, as part of that workflow, for cards that have ring groups, we free and reallocate the ring group. This new ring group is not communicated to the VNIC though via HWRM_VNIC_CFG cmd. Fix to issue HWRM_VNIC_CFG cmd on all adapters now in

[PATCH 09/17] net/bnxt: add check for dupliate queue ids

2022-04-27 Thread Kalesh A P
From: Kalesh AP Currently driver does not have a check for duplicate queue ids. User must either specify all Rx queues created or no queues in the flow create command. Repeating the queue index is invalid. Also, moved the check for invalid queue to the beginning of the function. Fixes: 239695f7

[PATCH 10/17] net/bnxt: fix to handle queue stop during RSS flow create

2022-04-27 Thread Kalesh A P
From: Somnath Kotur The programming of the RSS table was not taking into account if any of the queues in the set were stopped prior to the flow creation, hence leading to a vnic RSS config cmd failure thrown by the FW. Fix by programming only the active queues in the RSS action queue set. Fixes:

[PATCH 11/17] net/bnxt: avoid unnecessary endianness conversion

2022-04-27 Thread Kalesh A P
From: Kalesh AP The "active_fec_signal_mode" in HWRM_PORT_PHY_QCFG response is uint8_t. So no need of endianness conversion while parsing response. Also, signal_mode is the first 4bits of "active_fec_signal_mode". Fixes: c23f9ded0391 ("net/bnxt: support 200G PAM4 link") Cc: sta...@dpdk.org Sign

[PATCH 12/17] net/bnxt: fix setting autoneg speed

2022-04-27 Thread Kalesh A P
From: Kalesh AP The "active_fec_signal_mode" in HWRM_PORT_PHY_QCFG response does not return correct value till the link is up. Driver cannot rely on active_fec_signal_mode while setting autoneg speed. While setting autoneg speed, driver is currently checking only "auto_link_speed_mask". Fixed to

[PATCH 14/17] net/bnxt: fix reporting link status when port is stopped

2022-04-27 Thread Kalesh A P
From: Kalesh AP Driver forces link down during port stop. But device is not obliged link down in certain scenarios, even when forced. In that case, subsequent link queries returns link as up. Fixed to return link status as down when port is stopped. Driver is already doing that for VF/NPAR/MH fun

[PATCH 13/17] net/bnxt: force PHY update on certain configurations

2022-04-27 Thread Kalesh A P
From: Kalesh AP Device is not obliged link down in certain scenarios, even when forced. When FW does not allow any user other than the BMC to shutdown the port, bnxt_get_hwrm_link_config() call always returns link up. Force phy update always in that case, else user configuration for speed/autoneg

[PATCH 15/17] net/bnxt: recheck FW readiness if FW is in reset process

2022-04-27 Thread Kalesh A P
From: Kalesh AP If Firmware is still in reset process and returns the error HWRM_ERR_CODE_HOT_RESET_PROGRESS, retry VER_GET command. We have to do it in bnxt_handle_if_change_status(). Fixes: 0b533591238f ("net/bnxt: inform firmware about IF state changes") Cc: sta...@dpdk.org Signed-off-by: Ka

[PATCH 16/17] net/bnxt: fix freeing of VNIC filters

2022-04-27 Thread Kalesh A P
From: Somnath Kotur In bnxt_free_all_filters(), all the filters attached to a vnic are removed. But each of these filters hold a backreference ptr to the vnic and they need to be reset to NULL now. Otherwise, during a normal testpmd quit, as part of dev_close_op(), first bnxt_free_all_filters() i

[PATCH 17/17] net/bnxt: don't wait for link up completion in dev start

2022-04-27 Thread Kalesh A P
From: Somnath Kotur Invoking bnxt_link_update_op() with wait_for_completion set would result in the driver waiting for 10s in case the port link is down to complete port initialization (dev_start_op()). Change it by not waiting for the completion when invoking it in dev_start_op() Signed-off-by:

[PATCH v5 0/7] app/test: add inline IPsec and reassembly cases

2022-04-27 Thread Akhil Goyal
IP reassembly offload was added in last release. The test app for unit testing IP reassembly of inline inbound IPsec flows is added in this patchset. For testing IP reassembly, base inline IPsec is also added. The app is enhanced in v4 to handle more functional unit test cases for inline IPsec simi

[PATCH v5 1/7] app/test: add unit cases for inline IPsec offload

2022-04-27 Thread Akhil Goyal
A new test suite is added in test app to test inline IPsec protocol offload. In this patch, predefined vectors from Lookaside IPsec test are used to verify the IPsec functionality without the need of external traffic generators. The sent packet is loopbacked onto the same interface which is receive

[PATCH v5 2/7] test/security: add inline inbound IPsec cases

2022-04-27 Thread Akhil Goyal
Added test cases for inline Inbound protocol offload verification with known test vectors from Lookaside mode. Signed-off-by: Akhil Goyal --- app/test/test_security_inline_proto.c | 65 +++ 1 file changed, 65 insertions(+) diff --git a/app/test/test_security_inline_proto

[PATCH v5 3/7] test/security: add combined mode inline IPsec cases

2022-04-27 Thread Akhil Goyal
Added combined encap and decap test cases for various algorithm combinations Signed-off-by: Akhil Goyal --- app/test/test_security_inline_proto.c | 102 ++ 1 file changed, 102 insertions(+) diff --git a/app/test/test_security_inline_proto.c b/app/test/test_security_inli

[PATCH v5 4/7] test/security: add inline IPsec reassembly cases

2022-04-27 Thread Akhil Goyal
Added unit test cases for IP reassembly of inline IPsec inbound scenarios. In these cases, known test vectors of fragments are first processed for inline outbound processing and then received back on loopback interface for inbound processing along with IP reassembly of the corresponding decrypted p

[PATCH v5 5/7] test/security: add more inline IPsec functional cases

2022-04-27 Thread Akhil Goyal
Added more inline IPsec functional verification cases. These cases do not have known vectors but are verified using encap + decap test for all the algo combinations. Signed-off-by: Akhil Goyal --- app/test/test_security_inline_proto.c | 517 ++ 1 file changed, 517 inserti

[PATCH v5 6/7] test/security: add ESN and anti-replay cases for inline

2022-04-27 Thread Akhil Goyal
Added cases to test anti replay for inline IPsec processing with and without extended sequence number support. Signed-off-by: Akhil Goyal --- app/test/test_security_inline_proto.c | 308 ++ 1 file changed, 308 insertions(+) diff --git a/app/test/test_security_inline_prot

  1   2   >