Negative integrity flows are supported, but malfunctioning due to a
bug, and an API change is necessary to fix.
Drop negative flow support for now.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
Acked-by: Gregory Etelson
---
doc/guides/nics/mlx5.rst| 4 +++-
drivers/net/mlx5
ESP item is not supported on windows, yet it is expanded from the
expansion graph when trying to create default flow to RSS all packets.
Support ESP item match (without ability to match on SPI field on windows).
Split ESP validation per OS.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
mbuf for remaining segments will be allocated from the
last valid pool).
A bug in comparing segment index with mbuf index caused wrong mapping
of one of the segments.
Fix the comparison.
Fixes: 2befc67ff679 ("app/testpmd: add extended Rx queue setup")
Cc: sta...@dpdk.org
Signed-of
frequency, to define TIMER_MILLISECOND.
Fixes: af75078fece3 ("first public release")
Cc: sta...@dpdk.org
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
examples/link_status_interrupt/main.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git
ovide port number when changing state from RESET to INIT.
Fixes: 3a87b964edd3 ("net/mlx5: create Tx queues with DevX")
Cc: sta...@dpdk.org
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
Acked-by: Dmitry Kozlyuk
---
drivers/net/mlx5/linux/mlx5_verbs.c | 5 +
1 file changed, 1
,
causing all traffic belonging to all tunnels between a given
pair of GWs to land on one core.
Adding the SPI hash field can extend the spreading of IPSec packets.
support matching on ESP SPI.
Support RSS on ESP header by hashing SPI field.
Signed-off-by: Raja Zidane
---
V2: added doc.
V3: fixed
factory with a pre-defined import
method for each algorithm. The defined method could be wrapped
mode, so the device can be used as described above, or
plaintext mode, without the need to log in and wrap supplied DEKs.
Support crypto operations with the plaintext import method.
Signed-off-by: Raja
,
causing all traffic belonging to all tunnels between a given
pair of GWs to land on one core.
Adding the SPI hash field can extend the spreading of IPSec packets.
support matching on ESP SPI.
Support RSS on ESP header by hashing SPI field.
Signed-off-by: Raja Zidane
---
V2: added doc.
V3: fixed
approach with reference values, allowing
the actual counters to be writable within Rx/Tx burst threads
only, and updating reference values on stats reset.
Fixes: 87011737b715 ("mlx5: add software counters")
Cc: sta...@dpdk.org
Signed-off-by: Raja Zidane
Acked-by: Slava Ovsiienko
---
driver
Crypto capabilities struct contains info about crypto import method
(wrapped/plaintext DEK) for each of the supported algorithms.
Query crypto capabilities struct and save import methods.
Signed-off-by: Raja Zidane
---
drivers/common/mlx5/mlx5_devx_cmds.c | 13 +++--
drivers/common
factory with a pre-defined import
method for each algorithm. The defined method could be wrapped
mode, so the device can be used as described above, or
plaintext mode, without the need to log in and wrap supplied DEKs.
Support crypto operations with the plaintext import method.
Signed-off-by: Raja
factory with a pre-defined import
method for each algorithm. The defined method could be wrapped
mode, so the device can be used as described above, or
plaintext mode, without the need to log in and wrap supplied DEKs.
Raja Zidane (2):
common/mlx5: extend crypto capabilities
crypto/mlx5
In case of a probing failure caused by wrong devarg provided,
login isn't destroyed when exiting.
Destroy login on failure.
Fixes: ba707cdb6da2 ("crypto/mlx5: fix queue size configuration")
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
drivers/crypto/mlx5/mlx5_crypto.
,
causing all traffic belonging to all tunnels between a given
pair of GWs to land on one core.
Adding the SPI hash field can extend the spreading of IPSec packets.
support matching on ESP SPI.
Support RSS on ESP header by hashing SPI field.
Signed-off-by: Raja Zidane
---
V2: added doc.
V3: fixed
,
causing all traffic belonging to all tunnels between a given
pair of GWs to land on one core.
Adding the SPI hash field can extend the spreading of IPSec packets.
support matching on ESP SPI.
Support RSS on ESP header by hashing SPI field.
Signed-off-by: Raja Zidane
---
V2: added doc.
doc
LZ4 decompress will be supported starting from BlueField3.
Add LZ4 params struct to RTE XFORM struct.
Add case to check for LZ4 algo, and pass params from RTE XFORM.
Signed-off-by: Raja Zidane
---
drivers/common/mlx5/mlx5_prm.h| 6 +
drivers/compress/mlx5/mlx5_compress.c | 29
ample application")
Cc: sta...@dpdk.org
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
examples/l2fwd-crypto/main.c | 16 +++-
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/examples/l2fwd-crypto/main.c b/examples/l2fwd-crypto/main.c
index bbdb263143..b1e2613ccf 10
,
causing all traffic belonging to all tunnels between a given
pair of GWs to land on one core.
Adding the SPI hash field can extend the spreading of IPSec packets.
support matching on ESP SPI.
Support RSS on ESP header by hashing SPI field.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
o the limited number.
Fixes: 424dd6c8c1a8 ("app/compress-perf: add weak functions for multicore test")
Cc: sta...@dpdk.org
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
app/test-compress-perf/main.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/app/test-compress-perf/ma
ned-off-by: Raja Zidane
Acked-by: Matan Azrad
---
app/test-compress-perf/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/test-compress-perf/main.c b/app/test-compress-perf/main.c
index 6ff6a2f04a..3402b65c63 100644
--- a/app/test-compress-perf/main.c
+++ b/app/test-com
socket_id from unsigned 8 bit integer to integer.
Fixes: ed7dd94f7f66 ("compressdev: add basic device management")
Cc: fiona.tr...@intel.com
Cc: sta...@dpdk.org
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
lib/compressdev/rte_compressdev_internal.h | 2 +-
1 file changed, 1 inser
.
Also added an error message for a case of missing B-final flag.
Fixes: f8c97babc9f4 ("compress/mlx5: add data-path functions")
Cc: sta...@dpdk.org
Signed-off-by: Raja Zidane
---
Acked-by: Matan Azrad
V2: fix implicit switch-case fallthrough
drivers/common/mlx5/mlx5_prm.h
;)
Cc: sta...@dpdk.org
Signed-off-by: Raja Zidane
---
Acked-by: Matan Azrad ma...@nvidia.com
app/test-compress-perf/comp_perf_test_cyclecount.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/app/test-compress-perf/comp_perf_test_cyclecount.c
b/app/test-com
In cyclecount main_loop function, each iteration it tries to enqueue X ops,
in case Y
---
Acked-by: Matan Azrad ma...@nvidia.com
app/test-compress-perf/comp_perf_test_cyclecount.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/test-compress-perf/comp_perf_test_cyclecount.c
.
Also added an error message for a case of missing B-final flag.
Fixes: f8c97babc9f4 ("compress/mlx5: add data-path functions")
Cc: sta...@dpdk.org
Signed-off-by: Raja Zidane
---
Acked-by: Matan Azrad ma...@nvidia.com
drivers/common/mlx5/mlx5_prm.h| 5 +
drivers/com
")
Cc: sta...@dpdk.org
Signed-off-by: Raja Zidane
---
V2: Log error when an unrecognized tunnel is found (unknown UDP dst port),
instead of parsing it as VxLan by default.
V3: revert unneeded changes (swapping parse_geneve & parse_vxlan).
V4: Log unknown tunnel error in debug mode.
app/
")
Cc: sta...@dpdk.org
Signed-off-by: Raja Zidane
---
V2: Log error when an unrecognized tunnel is found (unknown UDP dst port),
instead of parsing it as VxLan by default.
V3: revert unneeded changes (swapping parse_geneve & parse_vxlan).
app/test-pmd/csumonly.c | 15 +--
using the csum to
parse the GENEVE header as VXLAN when the Rx port set the tunnel packet
type.
Remove the fall back case to VxLan.
Log error of unrecognized tunnel if no tunnel was parsed successfully.
Fixes: ea0e711b8ae0 ("app/testpmd: add GENEVE parsing")
Cc: sta...@dpdk.org
Sign
ep
Sent: Monday, January 31, 2022 6:48 PM
To: Raja Zidane ; Matan Azrad ; Ferruh
Yigit ; dev@dpdk.org; Beilei Xing
; Qi Zhang
Cc: sta...@dpdk.org
Subject: Re: [PATCH] app/testpmd: fix GENEVE parsing in csum forward mode
External email: Use caution opening links or attachments
On 1/30/2022 4:48
ren't detected and parsed as vxlan instead, which
is the bug I was trying to solve.
-Original Message-
From: Singh, Aman Deep
Sent: Thursday, January 20, 2022 12:47 PM
To: Matan Azrad ; Ferruh Yigit ; Raja
Zidane ; dev@dpdk.org
Cc: sta...@dpdk.org
Subject: Re: [PATCH] app/testpmd:
rst mark action after dev_start operation.
Fixes: 8e61555657b2 ("net/mlx5: fix shared RSS and mark actions combination")
Cc: sta...@dpdk.org
Signed-off-by: Raja Zidane
---
Acked-by: Matan Azrad ma...@nvidia.com
drivers/net/mlx5/mlx5.h| 1 +
drivers/net/mlx5/mlx5
using the csum to
parse the GENEVE header as VXLAN when the Rx port set the tunnel packet
type.
Locate the GENEVE parsing trial before the packet type detection.
Fixes: ea0e711b8ae0 ("app/testpmd: add GENEVE parsing")
Cc: sta...@dpdk.org
Signed-off-by: Raja Zidane
---
Acked-by: Matan A
rypto/mlx5: support queue pairs operations")
Cc: sta...@dpdk.org
Signed-off-by: Raja Zidane
---
Acked-by: Matan Azrad
drivers/crypto/mlx5/mlx5_crypto.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/crypto/mlx5/mlx5_crypto.c
b/drivers/crypto/mlx5/mlx5
Starting from FW version xx.32.0108. version, the BlueField2 and
ConnextX6-DX adapters support crypto operations.
Add them to the supported PCI devices list.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
Acked-by: Tal Shnaiderman
---
V2: fixed checkpatch warning.
V3: fixed doc.
V4: fixed
mlx5 driver wrongly defined the Huffman block size configuration
according to the level that doesn't fill the level API requirement for
the tradeoff.
Remove the effect of the level configuration in compress operation.
Add "log-block-size" devarg to select compression block size
Currently, the compression block size is 15 by default, which
is the maximum.
Add "log-block-size" devarg to select compression block size manually.
The value provided should be between 4 to 15.
Any out-of-range value will be defaulted to 15.
Signed-off-by: Raja Zidane
Acked-by: M
on")
Fixes: 39a2c8715f8f ("compress/mlx5: add transformation operations")
Cc: sta...@dpdk.org
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
drivers/compress/mlx5/mlx5_compress.c | 18 +++---
1 file changed, 3 insertions(+), 15 deletions(-)
diff --gi
New MMO HCA capabilities were added and others were renamed.
Align hca capabilities with new prm.
Add support in devx interface for changes in HCA capabilities.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
drivers/common/mlx5/mlx5_devx_cmds.c | 15 ---
drivers/common/mlx5
decompress_mmo_qp==1.
Add support to DevX interface to set MMO bit.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
drivers/common/mlx5/mlx5_devx_cmds.c | 7 +++
drivers/common/mlx5/mlx5_devx_cmds.h | 1 +
drivers/common/mlx5/mlx5_prm.h | 28 +++-
3 files
in commit 2/5.
V5: rebase.
V6: rebase on main.
Raja Zidane (5):
common/mlx5: share DevX QP operations
common/mlx5: update new MMO HCA capabilities
common/mlx5: add MMO configuration for the DevX QP
compress/mlx5: refactor queue HW object
regex/mlx5: refactor HW queue objects
drivers
object.
The FW introduced new capabilities to define whether the MMO
configuration should be configured for the GGA queue.
Replace all the GGA queue objects to QP, set MMO configuration according
to the new FW capabilities.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
drivers/regex/mlx5
QP object.
The FW introduced new capabilities to define whether the MMO
configuration should be configured for the GGA queue.
Replace all the GGA queue objects to QP, set MMO configuration according
to the new FW capabilities.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
drivers/compress
to QP creation.
It's for better code maintenance and reuse.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
drivers/common/mlx5/mlx5_common_devx.c | 144 +
drivers/common/mlx5/mlx5_common_devx.h | 23
drivers/common/mlx5/mlx5_devx_cmds.c | 1 +
dr
in commit 2/5.
V5: rebase.
Raja Zidane (5):
common/mlx5: update new MMO HCA capabilities
common/mlx5: add MMO configuration for the DevX QP
compress/mlx5: refactor queue HW object
regex/mlx5: refactor HW queue objects
compress/mlx5: allow partial transformations support
drivers/common
QP object.
The FW introduced new capabilities to define whether the MMO
configuration should be configured for the GGA queue.
Replace all the GGA queue objects to QP, set MMO configuration according
to the new FW capabilities.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
drivers/compress
New MMO HCA capabilities were added and others were renamed.
Align hca capabilities with new prm.
Add support in devx interface for changes in HCA capabilities.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
drivers/common/mlx5/mlx5_devx_cmds.c | 15 ---
drivers/common/mlx5
decompress_mmo_qp==1.
Add support to DevX interface to set MMO bit.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
drivers/common/mlx5/mlx5_devx_cmds.c | 7 +++
drivers/common/mlx5/mlx5_devx_cmds.h | 1 +
drivers/common/mlx5/mlx5_prm.h | 28 +++-
3 files
object.
The FW introduced new capabilities to define whether the MMO
configuration should be configured for the GGA queue.
Replace all the GGA queue objects to QP, set MMO configuration according
to the new FW capabilities.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
drivers/regex/mlx5
.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
drivers/compress/mlx5/mlx5_compress.c | 61 ---
1 file changed, 46 insertions(+), 15 deletions(-)
diff --git a/drivers/compress/mlx5/mlx5_compress.c
b/drivers/compress/mlx5/mlx5_compress.c
index 5c5aa87a18..e94e8fb0c6
decompress_mmo_qp==1.
Add support to DevX interface to set MMO bit.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
drivers/common/mlx5/mlx5_devx_cmds.c | 7 +++
drivers/common/mlx5/mlx5_devx_cmds.h | 1 +
drivers/common/mlx5/mlx5_prm.h | 28 +++-
3 files
object.
The FW introduced new capabilities to define whether the MMO
configuration should be configured for the GGA queue.
Replace all the GGA queue objects to QP, set MMO configuration according
to the new FW capabilities.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
drivers/regex/mlx5
New MMO HCA capabilities were added and others were renamed.
Align hca capabilities with new prm.
Add support in devx interface for changes in HCA capabilities.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
drivers/common/mlx5/mlx5_devx_cmds.c | 15 ---
drivers/common/mlx5
QP object.
The FW introduced new capabilities to define whether the MMO
configuration should be configured for the GGA queue.
Replace all the GGA queue objects to QP, set MMO configuration according
to the new FW capabilities.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
drivers/compress
to QP creation.
It's for better code maintenance and reuse.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
drivers/common/mlx5/mlx5_common_devx.c | 144 +
drivers/common/mlx5/mlx5_common_devx.h | 23
drivers/common/mlx5/mlx5_devx_cmds.c | 1 +
dr
in commit 2/5.
Raja Zidane (5):
common/mlx5: share DevX QP operations
common/mlx5: update new MMO HCA capabilities
common/mlx5: add MMO configuration for the DevX QP
compress/mlx5: refactor queue HW object
regex/mlx5: refactor HW queue objects
drivers/common/mlx5/mlx5_common_devx.c
: fix checkpatch errors
V3: rebase.
---mlx5: replaced hardware queue object
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
drivers/compress/mlx5/mlx5_compress.c | 61 ---
1 file changed, 46 insertions(+), 15 deletions(-)
diff --git a/drivers/compress/mlx5
decompress_mmo_qp==1.
Add support to DevX interface to set MMO bit.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
drivers/common/mlx5/mlx5_devx_cmds.c | 7 +++
drivers/common/mlx5/mlx5_devx_cmds.h | 1 +
drivers/common/mlx5/mlx5_prm.h | 28 +++-
3 files
object.
The FW introduced new capabilities to define whether the MMO
configuration should be configured for the GGA queue.
Replace all the GGA queue objects to QP, set MMO configuration according
to the new FW capabilities.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
drivers/regex/mlx5
QP object.
The FW introduced new capabilities to define whether the MMO
configuration should be configured for the GGA queue.
Replace all the GGA queue objects to QP, set MMO configuration according
to the new FW capabilities.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
drivers/compress
New MMO HCA capabilities were added and others were renamed.
Align hca capabilities with new prm.
Add support in devx interface for changes in HCA capabilities.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
drivers/common/mlx5/mlx5_devx_cmds.c | 15 ---
drivers/common/mlx5
only
in the QP object.
The FW introduced new capabilities to define whether the mmo
configuration should be configured for the GGA queue.
Replace all the GGA queue objects to QP, set mmo configuration according
to the new FW capabilities.
V2: fix checkpatch errors.
V3: rebase.
Raja Zidane (5
to QP creation.
It's for better code maintenance and reuse.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
drivers/common/mlx5/mlx5_common_devx.c | 144 +
drivers/common/mlx5/mlx5_common_devx.h | 23
drivers/common/mlx5/mlx5_devx_cmds.c | 1 +
dr
object.
The FW introduced new capabilities to define whether the MMO
configuration should be configured for the GGA queue.
Replace all the GGA queue objects to QP, set MMO configuration according
to the new FW capabilities.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
drivers/regex/mlx5
decompress_mmo_qp==1.
Add support to DevX interface to set MMO bit.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
drivers/common/mlx5/mlx5_devx_cmds.c | 7 +++
drivers/common/mlx5/mlx5_devx_cmds.h | 1 +
drivers/common/mlx5/mlx5_prm.h | 28 +++-
3 files
QP object.
The FW introduced new capabilities to define whether the MMO
configuration should be configured for the GGA queue.
Replace all the GGA queue objects to QP, set MMO configuration according
to the new FW capabilities.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
drivers/compress
New MMO HCA capabilities were added and others were renamed.
Align hca capabilities with new prm.
Add support in devx interface for changes in HCA capabilities.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
drivers/common/mlx5/mlx5_devx_cmds.c | 15 ---
drivers/common/mlx5
only
in the QP object.
The FW introduced new capabilities to define whether the mmo
configuration should be configured for the GGA queue.
Replace all the GGA queue objects to QP, set mmo configuration according
to the new FW capabilities.
V2: fix coding style issues.
Raja Zidane (5):
common/mlx5
to QP creation.
It's for better code maintenance and reuse.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
drivers/common/mlx5/mlx5_common_devx.c | 144 +
drivers/common/mlx5/mlx5_common_devx.h | 23
drivers/common/mlx5/mlx5_devx_cmds.c | 1 +
dr
: fix checkpatches errors.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
drivers/compress/mlx5/mlx5_compress.c | 61 ---
1 file changed, 46 insertions(+), 15 deletions(-)
diff --git a/drivers/compress/mlx5/mlx5_compress.c
b/drivers/compress/mlx5/mlx5_compress.c
QP object.
The FW introduced new capabilities to define whether the MMO
configuration should be configured for the GGA queue.
Replace all the GGA queue objects to QP, set MMO configuration according
to the new FW capabilities.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
drivers/compress
.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
drivers/compress/mlx5/mlx5_compress.c | 65 ---
1 file changed, 49 insertions(+), 16 deletions(-)
diff --git a/drivers/compress/mlx5/mlx5_compress.c
b/drivers/compress/mlx5/mlx5_compress.c
index d65e1e14da..58e6a7cf8d
New MMO HCA capabilities were added and others were renamed.
Align hca capabilities with new prm.
Add support in devx interface for changes in HCA capabilities.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
drivers/common/mlx5/mlx5_devx_cmds.c | 11 ---
drivers/common/mlx5
object.
The FW introduced new capabilities to define whether the MMO
configuration should be configured for the GGA queue.
Replace all the GGA queue objects to QP, set MMO configuration according
to the new FW capabilities.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
drivers/regex/mlx5
only
in the QP object.
The FW introduced new capabilities to define whether the mmo
configuration should be configured for the GGA queue.
Replace all the GGA queue objects to QP, set mmo configuration according
to the new FW capabilities.
Raja Zidane (5):
common/mlx5: share DevX QP operations
decompress_mmo_qp==1.
Add support to DevX interface to set MMO bit.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
drivers/common/mlx5/mlx5_devx_cmds.c | 5 +
drivers/common/mlx5/mlx5_devx_cmds.h | 1 +
drivers/common/mlx5/mlx5_prm.h | 27 ++-
3 files changed
to QP creation.
It's for better code maintenance and reuse.
Signed-off-by: Raja Zidane
Acked-by: Matan Azrad
---
drivers/common/mlx5/mlx5_common_devx.c | 144 +
drivers/common/mlx5/mlx5_common_devx.h | 23
drivers/common/mlx5/mlx5_devx_cmds.c | 1 +
dr
Signed-off-by: Raja Zidane
---
drivers/common/mlx5/mlx5_common_devx.c | 28
drivers/common/mlx5/mlx5_common_devx.h | 3 ++
drivers/common/mlx5/version.map | 1 +
drivers/compress/mlx5/mlx5_compress.c | 31 +
drivers/crypto/mlx5/mlx5_crypto.c | 30
Signed-off-by: Raja Zidane
---
drivers/common/mlx5/mlx5_common_devx.c | 111 +
drivers/common/mlx5/mlx5_common_devx.h | 20 +
drivers/common/mlx5/version.map| 2 +
drivers/crypto/mlx5/mlx5_crypto.c | 80 +++---
drivers/crypto/mlx5
Signed-off-by: Raja Zidane
---
drivers/common/mlx5/mlx5_devx_cmds.c | 14 -
drivers/common/mlx5/mlx5_devx_cmds.h | 10 ++-
drivers/common/mlx5/mlx5_prm.h| 42 +++--
drivers/compress/mlx5/mlx5_compress.c | 91 ++-
4 files changed, 116 insertions
supported only in the QP
object.
The FW introduced new capabilities to define whether the mmo configuration
should be configured for the GGA queue.
Replace all the GGA queue objects to QP, set mmo configuration according to the
new FW capabilities.
Raja Zidane (3):
common/mlx5: add common qp_create
nvidia.com
Cc: sta...@dpdk.org
Signed-off-by: Raja Zidane
---
drivers/compress/mlx5/mlx5_compress.c | 17 -
1 file changed, 12 insertions(+), 5 deletions(-)
diff --git a/drivers/compress/mlx5/mlx5_compress.c
b/drivers/compress/mlx5/mlx5_compress.c
index 5c2b9dc859..883e720ec1 10
81 matches
Mail list logo