update Intel copyright years to 2014
[dpdk.git] / lib / librte_eal / linuxapp / kni / ethtool / README
1 ..
2      BSD LICENSE
3    
4      Copyright(c) 2010-2014 Intel Corporation. All rights reserved.
5      All rights reserved.
6    
7      Redistribution and use in source and binary forms, with or without
8      modification, are permitted provided that the following conditions
9      are met:
10    
11        * Redistributions of source code must retain the above copyright
12          notice, this list of conditions and the following disclaimer.
13        * Redistributions in binary form must reproduce the above copyright
14          notice, this list of conditions and the following disclaimer in
15          the documentation and/or other materials provided with the
16          distribution.
17        * Neither the name of Intel Corporation nor the names of its
18          contributors may be used to endorse or promote products derived
19          from this software without specific prior written permission.
20    
21      THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22      "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23      LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24      A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
25      OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
26      SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
27      LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28      DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29      THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
30      (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
31      OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32
33 Description
34
35 In order to support ethtool in Kernel NIC Interface, the standard Linux kernel
36 drivers of ixgbe/igb are needed to be reused here. ixgbe-3.9.17 is the version
37 modified from in kernel NIC interface kernel module to support ixgbe NIC, and
38 igb-3.4.8 is the version modified from in kernel NIC interface kernel module to
39 support igb NIC.
40
41 The source code package of ixgbe can be downloaded from sourceforge.net as below.
42 http://sourceforge.net/projects/e1000/files/ixgbe%20stable/
43 Below source files are copied or modified from ixgbe.
44
45 ixgbe_82598.h
46 ixgbe_82599.c
47 ixgbe_82599.h
48 ixgbe_api.c
49 ixgbe_api.h
50 ixgbe_common.c
51 ixgbe_common.h
52 ixgbe_dcb.h
53 ixgbe_ethtool.c
54 ixgbe_fcoe.h
55 ixgbe.h
56 ixgbe_main.c
57 ixgbe_mbx.h
58 ixgbe_osdep.h
59 ixgbe_phy.c
60 ixgbe_phy.h
61 ixgbe_sriov.h
62 ixgbe_type.h
63 kcompat.c
64 kcompat.h
65
66 The source code package of igb can be downloaded from sourceforge.net as below.
67 http://sourceforge.net/projects/e1000/files/igb%20stable/
68 Below source files are copied or modified from igb.
69
70 e1000_82575.c
71 e1000_82575.h
72 e1000_api.c
73 e1000_api.h
74 e1000_defines.h
75 e1000_hw.h
76 e1000_mac.c
77 e1000_mac.h
78 e1000_manage.c
79 e1000_manage.h
80 e1000_mbx.c
81 e1000_mbx.h
82 e1000_nvm.c
83 e1000_nvm.h
84 e1000_osdep.h
85 e1000_phy.c
86 e1000_phy.h
87 e1000_regs.h
88 igb_ethtool.c
89 igb.h
90 igb_main.c
91 igb_param.c
92 igb_procfs.c
93 igb_regtest.h
94 igb_sysfs.c
95 igb_vmdq.c
96 igb_vmdq.h
97 kcompat.c
98 kcompat_ethtool.c
99 kcompat.h
100