[dpdk-dev] [PATCH v3 2/4] net/netvsc: add hyper-v netvsc network device

Stephen Hemminger stephen at networkplumber.org
Wed Apr 18 19:36:42 CEST 2018


On Wed, 18 Apr 2018 14:19:52 +0100
Ferruh Yigit <ferruh.yigit at intel.com> wrote:

> > +/* enables testpmd to collect per queue stats. */
> > +static int
> > +hn_queue_stats_mapping_set(__rte_unused struct rte_eth_dev *eth_dev,
> > +			       __rte_unused uint16_t queue_id,
> > +			       __rte_unused uint8_t stat_idx,
> > +			       __rte_unused uint8_t is_rx)
> > +{
> > +	return 0;
> > +}  
> 
> IS this dev_ops needed at all?

This is leftover. It is clone of original from virtio.
Not sure why (or if) it is needed. Will drop and see.


More information about the dev mailing list