History log of /dpdk/drivers/net/nfp/nfp_net_ctrl.c (Results 1 – 7 of 7)
Revision Date Author Comments
# b6de4353 17-Oct-2024 Zerun Fu <zerun.fu@corigine.com>

net/nfp: add missing period in logs

Unified add period at the end of the sentence in log.

Signed-off-by: Zerun Fu <zerun.fu@corigine.com>
Reviewed-by: Chaoyong He <chaoyong.he@corigine.com>
Reviewe

net/nfp: add missing period in logs

Unified add period at the end of the sentence in log.

Signed-off-by: Zerun Fu <zerun.fu@corigine.com>
Reviewed-by: Chaoyong He <chaoyong.he@corigine.com>
Reviewed-by: Long Wu <long.wu@corigine.com>
Reviewed-by: Peng Zhang <peng.zhang@corigine.com>

show more ...


# 19bd7cce 03-Sep-2024 Chaoyong He <chaoyong.he@corigine.com>

net/nfp: support different configuration BAR size

A new NIC is introduced with different configuration
BAR size other than 32K, and this is distinguished by
the application firmware's class version

net/nfp: support different configuration BAR size

A new NIC is introduced with different configuration
BAR size other than 32K, and this is distinguished by
the application firmware's class version ABI.

Signed-off-by: Chaoyong He <chaoyong.he@corigine.com>
Reviewed-by: Long Wu <long.wu@corigine.com>

show more ...


# 9d723baa 28-Oct-2023 Chaoyong He <chaoyong.he@corigine.com>

net/nfp: remove unneeded data abstraction

The data structure 'struct nfp_net_adapter' has only one data field and
we won't extend it in the future, which makes this abstraction unneeded,
so remove t

net/nfp: remove unneeded data abstraction

The data structure 'struct nfp_net_adapter' has only one data field and
we won't extend it in the future, which makes this abstraction unneeded,
so remove this data structure and the related macro
'NFP_NET_DEV_PRIVATE_TO_HW'.

Signed-off-by: Chaoyong He <chaoyong.he@corigine.com>
Reviewed-by: Peng Zhang <peng.zhang@corigine.com>

show more ...


# a3460357 27-Oct-2023 Chaoyong He <chaoyong.he@corigine.com>

common/nfp: move platform module

Move the platform module to the common library.

Signed-off-by: Chaoyong He <chaoyong.he@corigine.com>
Reviewed-by: Long Wu <long.wu@corigine.com>
Reviewed-by: Peng

common/nfp: move platform module

Move the platform module to the common library.

Signed-off-by: Chaoyong He <chaoyong.he@corigine.com>
Reviewed-by: Long Wu <long.wu@corigine.com>
Reviewed-by: Peng Zhang <peng.zhang@corigine.com>

show more ...


# 4a9bb682 27-Oct-2023 Chaoyong He <chaoyong.he@corigine.com>

net/nfp: rename parameter in related logic

Rename parameter 'hw' into 'net_hw' in the related logic, to make the
name more accurate.

Signed-off-by: Chaoyong He <chaoyong.he@corigine.com>
Reviewed-b

net/nfp: rename parameter in related logic

Rename parameter 'hw' into 'net_hw' in the related logic, to make the
name more accurate.

Signed-off-by: Chaoyong He <chaoyong.he@corigine.com>
Reviewed-by: Long Wu <long.wu@corigine.com>
Reviewed-by: Peng Zhang <peng.zhang@corigine.com>

show more ...


# 8980792d 27-Oct-2023 Chaoyong He <chaoyong.he@corigine.com>

net/nfp: extract ctrl BAR field

Extract the 'ctrl_bar' data filed into the super class, prepare for the
upcoming common library.

Signed-off-by: Chaoyong He <chaoyong.he@corigine.com>
Reviewed-by: L

net/nfp: extract ctrl BAR field

Extract the 'ctrl_bar' data filed into the super class, prepare for the
upcoming common library.

Signed-off-by: Chaoyong He <chaoyong.he@corigine.com>
Reviewed-by: Long Wu <long.wu@corigine.com>
Reviewed-by: Peng Zhang <peng.zhang@corigine.com>

show more ...


# e2018e37 27-Oct-2023 Chaoyong He <chaoyong.he@corigine.com>

net/nfp: rename ctrl module

Rename the 'nfp_ctrl' module into 'nfp_net_ctrl' module, because which
is more suitable and we will add 'nfp_common_ctrl' module in the
'drivers/common/nfp' directory.

S

net/nfp: rename ctrl module

Rename the 'nfp_ctrl' module into 'nfp_net_ctrl' module, because which
is more suitable and we will add 'nfp_common_ctrl' module in the
'drivers/common/nfp' directory.

Signed-off-by: Chaoyong He <chaoyong.he@corigine.com>
Reviewed-by: Long Wu <long.wu@corigine.com>
Reviewed-by: Peng Zhang <peng.zhang@corigine.com>

show more ...