net/qede: fix incorrect link status update
[dpdk.git] / drivers / net / sfc / base / siena_nic.c
index c3a9495..31eef80 100644 (file)
@@ -161,6 +161,7 @@ siena_board_cfg(
        encp->enc_allow_set_mac_with_installed_filters = B_TRUE;
        encp->enc_rx_packed_stream_supported = B_FALSE;
        encp->enc_rx_var_packed_stream_supported = B_FALSE;
+       encp->enc_rx_es_super_buffer_supported = B_FALSE;
        encp->enc_fw_subvariant_no_tx_csum_supported = B_FALSE;
 
        /* Siena supports two 10G ports, and 8 lanes of PCIe Gen2 */
@@ -171,6 +172,10 @@ siena_board_cfg(
 
        encp->enc_mac_stats_nstats = MC_CMD_MAC_NSTATS;
 
+       encp->enc_filter_action_flag_supported = B_FALSE;
+       encp->enc_filter_action_mark_supported = B_FALSE;
+       encp->enc_filter_action_mark_max = 0;
+
        return (0);
 
 fail2: