net/bnxt: add TruFlow core identifier
[dpdk.git] / drivers / net / sfc / base / siena_mac.c
index 928dfc3..c4898e5 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-3-Clause
  *
- * Copyright (c) 2009-2018 Solarflare Communications Inc.
- * All rights reserved.
+ * Copyright(c) 2019-2020 Xilinx, Inc.
+ * Copyright(c) 2009-2019 Solarflare Communications Inc.
  */
 
 #include "efx.h"
@@ -107,6 +107,7 @@ siena_mac_reconfigure(
                rc = req.emr_rc;
                goto fail1;
        }
+       epp->ep_all_unicst_inserted = epp->ep_all_unicst;
 
        /* Push multicast hash */
 
@@ -158,6 +159,7 @@ siena_mac_reconfigure(
                rc = req.emr_rc;
                goto fail2;
        }
+       epp->ep_all_mulcst_inserted = epp->ep_all_mulcst;
 
        return (0);