[dpdk-dev] [PATCH v4] net/failsafe: add Rx interrupts

Moti Haimovsky motih at mellanox.com
Fri Jan 19 10:32:23 CET 2018


This patch adds support for registering and waiting for Rx
interrupts in failsafe PMD,

The patch should be applied on top of the following series of
patches by Matan Azrad:
  [PATCH v6 0/6] Fail-safe\ethdev: fix removal handling lack
  [PATCH v6 0/8] Introduce virtual driver for Hyper-V/Azure platforms 
  [PATCH v3 0/7] Port ownership and syncronization 

V4:
Rebase on top of Matam Azrad patches listed above.

V3:
Fixed build failures in FreeBSD10.3_64

V2:
Modifications according to inputs from Stephen Hemminger:
* Removed unneeded (void *) casting.
Fixed coding style warning.

Moti Haimovsky (1):
  net/failsafe: add Rx interrupts

 doc/guides/nics/features/failsafe.ini   |   1 +
 drivers/net/failsafe/Makefile           |   1 +
 drivers/net/failsafe/failsafe.c         |   4 +
 drivers/net/failsafe/failsafe_ether.c   |   1 +
 drivers/net/failsafe/failsafe_intr.c    | 597 ++++++++++++++++++++++++++++++++
 drivers/net/failsafe/failsafe_ops.c     |  28 ++
 drivers/net/failsafe/failsafe_private.h |  44 +++
 7 files changed, 676 insertions(+)
 create mode 100644 drivers/net/failsafe/failsafe_intr.c

-- 
1.8.3.1



More information about the dev mailing list