X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fsfc%2Fsfc.h;h=d287413d6ebcd89e5a97625fafe83a9324d2bfcb;hb=84a9b48128c18c9713edd46400ed8840eb7a931f;hp=007ed24b70b3ed0ed5535fe913b9fd14563b22a5;hpb=83daf156a9e7845f16059aa45a781baf48eb8ff5;p=dpdk.git diff --git a/drivers/net/sfc/sfc.h b/drivers/net/sfc/sfc.h index 007ed24b70..d287413d6e 100644 --- a/drivers/net/sfc/sfc.h +++ b/drivers/net/sfc/sfc.h @@ -150,6 +150,11 @@ struct sfc_port { boolean_t flow_ctrl_autoneg; size_t pdu; + /* + * Flow API isolated mode overrides promisc and allmulti settings; + * they won't be applied if isolated mode is active + */ + boolean_t isolated; boolean_t promisc; boolean_t allmulti;