[dpdk-dev] [PATCH v3 0/7] interrupt mode for fm10k

Shaopeng He shaopeng.he at intel.com
Thu Nov 5 06:12:02 CET 2015


This patch series adds interrupt mode support for fm10k,
contains four major parts:

1. implement rx_descriptor_done function in fm10k
2. make sure default VID available in dev_init in fm10k
3. fix a memory leak for non-ip packet in l3fwd-power
4. add rx interrupt support in fm10k PF and VF

Changes in v3:
- Rebase to latest code

Changes in v2:
- Reword some comments and commit messages
- Split one big patch into three smaller ones

Shaopeng He (7):
  fm10k: implement rx_descriptor_done function
  fm10k: setup rx queue interrupts for PF and VF
  fm10k: remove rx queue interrupts when dev stops
  fm10k: add rx queue interrupt en/dis functions
  fm10k: make sure default VID available in dev_init
  l3fwd-power: fix a memory leak for non-ip packet
  doc: release note update for fm10k intr mode

 doc/guides/rel_notes/release_2_2.rst |   7 ++
 drivers/net/fm10k/fm10k.h            |   6 ++
 drivers/net/fm10k/fm10k_ethdev.c     | 172 ++++++++++++++++++++++++++++++++---
 drivers/net/fm10k/fm10k_rxtx.c       |  25 +++++
 examples/l3fwd-power/main.c          |   3 +-
 5 files changed, 201 insertions(+), 12 deletions(-)

-- 
1.9.3



More information about the dev mailing list