linux/drivers/net/ethernet/intel/ice
Anirudh Venkataramanan 2b245cb294 ice: Implement transmit and NAPI support
This patch implements ice_start_xmit (the handler for ndo_start_xmit) and
related functions. ice_start_xmit ultimately calls ice_tx_map, where the
Tx descriptor is built and posted to the hardware by bumping the ring tail.

This patch also implements ice_napi_poll, which is invoked when there's an
interrupt on the VSI's queues. The interrupt can be due to either a
completed Tx or an Rx event. In case of a completed Tx/Rx event, resources
are reclaimed. Additionally, in case of an Rx event, the skb is fetched
and passed up to the network stack.

Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com>
Tested-by: Tony Brelinski <tonyx.brelinski@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2018-03-26 11:27:05 -07:00
..
ice.h ice: Implement transmit and NAPI support 2018-03-26 11:27:05 -07:00
ice_adminq_cmd.h ice: Configure VSIs for Tx/Rx 2018-03-26 11:18:36 -07:00
ice_common.c ice: Configure VSIs for Tx/Rx 2018-03-26 11:18:36 -07:00
ice_common.h ice: Configure VSIs for Tx/Rx 2018-03-26 11:18:36 -07:00
ice_controlq.c ice: Initialize PF and setup miscellaneous interrupt 2018-03-26 10:34:49 -07:00
ice_controlq.h ice: Initialize PF and setup miscellaneous interrupt 2018-03-26 10:34:49 -07:00
ice_devids.h
ice_hw_autogen.h ice: Configure VSIs for Tx/Rx 2018-03-26 11:18:36 -07:00
ice_lan_tx_rx.h ice: Implement transmit and NAPI support 2018-03-26 11:27:05 -07:00
ice_main.c ice: Implement transmit and NAPI support 2018-03-26 11:27:05 -07:00
ice_nvm.c ice: Start hardware initialization 2018-03-26 09:59:08 -07:00
ice_osdep.h ice: Start hardware initialization 2018-03-26 09:59:08 -07:00
ice_sched.c ice: Configure VSIs for Tx/Rx 2018-03-26 11:18:36 -07:00
ice_sched.h ice: Configure VSIs for Tx/Rx 2018-03-26 11:18:36 -07:00
ice_status.h ice: Configure VSIs for Tx/Rx 2018-03-26 11:18:36 -07:00
ice_switch.c ice: Add support for switch filter programming 2018-03-26 11:00:08 -07:00
ice_switch.h ice: Add support for switch filter programming 2018-03-26 11:00:08 -07:00
ice_txrx.c ice: Implement transmit and NAPI support 2018-03-26 11:27:05 -07:00
ice_txrx.h ice: Implement transmit and NAPI support 2018-03-26 11:27:05 -07:00
ice_type.h ice: Configure VSIs for Tx/Rx 2018-03-26 11:18:36 -07:00
Makefile ice: Configure VSIs for Tx/Rx 2018-03-26 11:18:36 -07:00