History log of /dpdk/drivers/common/nitrox/nitrox_qp.c (Results 1 – 3 of 3)
Revision Date Author Comments
# e99981af 12-Aug-2024 David Marchand <david.marchand@redhat.com>

drivers: replace logging helpers

Prepare for the conversion to RTE_LOG_LINE.
Some drivers currently add no \n in the logging macro and
have the callers do it.

Let's invert this logic but again, thi

drivers: replace logging helpers

Prepare for the conversion to RTE_LOG_LINE.
Some drivers currently add no \n in the logging macro and
have the callers do it.

Let's invert this logic but again, thinking about backports, introduce
the change in new macros.

Signed-off-by: David Marchand <david.marchand@redhat.com>

show more ...


# 751ea2c0 02-Mar-2024 Nagadheeraj Rottela <rnagadheeraj@marvell.com>

common/nitrox: add compress hardware queue management

Added compress device hardware ring initialization.

Signed-off-by: Nagadheeraj Rottela <rnagadheeraj@marvell.com>
Acked-by: Akhil Goyal <gakhil

common/nitrox: add compress hardware queue management

Added compress device hardware ring initialization.

Signed-off-by: Nagadheeraj Rottela <rnagadheeraj@marvell.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>

show more ...


# 024a8abb 02-Mar-2024 Nagadheeraj Rottela <rnagadheeraj@marvell.com>

crypto/nitrox: move common code

A new compressdev Nitrox PMD will be added in next few patches.
This patch moves some of the common code which is shared across
Nitrox crypto and compress drivers to

crypto/nitrox: move common code

A new compressdev Nitrox PMD will be added in next few patches.
This patch moves some of the common code which is shared across
Nitrox crypto and compress drivers to drivers/common/nitrox folder.

Signed-off-by: Nagadheeraj Rottela <rnagadheeraj@marvell.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>

show more ...