History log of /dpdk/drivers/net/dpaa/fmlib/fm_vsp.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 6be4899c 15-Oct-2024 Hemant Agrawal <hemant.agrawal@nxp.com>

net/dpaa/fmlib: remove newline from debug logs

This patch remove the new line char from several logs in the
fmlib base driver.

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: Steph

net/dpaa/fmlib: remove newline from debug logs

This patch remove the new line char from several logs in the
fmlib base driver.

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>

show more ...


# 1ec9a3af 03-Jul-2024 Hemant Agrawal <hemant.agrawal@nxp.com>

drivers: remove newline in logs for some NXP drivers

Remove duplicate newline `\n` from the debugging macros
to avoid double `\n\n`.

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>


# 663ff698 04-Sep-2020 Jun Yang <jun.yang@nxp.com>

net/dpaa: support VSP in fmlib

This patch adds support for VSP (Virtual Storage Profile)
in fmlib routines.
VSP allow a network interface to be divided into physical
and virtual instance(s).
The con

net/dpaa: support VSP in fmlib

This patch adds support for VSP (Virtual Storage Profile)
in fmlib routines.
VSP allow a network interface to be divided into physical
and virtual instance(s).
The concept is very similar to SRIOV.

Signed-off-by: Jun Yang <jun.yang@nxp.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>

show more ...