X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fsfc%2Fbase%2Fefx_check.h;h=555c184a15cac579e97e85cf4d8881e9474e4543;hb=f9565517ff4f;hp=78cfd8ee1b708ed466abf8b6f882ad5c0626e2ca;hpb=62ef0c695024e985cbd6f14f9508e9912bfe00bb;p=dpdk.git diff --git a/drivers/net/sfc/base/efx_check.h b/drivers/net/sfc/base/efx_check.h index 78cfd8ee1b..555c184a15 100644 --- a/drivers/net/sfc/base/efx_check.h +++ b/drivers/net/sfc/base/efx_check.h @@ -59,6 +59,11 @@ # error "FALCON_NIC_CFG_OVERRIDE is obsolete and is not supported." #endif +#if EFSYS_OPT_FILTER +/* Support hardware packet filters */ +# error "FILTER requires SIENA or HUNTINGTON or MEDFORD" +#endif /* EFSYS_OPT_FILTER */ + #ifdef EFSYS_OPT_MAC_FALCON_GMAC # error "MAC_FALCON_GMAC is obsolete and is not supported." #endif