History log of /dpdk/drivers/net/ngbe/base/ngbe_mbx.c (Results 1 – 4 of 4)
Revision Date Author Comments
# ace44974 20-Jan-2025 Zaiyu Wang <zaiyuwang@trustnetic.com>

net/ngbe: support PF-VF mailbox interface

Add basic code of PF-VF mailbox implementation to serve the communication
between VF and PF devices.

Signed-off-by: Zaiyu Wang <zaiyuwang@trustnetic.com>


# c811e6a4 23-Feb-2022 Jiawen Wu <jiawenwu@trustnetic.com>

net/ngbe: fix debug logs

Remove 'DEBUGFUNC' due to too many invalid debug log prints, unify the
DEBUG level macros.

Fixes: cc934df178ab ("net/ngbe: add log and error types")
Cc: stable@dpdk.org

Si

net/ngbe: fix debug logs

Remove 'DEBUGFUNC' due to too many invalid debug log prints, unify the
DEBUG level macros.

Fixes: cc934df178ab ("net/ngbe: add log and error types")
Cc: stable@dpdk.org

Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com>

show more ...


# e2a289a7 21-Oct-2021 Jiawen Wu <jiawenwu@trustnetic.com>

net/ngbe: add mailbox process operations

Add check operation for vf function level reset,
mailbox messages and ack from vf.
Waiting to process the messages.

Signed-off-by: Jiawen Wu <jiawenwu@trust

net/ngbe: add mailbox process operations

Add check operation for vf function level reset,
mailbox messages and ack from vf.
Waiting to process the messages.

Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com>

show more ...


# 60229dcf 21-Oct-2021 Jiawen Wu <jiawenwu@trustnetic.com>

net/ngbe: support SR-IOV

Initialize and configure PF module to support SRIOV.

Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com>