numam-dpdk/drivers/net/e1000/base
Yong Wang f58ca2f9ef net/e1000/base: fix multicast setting in VF
In function e1000_update_mc_addr_list_vf(), "msgbuf[0]" is used prior
to initialization at "msgbuf[0] |= E1000_VF_SET_MULTICAST_OVERFLOW".
And "msgbuf[0]" is overwritten at "msgbuf[0] = E1000_VF_SET_MULTICAST".

Fix it by moving the second line prior to the first one that mentioned
above.

Fixes: dffbaf7880 ("e1000: revert fix for multicast in VF")
Cc: stable@dpdk.org

Signed-off-by: Yong Wang <wang.yong19@zte.com.cn>
Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
2017-04-04 15:52:50 +02:00
..
e1000_80003es2lan.c e1000/base: check more errors for ESB2 init and reset 2015-10-27 14:20:24 +01:00
e1000_80003es2lan.h e1000/base: update readme and copyright 2015-10-26 21:46:37 +01:00
e1000_82540.c e1000/base: update readme and copyright 2015-10-26 21:46:37 +01:00
e1000_82541.c e1000/base: update readme and copyright 2015-10-26 21:46:37 +01:00
e1000_82541.h e1000/base: update readme and copyright 2015-10-26 21:46:37 +01:00
e1000_82542.c e1000/base: return code after setting receive address register 2015-10-27 14:20:24 +01:00
e1000_82543.c e1000/base: update readme and copyright 2015-10-26 21:46:37 +01:00
e1000_82543.h e1000/base: update readme and copyright 2015-10-26 21:46:37 +01:00
e1000_82571.c e1000/base: check more NVM read errors 2015-10-27 14:20:24 +01:00
e1000_82571.h e1000/base: update readme and copyright 2015-10-26 21:46:37 +01:00
e1000_82575.c net/e1000/base: expose I350 internal function 2017-01-17 19:36:48 +01:00
e1000_82575.h net/e1000/base: expose I350 internal function 2017-01-17 19:36:48 +01:00
e1000_api.c net/e1000/base: support more I219 devices 2017-01-17 19:36:48 +01:00
e1000_api.h e1000/base: return code after setting receive address register 2015-10-27 14:20:24 +01:00
e1000_defines.h net/e1000/base: enable new I219 devices 2017-01-17 19:36:48 +01:00
e1000_hw.h net/e1000/base: support more I219 devices 2017-01-17 19:36:48 +01:00
e1000_i210.c e1000/base: support different EEARBC for i210 2015-10-27 16:12:57 +01:00
e1000_i210.h e1000/base: update readme and copyright 2015-10-26 21:46:37 +01:00
e1000_ich8lan.c net/e1000/base: support more I219 devices 2017-01-17 19:36:48 +01:00
e1000_ich8lan.h net/e1000/base: add workaround for possible stalled packet 2017-01-17 19:36:48 +01:00
e1000_mac.c e1000/base: return code after setting receive address register 2015-10-27 14:20:24 +01:00
e1000_mac.h e1000/base: return code after setting receive address register 2015-10-27 14:20:24 +01:00
e1000_manage.c e1000/base: check more NVM read errors 2015-10-27 14:20:24 +01:00
e1000_manage.h e1000/base: update readme and copyright 2015-10-26 21:46:37 +01:00
e1000_mbx.c net/e1000/base: retry to get HW mailbox lock 2017-01-17 19:36:48 +01:00
e1000_mbx.h e1000/base: update readme and copyright 2015-10-26 21:46:37 +01:00
e1000_nvm.c net/e1000/base: get FW version for I354 2017-01-17 19:36:48 +01:00
e1000_nvm.h e1000/base: update readme and copyright 2015-10-26 21:46:37 +01:00
e1000_osdep.c e1000: move to drivers/net/ 2015-05-22 15:51:38 +02:00
e1000_osdep.h net/e1000: use I/O device memory read/write API 2017-01-18 17:18:26 +01:00
e1000_phy.c net/e1000/base: fix build with gcc 6 2016-06-27 17:03:30 +02:00
e1000_phy.h e1000/base: fix K1 configuration 2015-10-27 16:12:56 +01:00
e1000_regs.h net/e1000/base: enable new I219 devices 2017-01-17 19:36:48 +01:00
e1000_vf.c net/e1000/base: fix multicast setting in VF 2017-04-04 15:52:50 +02:00
e1000_vf.h e1000/base: return code after setting receive address register 2015-10-27 14:20:24 +01:00
README net/e1000/base: announce supported devices 2017-01-17 19:38:40 +01:00

..
     BSD LICENSE
   
     Copyright(c) 2010-2016 Intel Corporation. All rights reserved.
     All rights reserved.
   
     Redistribution and use in source and binary forms, with or without
     modification, are permitted provided that the following conditions
     are met:
   
       * Redistributions of source code must retain the above copyright
         notice, this list of conditions and the following disclaimer.
       * Redistributions in binary form must reproduce the above copyright
         notice, this list of conditions and the following disclaimer in
         the documentation and/or other materials provided with the
         distribution.
       * Neither the name of Intel Corporation nor the names of its
         contributors may be used to endorse or promote products derived
         from this software without specific prior written permission.
   
     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
     "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
     A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
     OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
     SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
     LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
     DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
     THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

This directory contains source code of FreeBSD em & igb drivers of version
cid-shared-code.2016.11.22 released by ND. The sub-directory of base/
contains the original source package.

This driver is valid for the product(s) listed below
* Intel® Ethernet Controller 82540
* Intel® Ethernet Controller 82545 Series
* Intel® Ethernet Controller 82546 Series
* Intel® Ethernet Controller 82571 Series
* Intel® Ethernet Controller 82572 Series
* Intel® Ethernet Controller 82573
* Intel® Ethernet Controller 82574
* Intel® Ethernet Controller 82583
* Intel® Ethernet Controller I217 Series
* Intel® Ethernet Controller I218 Series
* Intel® Ethernet Controller I219 Series
* Intel® Ethernet Controller 82576 Series
* Intel® Ethernet Controller 82575 Series
* Intel® Ethernet Controller 82580 Series
* Intel® Ethernet Controller I350 Series
* Intel® Ethernet Controller I210 Series
* Intel® Ethernet Controller I211
* Intel® Ethernet Controller I354 Series
* Intel® Ethernet Controller DH89XXCC Series

Updating the driver
===================

NOTE: The source code in this directory should not be modified apart from
the following file(s):

    e1000_osdep.c
    e1000_osdep.h