History log of /dpdk/drivers/net/dpaa/fmlib/fm_lib.c (Results 1 – 4 of 4)
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>


# 06c047b6 09-Feb-2022 Stephen Hemminger <stephen@networkplumber.org>

remove unnecessary null checks

Functions like free, rte_free, and rte_mempool_free
already handle NULL pointer so the checks here are not necessary.

Remove redundant NULL pointer checks before free

remove unnecessary null checks

Functions like free, rte_free, and rte_mempool_free
already handle NULL pointer so the checks here are not necessary.

Remove redundant NULL pointer checks before free functions
found by nullfree.cocci

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>

show more ...


# 2ffc1057 04-Sep-2020 Hemant Agrawal <hemant.agrawal@nxp.com>

net/dpaa: support fmlib

DPAA platorm MAC interface is known as FMAN i.e. Frame Manager.
There are two ways to control it.
1. Statically configure the queues and classification rules before the
start

net/dpaa: support fmlib

DPAA platorm MAC interface is known as FMAN i.e. Frame Manager.
There are two ways to control it.
1. Statically configure the queues and classification rules before the
start of the application using FMC tool.
2. Dynamically configure it within application by making API calls of
fmlib.

The fmlib or Frame Manager library provides an API on top of the
Frame Manager driver ioctl calls, that provides a user space application
with a simple way to configure driver parameters and PCD
(parse - classify - distribute) rules.

This patch integrates the base fmlib so that various queue config, RSS
and classification related features can be supported on DPAA platform.

Signed-off-by: Sachin Saxena <sachin.saxena@nxp.com>
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>

show more ...