Hi David, This series re-structures the driver's ethtool rx flow classification flow, following that it adds other flow profiles and rx flow classification enhancements via "ethtool -N/-U"
Please consider applying this to "net-next" Thanks, Manish Manish Chopra (5): qede: Refactor ethtool rx classification flow. qede: Validate unsupported configurations qed*: Support other classification modes. qede: Support flow classification to the VFs. qed*: Support drop action classification drivers/net/ethernet/qlogic/qed/qed_l2.c | 37 +- drivers/net/ethernet/qlogic/qede/qede.h | 1 + drivers/net/ethernet/qlogic/qede/qede_ethtool.c | 1 + drivers/net/ethernet/qlogic/qede/qede_filter.c | 656 +++++++++++++++++------- drivers/net/ethernet/qlogic/qede/qede_main.c | 1 + include/linux/qed/qed_eth_if.h | 4 + include/linux/qed/qed_if.h | 1 + 7 files changed, 502 insertions(+), 199 deletions(-) -- 1.8.3.1