linux/drivers/net/ethernet/intel/fm10k
Alexander Duyck 5cd5e2e982 fm10k: Add support for MACVLAN acceleration
This patch adds support for L2 MACVLAN by making use of the fact that the
RRC provides a unique tag per filter called a Global Resource Tag, or GLORT.
In the case of this offload what I have done is assigned a linear block of
these so that each GLORT represents one of the MACVLAN netdevs.  By doing
this I can share the Rx queues and Tx queues for all of the MACVLAN netdevs
while allowing them to be demuxed in the Rx cleanup path.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2014-09-23 03:59:20 -07:00
..
fm10k_common.c fm10k: Add support for PF 2014-09-23 03:59:15 -07:00
fm10k_common.h fm10k: Add support for PF 2014-09-23 03:59:15 -07:00
fm10k_ethtool.c fm10k: Add support for multiple queues 2014-09-23 03:59:19 -07:00
fm10k_main.c fm10k: Add support for MACVLAN acceleration 2014-09-23 03:59:20 -07:00
fm10k_mbx.c fm10k: Implement PF <-> SM mailbox operations 2014-09-23 03:59:14 -07:00
fm10k_mbx.h fm10k: Implement PF <-> SM mailbox operations 2014-09-23 03:59:14 -07:00
fm10k_netdev.c fm10k: Add support for MACVLAN acceleration 2014-09-23 03:59:20 -07:00
fm10k_pci.c fm10k: Add support for MACVLAN acceleration 2014-09-23 03:59:20 -07:00
fm10k_pf.c fm10k: Add support for configuring PF interface 2014-09-23 03:59:15 -07:00
fm10k_pf.h fm10k: Add support for configuring PF interface 2014-09-23 03:59:15 -07:00
fm10k_tlv.c fm10k: Add support for mailbox 2014-09-23 03:59:14 -07:00
fm10k_tlv.h fm10k: Add support for mailbox 2014-09-23 03:59:14 -07:00
fm10k_type.h fm10k: Add support for mailbox 2014-09-23 03:59:14 -07:00
fm10k.h fm10k: Add support for MACVLAN acceleration 2014-09-23 03:59:20 -07:00
Makefile fm10k: Add ethtool support 2014-09-23 03:59:18 -07:00