numam-dpdk/drivers/net/igc
Alvin Zhang a5aeb2b9e2 net/igc: support Rx and Tx
Below ops are added too:
mac_addr_add
mac_addr_remove
mac_addr_set
set_mc_addr_list
mtu_set
promiscuous_enable
promiscuous_disable
allmulticast_enable
allmulticast_disable
rx_queue_setup
rx_queue_release
rx_queue_count
rx_descriptor_done
rx_descriptor_status
tx_descriptor_status
tx_queue_setup
tx_queue_release
tx_done_cleanup
rxq_info_get
txq_info_get
dev_supported_ptypes_get

Signed-off-by: Alvin Zhang <alvinx.zhang@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
2020-04-21 13:57:07 +02:00
..
base net/igc: support device initialization 2020-04-21 13:57:07 +02:00
igc_ethdev.c net/igc: support Rx and Tx 2020-04-21 13:57:07 +02:00
igc_ethdev.h net/igc: support Rx and Tx 2020-04-21 13:57:07 +02:00
igc_logs.c
igc_logs.h net/igc: support Rx and Tx 2020-04-21 13:57:07 +02:00
igc_txrx.c net/igc: support Rx and Tx 2020-04-21 13:57:07 +02:00
igc_txrx.h net/igc: support Rx and Tx 2020-04-21 13:57:07 +02:00
Makefile net/igc: support Rx and Tx 2020-04-21 13:57:07 +02:00
meson.build net/igc: support Rx and Tx 2020-04-21 13:57:07 +02:00
rte_pmd_igc_version.map