numam-dpdk/drivers/net/avf
Thomas Monjalon f8e9989606 remove useless constructor headers
A constructor is usually declared with RTE_INIT* macros.
As it is a static function, no need to declare before its definition.
The macro is used directly in the function definition.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
2018-07-12 00:00:35 +02:00
..
base net/avf/base: add base code for avf PMD 2018-01-16 18:47:49 +01:00
avf_ethdev.c remove useless constructor headers 2018-07-12 00:00:35 +02:00
avf_log.h net/avf: enable basic Rx Tx 2018-01-16 18:47:49 +01:00
avf_rxtx_vec_common.h ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
avf_rxtx_vec_sse.c ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
avf_rxtx.c ethdev: new Rx/Tx offloads API 2018-05-14 22:31:51 +01:00
avf_rxtx.h net/avf: convert to new Rx and Tx offload API 2018-04-14 00:40:21 +02:00
avf_vchnl.c ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
avf.h net/avf: enable bulk allocate Rx 2018-01-16 18:47:49 +01:00
Makefile net/avf: fix makefile typo 2018-01-21 15:51:52 +01:00
rte_pmd_avf_version.map net/avf: initialize PMD 2018-01-16 18:47:49 +01:00