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

net/ngbe: add some ops to VF shared with PF

Some RXTX operations like queue setup and release, packet type get, and
Tx done cleanup have been supported on PF device. There are ops
functions directly

net/ngbe: add some ops to VF shared with PF

Some RXTX operations like queue setup and release, packet type get, and
Tx done cleanup have been supported on PF device. There are ops
functions directly added.

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

show more ...


# 54670a16 20-Jan-2025 Zaiyu Wang <zaiyuwang@trustnetic.com>

net/ngbe: support registers dump for VF device

Add support to dump registers for VF device. Currently we only support a
small number of registers. More registers will be added as needed.

Signed-off

net/ngbe: support registers dump for VF device

Add support to dump registers for VF device. Currently we only support a
small number of registers. More registers will be added as needed.

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

show more ...


# 95956bc0 20-Jan-2025 Zaiyu Wang <zaiyuwang@trustnetic.com>

net/ngbe: add start/stop/reset/close ops for VF device

Add the complete configuration process for start/stop/reset/close ops,
so that applications can enable the device correctly.

Signed-off-by: Za

net/ngbe: add start/stop/reset/close ops for VF device

Add the complete configuration process for start/stop/reset/close ops,
so that applications can enable the device correctly.

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

show more ...


# 1d13283a 20-Jan-2025 Zaiyu Wang <zaiyuwang@trustnetic.com>

net/ngbe: add stats for VF device

Add support to get stats and extended stats by reading hardware
registers.

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


# 62c072c0 20-Jan-2025 Zaiyu Wang <zaiyuwang@trustnetic.com>

net/ngbe: add link update ops for VF device

Add support to check link feature for VF device, including link speed,
duplex mode and link state.

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


# fda42583 20-Jan-2025 Zaiyu Wang <zaiyuwang@trustnetic.com>

net/ngbe: support interrupt for VF device

Add VF device interrupt handler, support to enable and disable RX queue
interrupt, and configure misx interrupt.

Signed-off-by: Zaiyu Wang <zaiyuwang@trust

net/ngbe: support interrupt for VF device

Add VF device interrupt handler, support to enable and disable RX queue
interrupt, and configure misx interrupt.

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

show more ...


# f47dc03c 20-Jan-2025 Zaiyu Wang <zaiyuwang@trustnetic.com>

net/ngbe: add VLAN ops for VF device

Add support for VLAN filter, offload and strip set feature.

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


# 711a06e8 20-Jan-2025 Zaiyu Wang <zaiyuwang@trustnetic.com>

net/ngbe: add datapath init for VF device

Add support for datapath init, including RX and TX unit init.

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


# 2aba42f6 20-Jan-2025 Zaiyu Wang <zaiyuwang@trustnetic.com>

net/ngbe: add MAC address ops for VF device

Generate a random MAC address if none was assigned by PF during
the initialization of VF device. And support to add and remove
MAC address.

Signed-off-by

net/ngbe: add MAC address ops for VF device

Generate a random MAC address if none was assigned by PF during
the initialization of VF device. And support to add and remove
MAC address.

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

show more ...


# 77102375 20-Jan-2025 Zaiyu Wang <zaiyuwang@trustnetic.com>

net/ngbe: add MTU ops for VF device

Support to update MTU for VF device.

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


# 7744e908 20-Jan-2025 Zaiyu Wang <zaiyuwang@trustnetic.com>

net/ngbe: add promiscuous and allmulticast ops for VF device

Support to enable and disable promiscuous and allmulticast mode on VF
device.

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


# 66070ca4 20-Jan-2025 Zaiyu Wang <zaiyuwang@trustnetic.com>

net/ngbe: add hardware configuration for VF device

Add basic hardware configure flow and device information statement.

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


# 950820f1 20-Jan-2025 Zaiyu Wang <zaiyuwang@trustnetic.com>

net/ngbe: add probe and remove for VF device

Introduce virtual function driver in ngbe PMD, add simple init and
uninit function to probe and remove the device.

Signed-off-by: Zaiyu Wang <zaiyuwang@

net/ngbe: add probe and remove for VF device

Introduce virtual function driver in ngbe PMD, add simple init and
uninit function to probe and remove the device.

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

show more ...