linux/drivers/net/ethernet/intel/fm10k
John Fastabend 16e5cc6471 net: rework setup_tc ndo op to consume general tc operand
This patch updates setup_tc so we can pass additional parameters into
the ndo op in a generic way. To do this we provide structured union
and type flag.

This lets each classifier and qdisc provide its own set of attributes
without having to add new ndo ops or grow the signature of the
callback.

Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Acked-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-02-17 09:47:35 -05:00
..
fm10k_common.c fm10k: Resolve various spelling errors and checkpatch warnings 2015-03-03 01:07:23 -08:00
fm10k_common.h fm10k: Add support for ptp to hw specific files 2014-09-23 03:59:22 -07:00
fm10k_dcbnl.c fm10k: conditionally compile DCB and DebugFS support 2015-12-13 15:27:59 -08:00
fm10k_debugfs.c fm10k: conditionally compile DCB and DebugFS support 2015-12-13 15:27:59 -08:00
fm10k_ethtool.c fm10k: cleanup overly long lines 2015-12-13 15:28:38 -08:00
fm10k_iov.c fm10k: add support for extra debug statistics 2015-09-22 15:58:27 -07:00
fm10k_main.c fm10k: don't reinitialize RSS flow table when RXFH configured 2016-02-16 15:19:49 -05:00
fm10k_mbx.c fm10k: cleanup mailbox code comments etc 2015-12-22 05:19:57 -08:00
fm10k_mbx.h fm10k: cleanup mailbox code comments etc 2015-12-22 05:19:57 -08:00
fm10k_netdev.c net: rework setup_tc ndo op to consume general tc operand 2016-02-17 09:47:35 -05:00
fm10k_pci.c fm10k: use true/false for boolean get_host_state 2015-12-22 05:16:45 -08:00
fm10k_pf.c fm10k: constify fm10k_mac_ops, fm10k_iov_ops and fm10k_info structures 2015-12-22 05:10:01 -08:00
fm10k_pf.h fm10k: constify fm10k_mac_ops, fm10k_iov_ops and fm10k_info structures 2015-12-22 05:10:01 -08:00
fm10k_ptp.c fm10k: fix incorrect free on skb in ts_tx_enqueue 2015-06-17 14:20:36 -07:00
fm10k_tlv.c fm10k: use ether_addr_equal instead of memcmp 2015-12-22 05:01:58 -08:00
fm10k_tlv.h fm10k: cleanup mailbox code comments etc 2015-12-22 05:19:57 -08:00
fm10k_type.h fm10k: remove unused struct element 2015-12-22 05:13:07 -08:00
fm10k_vf.c fm10k: constify fm10k_mac_ops, fm10k_iov_ops and fm10k_info structures 2015-12-22 05:10:01 -08:00
fm10k_vf.h fm10k: constify fm10k_mac_ops, fm10k_iov_ops and fm10k_info structures 2015-12-22 05:10:01 -08:00
fm10k.h fm10k: initialize xps at driver load 2015-12-13 15:28:43 -08:00
Makefile fm10k: conditionally compile DCB and DebugFS support 2015-12-13 15:27:59 -08:00