X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fsfc%2Fbase%2Fsiena_mac.c;h=c4898e5d99845464ee93c90f269e9bffa14d5835;hb=6cf2f95d4dfbae8c8b4ea31ec899e750dcbc62bb;hp=928dfc340a6192c99b04713ed89a914d66b89768;hpb=ed42d18458cbdceb28f006fda9967141a7e79b92;p=dpdk.git diff --git a/drivers/net/sfc/base/siena_mac.c b/drivers/net/sfc/base/siena_mac.c index 928dfc340a..c4898e5d99 100644 --- a/drivers/net/sfc/base/siena_mac.c +++ b/drivers/net/sfc/base/siena_mac.c @@ -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);