]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/enic/enic.h
ethdev: make stats and xstats reset callbacks return int
[dpdk.git] / drivers / net / enic / enic.h
index 72b1e7956b489eb2bb99e725f670fdea4f220fa5..579d11872c1e15865633c7061816d1ed95495251 100644 (file)
@@ -304,7 +304,7 @@ void enic_remove(struct enic *enic);
 int enic_get_link_status(struct enic *enic);
 int enic_dev_stats_get(struct enic *enic,
                       struct rte_eth_stats *r_stats);
-void enic_dev_stats_clear(struct enic *enic);
+int enic_dev_stats_clear(struct enic *enic);
 int enic_add_packet_filter(struct enic *enic);
 int enic_set_mac_address(struct enic *enic, uint8_t *mac_addr);
 int enic_del_mac_address(struct enic *enic, int mac_index);