linux/drivers/net/ethernet/qlogic/qede
Yuval Mintz d8c2c7e340 qed*: Add support for VFs over legacy PFs
Modern VFs can't run on old non-compatible as the fastpath HSI is
slightly changed - but as the HSI is actually very close [basically,
a single bit whose meaning flipped] this can be supported with small
modifications.

The major differences would be in:
  - Recognizing that VF is running on top of a legacy PF.
  - Returning some slowpath configurations that are no longer needed
    on top of modern PFs, but would be required when working over
    the legacy ones.

Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-08-22 18:24:52 -07:00
..
Makefile qede: Add dcbnl support. 2016-06-08 11:11:00 -07:00
qede.h qed*: Add support for VFs over legacy PFs 2016-08-22 18:24:52 -07:00
qede_dcbnl.c qede: Add dcbnl support. 2016-06-08 11:11:00 -07:00
qede_ethtool.c qede: Fix forcing high speeds 2016-08-18 23:04:40 -07:00
qede_main.c qed*: Add support for VFs over legacy PFs 2016-08-22 18:24:52 -07:00