update copyright date to 2013
[dpdk.git] / lib / librte_eal / linuxapp / kni / ethtool / README
1 ..
2   BSD LICENSE
3
4   Copyright(c) 2010-2013 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
34 Description
35
36 In order to support ethtool in Kernel NIC Interface, the standard Linux kernel
37 drivers of ixgbe/igb are needed to be reused here. ixgbe-3.9.17 is the version
38 modified from in kernel NIC interface kernel module to support ixgbe NIC, and
39 igb-3.4.8 is the version modified from in kernel NIC interface kernel module to
40 support igb NIC.
41
42 The source code package of ixgbe can be downloaded from sourceforge.net as below.
43 http://sourceforge.net/projects/e1000/files/ixgbe%20stable/
44 Below source files are copied or modified from ixgbe.
45
46 ixgbe_82598.h
47 ixgbe_82599.c
48 ixgbe_82599.h
49 ixgbe_api.c
50 ixgbe_api.h
51 ixgbe_common.c
52 ixgbe_common.h
53 ixgbe_dcb.h
54 ixgbe_ethtool.c
55 ixgbe_fcoe.h
56 ixgbe.h
57 ixgbe_main.c
58 ixgbe_mbx.h
59 ixgbe_osdep.h
60 ixgbe_phy.c
61 ixgbe_phy.h
62 ixgbe_sriov.h
63 ixgbe_type.h
64 kcompat.c
65 kcompat.h
66
67 The source code package of igb can be downloaded from sourceforge.net as below.
68 http://sourceforge.net/projects/e1000/files/igb%20stable/
69 Below source files are copied or modified from igb.
70
71 e1000_82575.c
72 e1000_82575.h
73 e1000_api.c
74 e1000_api.h
75 e1000_defines.h
76 e1000_hw.h
77 e1000_mac.c
78 e1000_mac.h
79 e1000_manage.c
80 e1000_manage.h
81 e1000_mbx.c
82 e1000_mbx.h
83 e1000_nvm.c
84 e1000_nvm.h
85 e1000_osdep.h
86 e1000_phy.c
87 e1000_phy.h
88 e1000_regs.h
89 igb_ethtool.c
90 igb.h
91 igb_main.c
92 igb_param.c
93 igb_procfs.c
94 igb_regtest.h
95 igb_sysfs.c
96 igb_vmdq.c
97 igb_vmdq.h
98 kcompat.c
99 kcompat_ethtool.c
100 kcompat.h
101