History log of /dpdk/drivers/net/mana/mana.h (Results 26 – 28 of 28)
Revision Date Author Comments
# bd15f237 05-Oct-2022 Long Li <longli@microsoft.com>

net/mana: support device removal interrupts

MANA supports PCI hot plug events. Add this interrupt to DPDK core so its
parent PMD can detect device removal during Azure servicing or live
migration.

net/mana: support device removal interrupts

MANA supports PCI hot plug events. Add this interrupt to DPDK core so its
parent PMD can detect device removal during Azure servicing or live
migration.

Signed-off-by: Long Li <longli@microsoft.com>

show more ...


# 0dbfecfe 05-Oct-2022 Long Li <longli@microsoft.com>

net/mana: add device configuration and stop

MANA defines its memory allocation functions to override IB layer default
functions to allocate device queues. This patch adds the code for device
configu

net/mana: add device configuration and stop

MANA defines its memory allocation functions to override IB layer default
functions to allocate device queues. This patch adds the code for device
configuration and stop.

Signed-off-by: Long Li <longli@microsoft.com>

show more ...


# 517ed6e2 05-Oct-2022 Long Li <longli@microsoft.com>

net/mana: add basic driver with build environment

MANA is a PCI device. It uses IB verbs to access hardware through the
kernel RDMA layer. This patch introduces build environment and basic
device pr

net/mana: add basic driver with build environment

MANA is a PCI device. It uses IB verbs to access hardware through the
kernel RDMA layer. This patch introduces build environment and basic
device probe functions.

Signed-off-by: Long Li <longli@microsoft.com>

show more ...


12