numam-dpdk/drivers/net/enic/base
John Daley 1b4ce87dc5 net/enic: fix counter action
- track whether counter DMAs are active or not so they can be stopped if
  needed before DMA memory is freed
- fix counter DMA shut-down by changing vnic_dev_counter_dma_cfg() to
  take the number of counters to DMA instead of high counter index and
  use num counters = 0 to shut off DMAs
- remove unnecessary checks that DMA counter memory is valid and that
  counter DMAs are in use
- change the minimum DMA period to match what 1400 series adapter is
  capable of
- fix comments and change a couple variable names to make more sense

Fixes: 86df6c4e2f ("net/enic: support flow counter action")

Signed-off-by: John Daley <johndale@cisco.com>
Reviewed-by: Hyong Youb Kim <hyonkim@cisco.com>
2018-10-18 10:24:39 +02:00
..
cq_desc.h net/enic: add simple Rx handler 2018-07-03 01:54:26 +02:00
cq_enet_desc.h
rq_enet_desc.h
vnic_cq.c
vnic_cq.h
vnic_dev.c net/enic: fix counter action 2018-10-18 10:24:39 +02:00
vnic_dev.h net/enic: fix counter action 2018-10-18 10:24:39 +02:00
vnic_devcmd.h net/enic: fix counter action 2018-10-18 10:24:39 +02:00
vnic_enet.h net/enic: update the UDP RSS detection mechanism 2018-07-03 01:53:26 +02:00
vnic_intr.c
vnic_intr.h
vnic_nic.h net/enic: update the UDP RSS detection mechanism 2018-07-03 01:53:26 +02:00
vnic_resource.h
vnic_rq.c
vnic_rq.h net/enic: add simple Rx handler 2018-07-03 01:54:26 +02:00
vnic_rss.c
vnic_rss.h
vnic_stats.h
vnic_wq.c net/enic: reduce Tx completion updates 2018-07-03 01:54:22 +02:00
vnic_wq.h net/enic: reduce Tx completion updates 2018-07-03 01:54:22 +02:00
wq_enet_desc.h