From 7cf35a4864e16cfb412336b27f2251e25ff3f458 Mon Sep 17 00:00:00 2001 From: Silicom Ltd Date: Wed, 5 Sep 2018 20:45:41 +0000 Subject: [PATCH] Intel release 0.26.1 --- COPYING | 530 ++++++++-------- README | 244 ++++---- SUMS | 68 +- fm10k.7 | 41 +- fm10k.spec | 138 ++--- pci.updates | 30 +- src/Makefile | 130 ++-- src/common.mk | 120 +++- src/fm10k.h | 173 ++++-- src/fm10k_common.c | 39 +- src/fm10k_common.h | 21 +- src/fm10k_dcbnl.c | 21 +- src/fm10k_debugfs.c | 25 +- src/fm10k_ethtool.c | 271 ++++---- src/fm10k_ies.c | 21 +- src/fm10k_iov.c | 267 ++++++-- src/fm10k_main.c | 175 +++--- src/fm10k_mbx.c | 33 +- src/fm10k_mbx.h | 23 +- src/fm10k_netdev.c | 815 +++++++++++++++++++----- src/fm10k_osdep.h | 28 +- src/fm10k_param.c | 23 +- src/fm10k_pci.c | 1096 +++++++++++++++++++++----------- src/fm10k_pf.c | 117 ++-- src/fm10k_pf.h | 22 +- src/fm10k_tlv.c | 26 +- src/fm10k_tlv.h | 21 +- src/fm10k_type.h | 38 +- src/fm10k_uio.c | 36 +- src/fm10k_vf.c | 33 +- src/fm10k_vf.h | 21 +- src/kcompat.c | 656 +++++++++++++++----- src/kcompat.h | 1439 +++++++++++++++++++++++++++++++++++++++++-- 33 files changed, 4601 insertions(+), 2140 deletions(-) diff --git a/COPYING b/COPYING index 5f297e5..a953f51 100644 --- a/COPYING +++ b/COPYING @@ -1,339 +1,319 @@ - -"This software program is licensed subject to the GNU General Public License -(GPL). Version 2, June 1991, available at -" - -GNU General Public License +GNU GENERAL PUBLIC LICENSE Version 2, June 1991 -Copyright (C) 1989, 1991 Free Software Foundation, Inc. -59 Temple Place - Suite 330, Boston, MA 02111-1307, USA +Copyright (C) 1989, 1991 Free Software Foundation, Inc. +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA -Everyone is permitted to copy and distribute verbatim copies of this license -document, but changing it is not allowed. +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. Preamble -The licenses for most software are designed to take away your freedom to -share and change it. By contrast, the GNU General Public License is intended -to guarantee your freedom to share and change free software--to make sure -the software is free for all its users. This General Public License applies -to most of the Free Software Foundation's software and to any other program -whose authors commit to using it. (Some other Free Software Foundation -software is covered by the GNU Library General Public License instead.) You -can apply it to your programs, too. +The licenses for most software are designed to take away your freedom to share +and change it. By contrast, the GNU General Public License is intended to +guarantee your freedom to share and change free software--to make sure the +software is free for all its users. This General Public License applies to most +of the Free Software Foundation's software and to any other program whose +authors commit to using it. (Some other Free Software Foundation software is +covered by the GNU Lesser General Public License instead.) You can apply it to +your programs, too. When we speak of free software, we are referring to freedom, not price. Our -General Public Licenses are designed to make sure that you have the freedom -to distribute copies of free software (and charge for this service if you -wish), that you receive source code or can get it if you want it, that you -can change the software or use pieces of it in new free programs; and that -you know you can do these things. +General Public Licenses are designed to make sure that you have the freedom to +distribute copies of free software (and charge for this service if you wish), +that you receive source code or can get it if you want it, that you can change +the software or use pieces of it in new free programs; and that you know you can +do these things. -To protect your rights, we need to make restrictions that forbid anyone to -deny you these rights or to ask you to surrender the rights. These -restrictions translate to certain responsibilities for you if you distribute -copies of the software, or if you modify it. +To protect your rights, we need to make restrictions that forbid anyone to deny +you these rights or to ask you to surrender the rights. These restrictions +translate to certain responsibilities for you if you distribute copies of the +software, or if you modify it. -For example, if you distribute copies of such a program, whether gratis or -for a fee, you must give the recipients all the rights that you have. You -must make sure that they, too, receive or can get the source code. And you -must show them these terms so they know their rights. - -We protect your rights with two steps: (1) copyright the software, and (2) -offer you this license which gives you legal permission to copy, distribute -and/or modify the software. +For example, if you distribute copies of such a program, whether gratis or for a +fee, you must give the recipients all the rights that you have. You must make +sure that they, too, receive or can get the source code. And you must show them +these terms so they know their rights. -Also, for each author's protection and ours, we want to make certain that -everyone understands that there is no warranty for this free software. If -the software is modified by someone else and passed on, we want its -recipients to know that what they have is not the original, so that any -problems introduced by others will not reflect on the original authors' -reputations. +We protect your rights with two steps: (1) copyright the software, and (2) offer +you this license which gives you legal permission to copy, distribute and/or +modify the software. -Finally, any free program is threatened constantly by software patents. We -wish to avoid the danger that redistributors of a free program will -individually obtain patent licenses, in effect making the program -proprietary. To prevent this, we have made it clear that any patent must be -licensed for everyone's free use or not licensed at all. +Also, for each author's protection and ours, we want to make certain that +everyone understands that there is no warranty for this free software. If the +software is modified by someone else and passed on, we want its recipients to +know that what they have is not the original, so that any problems introduced by +others will not reflect on the original authors' reputations. -The precise terms and conditions for copying, distribution and modification -follow. +Finally, any free program is threatened constantly by software patents. We wish +to avoid the danger that redistributors of a free program will individually +obtain patent licenses, in effect making the program proprietary. To prevent +this, we have made it clear that any patent must be licensed for everyone's free +use or not licensed at all. + +The precise terms and conditions for copying, distribution and modification +follow. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice - placed by the copyright holder saying it may be distributed under the - terms of this General Public License. The "Program", below, refers to any - such program or work, and a "work based on the Program" means either the - Program or any derivative work under copyright law: that is to say, a - work containing the Program or a portion of it, either verbatim or with - modifications and/or translated into another language. (Hereinafter, - translation is included without limitation in the term "modification".) - Each licensee is addressed as "you". +placed by the copyright holder saying it may be distributed under the terms of +this General Public License. The "Program", below, refers to any such program +or work, and a "work based on the Program" means either the Program or any +derivative work under copyright law: that is to say, a work containing the +Program or a portion of it, either verbatim or with modifications and/or +translated into another language. (Hereinafter, translation is included without +limitation in the term "modification".) Each licensee is addressed as "you". - Activities other than copying, distribution and modification are not - covered by this License; they are outside its scope. The act of running - the Program is not restricted, and the output from the Program is covered - only if its contents constitute a work based on the Program (independent - of having been made by running the Program). Whether that is true depends - on what the Program does. +Activities other than copying, distribution and modification are not covered by +this License; they are outside its scope. The act of running the Program is not +restricted, and the output from the Program is covered only if its contents +constitute a work based on the Program (independent of having been made by +running the Program). Whether that is true depends on what the Program does. -1. You may copy and distribute verbatim copies of the Program's source code - as you receive it, in any medium, provided that you conspicuously and - appropriately publish on each copy an appropriate copyright notice and - disclaimer of warranty; keep intact all the notices that refer to this - License and to the absence of any warranty; and give any other recipients - of the Program a copy of this License along with the Program. +1. You may copy and distribute verbatim copies of the Program's source code as +you receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice and +disclaimer of warranty; keep intact all the notices that refer to this License +and to the absence of any warranty; and give any other recipients of the Program +a copy of this License along with the Program. - You may charge a fee for the physical act of transferring a copy, and you - may at your option offer warranty protection in exchange for a fee. +You may charge a fee for the physical act of transferring a copy, and you may at +your option offer warranty protection in exchange for a fee. -2. You may modify your copy or copies of the Program or any portion of it, - thus forming a work based on the Program, and copy and distribute such - modifications or work under the terms of Section 1 above, provided that - you also meet all of these conditions: +2. You may modify your copy or copies of the Program or any portion of it, thus +forming a work based on the Program, and copy and distribute such +modifications or work under the terms of Section 1 above, provided that you +also meet all of these conditions: - * a) You must cause the modified files to carry prominent notices stating - that you changed the files and the date of any change. + a) You must cause the modified files to carry prominent notices stating that + you changed the files and the date of any change. + b) You must cause any work that you distribute or publish, that in whole or + in part contains or is derived from the Program or any part thereof, to be + licensed as a whole at no charge to all third parties under the terms of + this License. + c) If the modified program normally reads commands interactively when + run, you must cause it, when started running for such interactive use in the + most ordinary way, to print or display an announcement including an + appropriate copyright notice and a notice that there is no warranty (or + else, saying that you provide a warranty) and that users may redistribute + the program under these conditions, and telling the user how to view a copy + of this License. (Exception: if the Program itself is interactive but does + not normally print such an announcement, your work based on the Program is + not required to print an announcement.) - * b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any part - thereof, to be licensed as a whole at no charge to all third parties - under the terms of this License. +These requirements apply to the modified work as a whole. If identifiable +sections of that work are not derived from the Program, and can be reasonably +considered independent and separate works in themselves, then this License, +and its terms, do not apply to those sections when you distribute them as +separate works. But when you distribute the same sections as part of a whole +which is a work based on the Program, the distribution of the whole must be on +the terms of this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. - * c) If the modified program normally reads commands interactively when - run, you must cause it, when started running for such interactive - use in the most ordinary way, to print or display an announcement - including an appropriate copyright notice and a notice that there is - no warranty (or else, saying that you provide a warranty) and that - users may redistribute the program under these conditions, and - telling the user how to view a copy of this License. (Exception: if - the Program itself is interactive but does not normally print such - an announcement, your work based on the Program is not required to - print an announcement.) +Thus, it is not the intent of this section to claim rights or contest your +rights to work written entirely by you; rather, the intent is to exercise the +right to control the distribution of derivative or collective works based on the +Program. - These requirements apply to the modified work as a whole. If identifiable - sections of that work are not derived from the Program, and can be - reasonably considered independent and separate works in themselves, then - this License, and its terms, do not apply to those sections when you - distribute them as separate works. But when you distribute the same - sections as part of a whole which is a work based on the Program, the - distribution of the whole must be on the terms of this License, whose - permissions for other licensees extend to the entire whole, and thus to - each and every part regardless of who wrote it. +In addition, mere aggregation of another work not based on the Program with +the Program (or with a work based on the Program) on a volume of a storage or +distribution medium does not bring the other work under the scope of this +License. - Thus, it is not the intent of this section to claim rights or contest - your rights to work written entirely by you; rather, the intent is to - exercise the right to control the distribution of derivative or - collective works based on the Program. +3. You may copy and distribute the Program (or a work based on it, under +Section 2) in object code or executable form under the terms of Sections 1 and 2 +above provided that you also do one of the following: - In addition, mere aggregation of another work not based on the Program - with the Program (or with a work based on the Program) on a volume of a - storage or distribution medium does not bring the other work under the - scope of this License. + a) Accompany it with the complete corresponding machine-readable source + code, which must be distributed under the terms of Sections 1 and 2 above + on a medium customarily used for software interchange; or, + b) Accompany it with a written offer, valid for at least three years, to + give any third party, for a charge no more than your cost of physically + performing source distribution, a complete machine-readable copy of the + corresponding source code, to be distributed under the terms of Sections 1 + and 2 above on a medium customarily used for software interchange; or, + c) Accompany it with the information you received as to the offer to + distribute corresponding source code. (This alternative is allowed only for + noncommercial distribution and only if you received the program in object + code or executable form with such an offer, in accord with Subsection b + above.) -3. You may copy and distribute the Program (or a work based on it, under - Section 2) in object code or executable form under the terms of Sections - 1 and 2 above provided that you also do one of the following: +The source code for a work means the preferred form of the work for making +modifications to it. For an executable work, complete source code means all the +source code for all modules it contains, plus any associated interface +definition files, plus the scripts used to control compilation and installation +of the executable. However, as a special exception, the source code distributed +need not include anything that is normally distributed (in either source or +binary form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component itself +accompanies the executable. - * a) Accompany it with the complete corresponding machine-readable source - code, which must be distributed under the terms of Sections 1 and 2 - above on a medium customarily used for software interchange; or, - - * b) Accompany it with a written offer, valid for at least three years, - to give any third party, for a charge no more than your cost of - physically performing source distribution, a complete machine- - readable copy of the corresponding source code, to be distributed - under the terms of Sections 1 and 2 above on a medium customarily - used for software interchange; or, - - * c) Accompany it with the information you received as to the offer to - distribute corresponding source code. (This alternative is allowed - only for noncommercial distribution and only if you received the - program in object code or executable form with such an offer, in - accord with Subsection b above.) - - The source code for a work means the preferred form of the work for - making modifications to it. For an executable work, complete source code - means all the source code for all modules it contains, plus any - associated interface definition files, plus the scripts used to control - compilation and installation of the executable. However, as a special - exception, the source code distributed need not include anything that is - normally distributed (in either source or binary form) with the major - components (compiler, kernel, and so on) of the operating system on which - the executable runs, unless that component itself accompanies the - executable. - - If distribution of executable or object code is made by offering access - to copy from a designated place, then offering equivalent access to copy - the source code from the same place counts as distribution of the source - code, even though third parties are not compelled to copy the source - along with the object code. +If distribution of executable or object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the source code +from the same place counts as distribution of the source code, even though third +parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as - expressly provided under this License. Any attempt otherwise to copy, - modify, sublicense or distribute the Program is void, and will - automatically terminate your rights under this License. However, parties - who have received copies, or rights, from you under this License will not - have their licenses terminated so long as such parties remain in full - compliance. +expressly provided under this License. Any attempt otherwise to copy, modify, +sublicense or distribute the Program is void, and will automatically terminate +your rights under this License. However, parties who have received copies, or +rights, from you under this License will not have their licenses terminated so +long as such parties remain in full compliance. -5. You are not required to accept this License, since you have not signed - it. However, nothing else grants you permission to modify or distribute - the Program or its derivative works. These actions are prohibited by law - if you do not accept this License. Therefore, by modifying or - distributing the Program (or any work based on the Program), you - indicate your acceptance of this License to do so, and all its terms and - conditions for copying, distributing or modifying the Program or works - based on it. +5. You are not required to accept this License, since you have not signed it. +However, nothing else grants you permission to modify or distribute the +Program or its derivative works. These actions are prohibited by law if you do +not accept this License. Therefore, by modifying or distributing the Program (or +any work based on the Program), you indicate your acceptance of this License to +do so, and all its terms and conditions for copying, distributing or modifying +the Program or works based on it. -6. Each time you redistribute the Program (or any work based on the - Program), the recipient automatically receives a license from the - original licensor to copy, distribute or modify the Program subject to - these terms and conditions. You may not impose any further restrictions - on the recipients' exercise of the rights granted herein. You are not - responsible for enforcing compliance by third parties to this License. +6. Each time you redistribute the Program (or any work based on the Program), +the recipient automatically receives a license from the original licensor to +copy, distribute or modify the Program subject to these terms and conditions. +You may not impose any further restrictions on the recipients' exercise of the +rights granted herein. You are not responsible for enforcing compliance by third +parties to this License. -7. If, as a consequence of a court judgment or allegation of patent - infringement or for any other reason (not limited to patent issues), - conditions are imposed on you (whether by court order, agreement or - otherwise) that contradict the conditions of this License, they do not - excuse you from the conditions of this License. If you cannot distribute - so as to satisfy simultaneously your obligations under this License and - any other pertinent obligations, then as a consequence you may not - distribute the Program at all. For example, if a patent license would - not permit royalty-free redistribution of the Program by all those who - receive copies directly or indirectly through you, then the only way you - could satisfy both it and this License would be to refrain entirely from - distribution of the Program. +7. If, as a consequence of a court judgment or allegation of patent infringement +or for any other reason (not limited to patent issues), conditions are imposed +on you (whether by court order, agreement or otherwise) that contradict the +conditions of this License, they do not excuse you from the conditions of this +License. If you cannot distribute so as to satisfy simultaneously your +obligations under this License and any other pertinent obligations, then as a +consequence you may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by all those +who receive copies directly or indirectly through you, then the only way you +could satisfy both it and this License would be to refrain entirely from +distribution of the Program. - If any portion of this section is held invalid or unenforceable under any - particular circumstance, the balance of the section is intended to apply - and the section as a whole is intended to apply in other circumstances. +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply and the +section as a whole is intended to apply in other circumstances. - It is not the purpose of this section to induce you to infringe any - patents or other property right claims or to contest validity of any - such claims; this section has the sole purpose of protecting the - integrity of the free software distribution system, which is implemented - by public license practices. Many people have made generous contributions - to the wide range of software distributed through that system in - reliance on consistent application of that system; it is up to the - author/donor to decide if he or she is willing to distribute software - through any other system and a licensee cannot impose that choice. +It is not the purpose of this section to induce you to infringe any patents or +other property right claims or to contest validity of any such claims; this +section has the sole purpose of protecting the integrity of the free software +distribution system, which is implemented by public license practices. Many +people have made generous contributions to the wide range of software +distributed through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing to +distribute software through any other system and a licensee cannot impose that +choice. - This section is intended to make thoroughly clear what is believed to be - a consequence of the rest of this License. +This section is intended to make thoroughly clear what is believed to be a +consequence of the rest of this License. -8. If the distribution and/or use of the Program is restricted in certain - countries either by patents or by copyrighted interfaces, the original - copyright holder who places the Program under this License may add an - explicit geographical distribution limitation excluding those countries, - so that distribution is permitted only in or among countries not thus - excluded. In such case, this License incorporates the limitation as if - written in the body of this License. +8. If the distribution and/or use of the Program is restricted in certain +countries either by patents or by copyrighted interfaces, the original copyright +holder who places the Program under this License may add an explicit +geographical distribution limitation excluding those countries, so that +distribution is permitted only in or among countries not thus excluded. In such +case, this License incorporates the limitation as if written in the body of this +License. -9. The Free Software Foundation may publish revised and/or new versions of - the General Public License from time to time. Such new versions will be - similar in spirit to the present version, but may differ in detail to - address new problems or concerns. +9. The Free Software Foundation may publish revised and/or new versions of the +General Public License from time to time. Such new versions will be similar in +spirit to the present version, but may differ in detail to address new problems +or concerns. - Each version is given a distinguishing version number. If the Program - specifies a version number of this License which applies to it and "any - later version", you have the option of following the terms and - conditions either of that version or of any later version published by - the Free Software Foundation. If the Program does not specify a version - number of this License, you may choose any version ever published by the - Free Software Foundation. +Each version is given a distinguishing version number. If the Program specifies +a version number of this License which applies to it and "any later version", +you have the option of following the terms and conditions either of that version +or of any later version published by the Free Software Foundation. If the +Program does not specify a version number of this License, you may choose any +version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs - whose distribution conditions are different, write to the author to ask - for permission. For software which is copyrighted by the Free Software - Foundation, write to the Free Software Foundation; we sometimes make - exceptions for this. Our decision will be guided by the two goals of - preserving the free status of all derivatives of our free software and - of promoting the sharing and reuse of software generally. +whose distribution conditions are different, write to the author to ask for +permission. For software which is copyrighted by the Free Software Foundation, +write to the Free Software Foundation; we sometimes make exceptions for this. +Our decision will be guided by the two goals of preserving the free status of +all derivatives of our free software and of promoting the sharing and reuse of +software generally. - NO WARRANTY +NO WARRANTY -11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY - FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN - OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES - PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER - EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE - ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH - YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL - NECESSARY SERVICING, REPAIR OR CORRECTION. +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE +PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED +IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM +"AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A +PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. -12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING - WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR - REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR - DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL - DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM - (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED - INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF - THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR - OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL +ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE +PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, +SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY +TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF +THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER +PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs -If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it free -software which everyone can redistribute and change under these terms. +If you develop a new program, and you want it to be of the greatest possible use +to the public, the best way to achieve this is to make it free software which +everyone can redistribute and change under these terms. -To do so, attach the following notices to the program. It is safest to -attach them to the start of each source file to most effectively convey the -exclusion of warranty; and each file should have at least the "copyright" -line and a pointer to where the full notice is found. +To do so, attach the following notices to the program. It is safest to attach +them to the start of each source file to most effectively convey the exclusion +of warranty; and each file should have at least the "copyright" line and a +pointer to where the full notice is found. -one line to give the program's name and an idea of what it does. -Copyright (C) yyyy name of author + one line to give the program's name and an idea of what it does. + Copyright (C) yyyy name of author -This program is free software; you can redistribute it and/or modify it -under the terms of the GNU General Public License as published by the Free -Software Foundation; either version 2 of the License, or (at your option) -any later version. + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. -This program is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -more details. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. -You should have received a copy of the GNU General Public License along with -this program; if not, write to the Free Software Foundation, Inc., 59 -Temple Place - Suite 330, Boston, MA 02111-1307, USA. + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -Also add information on how to contact you by electronic and paper mail. +Also add information on how to contact you by electronic and paper mail. -If the program is interactive, make it output a short notice like this when -it starts in an interactive mode: +If the program is interactive, make it output a short notice like this when it +starts in an interactive mode: -Gnomovision version 69, Copyright (C) year name of author Gnomovision comes -with ABSOLUTELY NO WARRANTY; for details type 'show w'. This is free -software, and you are welcome to redistribute it under certain conditions; -type 'show c' for details. + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details + type `show w'. This is free software, and you are welcome + to redistribute it under certain conditions; type `show c' + for details. -The hypothetical commands 'show w' and 'show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may be -called something other than 'show w' and 'show c'; they could even be -mouse-clicks or menu items--whatever suits your program. +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may be +called something other than `show w' and `show c' ; they could even be mouse- +clicks or menu items--whatever suits your program. -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: +You should also get your employer (if you work as a programmer) or your school, +if any, to sign a "copyright disclaimer" for the program, if necessary. Here is +a sample; alter the names: -Yoyodyne, Inc., hereby disclaims all copyright interest in the program -'Gnomovision' (which makes passes at compilers) written by James Hacker. + Yoyodyne, Inc., hereby disclaims all copyright + interest in the program `Gnomovision' + (which makes passes at compilers) written + by James Hacker. -signature of Ty Coon, 1 April 1989 -Ty Coon, President of Vice + signature of Ty Coon, 1 April 1989 + Ty Coon, President of Vice -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General Public -License instead of this License. +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may consider +it more useful to permit linking proprietary applications with the library. If +this is what you want to do, use the GNU Lesser General Public License instead +of this License. diff --git a/README b/README index 69068a4..7ea9b02 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ README for Intel(R) Ethernet Switch Host Interface Driver =============================================================================== -April 4, 2016 +February 23, 2017 =============================================================================== @@ -25,21 +25,18 @@ Important Notes Configuring SR-IOV for improved network security ------------------------------------------------ - -In a virtualized environment, on Intel(R) Server Adapters that support SR-IOV, -the virtual function (VF) may be subject to malicious behavior. Software- -generated layer two frames, like IEEE 802.3x (link flow control), IEEE 802.1Qbb -(priority based flow-control), and others of this type, are not expected and -can throttle traffic between the host and the virtual switch, reducing -performance. To resolve this issue, configure all SR-IOV enabled ports for -VLAN tagging. This configuration allows unexpected, and potentially malicious, -frames to be dropped. - +In a virtualized environment, on Intel(R) Ethernet Server Adapters that support +SR-IOV, the virtual function (VF) may be subject to malicious behavior. +Software-generated layer two frames, like IEEE 802.3x (link flow control), IEEE +802.1Qbb (priority based flow-control), and others of this type, are not +expected and can throttle traffic between the host and the virtual switch, +reducing performance. To resolve this issue, configure all SR-IOV enabled ports +for VLAN tagging. This configuration allows unexpected, and potentially +malicious, frames to be dropped. Overview -------- - This driver supports kernel versions 2.6.32 and newer. Driver information can be obtained using ethtool, lspci, and iproute2 ip. @@ -69,16 +66,16 @@ bifurcation, only 1 port is available. Building and Installation ------------------------- - To build a binary RPM* package of this driver, run 'rpmbuild -tb -fm10k-.tar.gz', where is the version number for the driver tar file. +fm10k-.tar.gz', where is the version number for the driver tar +file. -NOTES: +Note: For the build to work properly, the currently running kernel MUST match +the version and configuration of the installed kernel sources. If you have just +recompiled the kernel reboot the system before building. -- For the build to work properly, the currently running kernel MUST match - the version and configuration of the installed kernel sources. If you have - just recompiled the kernel reboot the system before building. -- RPM functionality has only been tested in Red Hat distributions. +Note: RPM functionality has only been tested in Red Hat distributions. +_lbank_line_ 1. Move the base driver tar file to the directory of your choice. For example, use '/home/username/fm10k' or '/usr/local/src/fm10k'. @@ -94,7 +91,8 @@ NOTES: 4. Compile the driver module: # make install The binary will be installed as: - /lib/modules//updates/drivers/net/ethernet/intel/fm10k/fm10k.ko + /lib/modules//updates/drivers/net/ethernet/intel/fm10k/fm10k.ko The install location listed above is the default location. This may differ for various Linux distributions. @@ -108,20 +106,25 @@ NOTES: 6. Assign an IP address to the interface by entering the following, where ethX is the interface name that was shown in dmesg after modprobe: - + ip address add / dev ethX + NOTE: Before proceeding, ensure that netdev is enabled and that a + switch manager is running. To enable netdev, use one of the following + commands: + #ifconfig up + or + #ip link set up + 7. Verify that the interface works. Enter the following, where IP_address is the IP address for another machine on the same subnet as the interface that is being tested: ping -NOTE: - For certain distributions like (but not limited to) RedHat Enterprise - Linux 7 and Ubuntu, once the driver is installed the initrd/initramfs - file may need to be updated to prevent the OS loading old versions - of the fm10k driver. The dracut utility may be used on RedHat - distributions: +Note: For certain distributions like (but not limited to) RedHat Enterprise +Linux 7 and Ubuntu, once the driver is installed the initrd/initramfs file may +need to be updated to prevent the OS loading old versions of the fm10k driver. +The dracut utility may be used on RedHat distributions: # dracut --force For Ubuntu: # update-initramfs -u @@ -144,37 +147,52 @@ The default value for each parameter is generally the recommended setting, unless otherwise noted. - RSS --- Valid Range: 0-128 0 = Assign up to the lesser value of the number of CPUs or the number of queues X = Assign X queues, where X is less than or equal to the maximum number of -queues (128 queues). +queues (128 queues). max_vfs ------- +This parameter adds support for SR-IOV. It causes the driver to spawn up to +max_vfs worth of virtual functions. Valid Range:0-64 NOTE: This parameter is only used on kernel 3.7.x and below. On kernel 3.8.x -and above, use sysfs to enable VFs. For example: -#echo $num_vf_enabled > /sys/class/net/$dev/device/sriov_numvfs //enable VFs +and above, use sysfs to enable VFs. Also, for Red Hat distributions, this +parameter is only used on version 6.6 and older. For version 6.7 and newer, use +sysfs. For example: +#echo $num_vf_enabled > /sys/class/net/$dev/device/sriov_numvfs //enable +VFs #echo 0 > /sys/class/net/$dev/device/sriov_numvfs //disable VFs The parameters for the driver are referenced by position. Thus, if you have a dual port adapter, or more than one adapter in your system, and want N virtual functions per port, you must specify a number for each port with each parameter separated by a comma. For example: - modprobe fm10k max_vfs=4,1 + + modprobe fm10k max_vfs=4 + +This will spawn 4 VFs on the first port. + + modprobe fm10k max_vfs=2,4 + +This will spawn 2 VFs on the first port and 4 VFs on the second port. + NOTE: Caution must be used in loading the driver with these parameters. Depending on your system configuration, number of slots, etc., it is impossible to predict in all cases where the positions would be on the command line. -This parameter adds support for SR-IOV. It causes the driver to spawn up to -max_vfs worth of virtual functions. -NOTE: When SR-IOV mode is enabled, hardware VLAN -filtering and VLAN tag stripping/insertion will remain enabled. Please remove -the old VLAN filter before the new VLAN filter is added. For example, + +NOTE: Neither the device nor the driver control how VFs are mapped into config +space. Bus layout will vary by operating system. On operating systems that +support it, you can check sysfs to find the mapping. + +NOTE: When SR-IOV mode is enabled, hardware VLAN filtering and VLAN tag +stripping/insertion will remain enabled. Please remove the old VLAN filter +before the new VLAN filter is added. For example, ip link set eth0 vf 0 vlan 100 // set vlan 100 for VF 0 ip link set eth0 vf 0 vlan 0 // Delete vlan 100 ip link set eth0 vf 0 vlan 200 // set a new vlan 200 for VF 0 @@ -182,30 +200,28 @@ ip link set eth0 vf 0 vlan 200 // set a new vlan 200 for VF 0 Configuring SR-IOV for improved network security ------------------------------------------------ - -In a virtualized environment, on Intel(R) Server Adapters that support SR-IOV, -the virtual function (VF) may be subject to malicious behavior. Software- -generated layer two frames, like IEEE 802.3x (link flow control), IEEE 802.1Qbb -(priority based flow-control), and others of this type, are not expected and -can throttle traffic between the host and the virtual switch, reducing -performance. To resolve this issue, configure all SR-IOV enabled ports for -VLAN tagging. This configuration allows unexpected, and potentially malicious, -frames to be dropped. +In a virtualized environment, on Intel(R) Ethernet Server Adapters that support +SR-IOV, the virtual function (VF) may be subject to malicious behavior. +Software-generated layer two frames, like IEEE 802.3x (link flow control), IEEE +802.1Qbb (priority based flow-control), and others of this type, are not +expected and can throttle traffic between the host and the virtual switch, +reducing performance. To resolve this issue, configure all SR-IOV enabled ports +for VLAN tagging. This configuration allows unexpected, and potentially +malicious, frames to be dropped. Configuring VLAN tagging on SR-IOV enabled adapter ports -------------------------------------------------------- - -To configure VLAN tagging for the ports on an SR-IOV enabled adapter, -use the following command. The VLAN configuration should be done -before the VF driver is loaded or the VM is booted. +To configure VLAN tagging for the ports on an SR-IOV enabled adapter, use the +following command. The VLAN configuration should be done before the VF driver +is loaded or the VM is booted. $ ip link set dev vf vlan -For example, the following instructions will configure PF eth0 and -the first VF on VLAN 10. +For example, the following instructions will configure PF eth0 and the first VF +on VLAN 10. $ ip link set dev eth0 vf 0 vlan 10 -. + ================================================================================ @@ -213,23 +229,20 @@ $ ip link set dev eth0 vf 0 vlan 10 Additional Features and Configurations ------------------------------------------- - Configuring the Driver on Different Distributions ------------------------------------------------- - Configuring a network driver to load properly when the system is started is -distribution dependent. Typically, the configuration process involves adding -an alias line to /etc/modules.conf or /etc/modprobe.conf as well as editing -other system startup scripts and/or configuration files. Many popular Linux +distribution dependent. Typically, the configuration process involves adding an +alias line to /etc/modules.conf or /etc/modprobe.conf as well as editing other +system startup scripts and/or configuration files. Many popular Linux distributions ship with tools to make these changes for you. To learn the proper way to configure a network device for your system, refer to your -distribution documentation. If during this process you are asked for the -driver or module name, the name for the Base Driver is fm10k. +distribution documentation. If during this process you are asked for the driver +or module name, the name for the Base Driver is fm10k. Viewing Link Messages --------------------- - Link messages will not be displayed to the console if the distribution is restricting system messages. In order to see network driver link messages on your console, set dmesg to eight by entering the following: @@ -240,36 +253,39 @@ NOTE: This setting is not saved across reboots. Jumbo Frames ------------ -Jumbo Frames support is enabled by changing the Maximum Transmission Unit -(MTU) to a value larger than the default value of 1500. +Jumbo Frames support is enabled by changing the Maximum Transmission Unit (MTU) +to a value larger than the default value of 1500. Use the ifconfig command to increase the MTU size. For example, enter the following where is the interface number: ifconfig eth mtu 9000 up +Alternatively, you can use the ip command as follows: + ip link set mtu 9000 dev eth + ip link set up dev eth This setting is not saved across reboots. The setting change can be made permanent by adding 'MTU=9000' to the file: /etc/sysconfig/network-scripts/ifcfg-eth for RHEL or to the file /etc/sysconfig/network/ for SLES. -NOTES: -- The maximum MTU setting for Jumbo Frames is 15342. This value coincides - with the maximum Jumbo Frames size of 15364 bytes. -- This driver will attempt to use multiple page sized buffers to receive - each jumbo packet. This should help to avoid buffer starvation issues - when allocating receive packets. +NOTE: The maximum MTU setting for Jumbo Frames is 15342. This value coincides +with the maximum Jumbo Frames size of 15364 bytes. + +NOTE: This driver will attempt to use multiple page sized buffers to receive +each jumbo packet. This should help to avoid buffer starvation issues when +allocating receive packets. ethtool ------- The driver utilizes the ethtool interface for driver configuration and -diagnostics, as well as displaying statistical information. The latest -ethtool version is required for this functionality. Download it at +diagnostics, as well as displaying statistical information. The latest ethtool +version is required for this functionality. Download it at: http://ftp.kernel.org/pub/software/network/ethtool/ -Supported ethtool Commands and Options --------------------------------------- +Supported ethtool Commands and Options for Filtering +---------------------------------------------------- -n --show-nfc Retrieves the receive network flow classification configurations. @@ -279,7 +295,8 @@ rx-flow-hash tcp4|udp4|ah4|esp4|sctp4|tcp6|udp6|ah6|esp6|sctp6 -N --config-nfc Configures the receive network flow classification. -rx-flow-hash tcp4|udp4|ah4|esp4|sctp4|tcp6|udp6|ah6|esp6|sctp6 m|v|t|s|d|f|n|r... +rx-flow-hash tcp4|udp4|ah4|esp4|sctp4|tcp6|udp6|ah6|esp6|sctp6 +m|v|t|s|d|f|n|r... Configures the hash options for the specified network traffic type. udp4 UDP over IPv4 @@ -298,7 +315,6 @@ https://www.linuxfoundation.org/collaborate/workgroups/networking/napi Flow Control ------------ - The Intel(R) Ethernet Switch Host Interface Driver does not support Flow Control. It will not send pause frames. This may result in dropped frames. @@ -307,27 +323,28 @@ VXLAN Overlay HW Offloading --------------------------- Virtual Extensible LAN (VXLAN) allows you to extend an L2 network over an L3 -network, which may be useful in a virtualized or cloud environment. Some Intel(R) -Ethernet Network devices perform VXLAN processing, offloading it from the -operating system. This reduces CPU utilization. - +network, which may be useful in a virtualized or cloud environment. Some +Intel(R) Ethernet Network devices perform VXLAN processing, offloading it from +the operating system. This reduces CPU utilization. + VXLAN offloading is controlled by the tx and rx checksum offload options -provided by ethtool. That is, if tx checksum offload is enabled, and the adapter -has the capability, VXLAN offloading is also enabled. If rx checksum offload is -enabled, then the VXLAN packets rx checksum will be offloaded, unless the module -parameter vxlan_rx=0,0 was used to specifically disable the VXLAN rx offload. - +provided by ethtool. That is, if tx checksum offload is enabled, and the +adapter has the capability, VXLAN offloading is also enabled. + +If rx checksum offload is enabled, then the VXLAN packets rx checksum will be +offloaded, unless the command #ethtool -K $INTERFACE_NAME rx off was used to +specifically disable the VXLAN rx offload. + VXLAN Overlay HW Offloading is enabled by default. To view and configure VXLAN -on a VXLAN-overlay offload enabled device, use the following -command: +offload on a VXLAN-overlay offload enabled device, use the following command: # ethtool -k ethX (This command displays the offloads and their current state.) For more information on configuring your network for overlay HW offloading -support, refer to the Intel Technical Brief, "Creating Overlay Networks -Using Intel Ethernet Converged Network Adapters" (Intel Networking Division, -August 2013): +support, refer to the Intel Technical Brief, "Creating Overlay Networks Using +Intel Ethernet Converged Network Adapters" (Intel Networking Division, August +2013): http://www.intel.com/content/dam/www/public/us/en/documents/technology-briefs/ overlay-networks-using-converged-network-adapters-brief.pdf @@ -339,6 +356,21 @@ overlay-networks-using-converged-network-adapters-brief.pdf Known Issues/Troubleshooting ---------------------------- +FUM_BAD_VF_QACCESS error on port reset +-------------------------------------- +A FUM_BAD_VF_QACCESS error may be written to the message buffer when a command +or application triggers a reset on the port's physical function (PF). When the +PF is reset, any bound virtual functions (VFs) can no longer access their +queues. This behavior is expected. No user intervention is required. After the +PF reset is complete, the VFs will be able to access their queues normally. + + +Traffic and pings fail to pass after switch reset command issued +---------------------------------------------------------------- +Resetting the switch may cause a failure to pass traffic and pings, with a +"init_hw failed: -4" message. To fix this, reload the VF driver or unbind +and rebind the VF device. + Packets dropped when issuing ping with very large payload --------------------------------------------------------- @@ -355,20 +387,19 @@ To fix this, ensure the CPU does not enter a deep C-state by using one of the following methods: - Change your BIOS to disable the lowest C-states - Change the CPU governor - - Use /dev/cpu_dma_latency (see the Linux Kernel’s Documentation folder) + - Use /dev/cpu_dma_latency (see the Linux Kernel's Documentation folder) Driver cannot bind to PF when VM assigned to PF is started ---------------------------------------------------------- - -In a virtualization setup, if the fm10k driver is not installed on the host -OS and a VM that has been assigned one of the PCI PF host interface devices -is started, the fm10k driver can no longer bind to the PCI PF host interface +In a virtualization setup, if the fm10k driver is not installed on the host OS +and a VM that has been assigned one of the PCI PF host interface devices is +started, the fm10k driver can no longer bind to the PCI PF host interface devices on the host OS. To correct this, manually unbind the bus driver from the PF host interface -device (or stop the VM) and then manually bind the fm10k driver to the PF -host interface device. Alternatively, you can add "fm10k" to the device's +device (or stop the VM) and then manually bind the fm10k driver to the PF host +interface device. Alternatively, you can add "fm10k" to the device's driver_override entry in the /sys filesystem to prevent the bus driver from binding to the PF host interface device in the first place. @@ -379,13 +410,13 @@ binding to the PF host interface device in the first place. Support ------- For general information, go to the Intel support website at: -www.intel.com/support/ +http://www.intel.com/support/ or the Intel Wired Networking project hosted by Sourceforge at: http://sourceforge.net/projects/e1000 -If an issue is identified with the released source code on a supported -kernel with a supported adapter, email the specific information related to the -issue to e1000-devel@lists.sf.net. +If an issue is identified with the released source code on a supported kernel +with a supported adapter, email the specific information related to the issue +to e1000-devel@lists.sf.net. ================================================================================ @@ -393,14 +424,13 @@ issue to e1000-devel@lists.sf.net. License ------- - This program is free software; you can redistribute it and/or modify it under the terms and conditions of the GNU General Public License, version 2, as published by the Free Software Foundation. This program is distributed in the hope it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR -A PARTICULAR PURPOSE. See the GNU General Public License for more details. +WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A +PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin @@ -409,16 +439,14 @@ St - Fifth Floor, Boston, MA 02110-1301 USA. The full GNU General Public License is included in this distribution in the file called "COPYING". -Copyright(c) 2015-2016 Intel Corporation. +Copyright(c) 2015-2017 Intel Corporation. ================================================================================ - Trademarks ---------- - -Intel, Itanium, and Pentium are trademarks or registered trademarks of Intel -Corporation or its subsidiaries in the United States and other countries. +Intel and Itanium are trademarks or registered trademarks of Intel Corporation +or its subsidiaries in the United States and/or other countries. * Other names and brands may be claimed as the property of others. diff --git a/SUMS b/SUMS index f52d69c..3e1fa1b 100644 --- a/SUMS +++ b/SUMS @@ -1,34 +1,34 @@ -39773 19 /tmp/tmp.0LDyzMhcUE/fm10k-0.20.1/COPYING -46672 2 /tmp/tmp.0LDyzMhcUE/fm10k-0.20.1/pci.updates -63945 16 /tmp/tmp.0LDyzMhcUE/fm10k-0.20.1/README -00983 3 /tmp/tmp.0LDyzMhcUE/fm10k-0.20.1/fm10k.7 -44685 1 /tmp/tmp.0LDyzMhcUE/fm10k-0.20.1/src/Module.supported -04678 63 /tmp/tmp.0LDyzMhcUE/fm10k-0.20.1/src/fm10k_mbx.c -54527 7 /tmp/tmp.0LDyzMhcUE/fm10k-0.20.1/src/fm10k_uio.c -38426 3 /tmp/tmp.0LDyzMhcUE/fm10k-0.20.1/src/fm10k_vf.h -59436 6 /tmp/tmp.0LDyzMhcUE/fm10k-0.20.1/src/Makefile -43704 5 /tmp/tmp.0LDyzMhcUE/fm10k-0.20.1/src/fm10k_pf.h -03485 3 /tmp/tmp.0LDyzMhcUE/fm10k-0.20.1/src/fm10k_osdep.h -32293 16 /tmp/tmp.0LDyzMhcUE/fm10k-0.20.1/src/fm10k_vf.c -20014 15 /tmp/tmp.0LDyzMhcUE/fm10k-0.20.1/src/fm10k_iov.c -50045 15 /tmp/tmp.0LDyzMhcUE/fm10k-0.20.1/src/fm10k_common.c -32579 18 /tmp/tmp.0LDyzMhcUE/fm10k-0.20.1/src/fm10k.h -43281 3 /tmp/tmp.0LDyzMhcUE/fm10k-0.20.1/src/fm10k_ies.c -55714 25 /tmp/tmp.0LDyzMhcUE/fm10k-0.20.1/src/fm10k_tlv.c -46481 26 /tmp/tmp.0LDyzMhcUE/fm10k-0.20.1/src/fm10k_type.h -27983 57 /tmp/tmp.0LDyzMhcUE/fm10k-0.20.1/src/fm10k_pf.c -07137 7 /tmp/tmp.0LDyzMhcUE/fm10k-0.20.1/src/fm10k_debugfs.c -34323 12 /tmp/tmp.0LDyzMhcUE/fm10k-0.20.1/src/fm10k_mbx.h -09616 124 /tmp/tmp.0LDyzMhcUE/fm10k-0.20.1/src/kcompat.h -57211 5 /tmp/tmp.0LDyzMhcUE/fm10k-0.20.1/src/fm10k_dcbnl.c -50169 2 /tmp/tmp.0LDyzMhcUE/fm10k-0.20.1/src/fm10k_common.h -19482 42 /tmp/tmp.0LDyzMhcUE/fm10k-0.20.1/src/fm10k_netdev.c -33179 8 /tmp/tmp.0LDyzMhcUE/fm10k-0.20.1/src/common.mk -54271 7 /tmp/tmp.0LDyzMhcUE/fm10k-0.20.1/src/fm10k_tlv.h -59228 41 /tmp/tmp.0LDyzMhcUE/fm10k-0.20.1/src/kcompat.c -62204 66 /tmp/tmp.0LDyzMhcUE/fm10k-0.20.1/src/fm10k_pci.c -62342 36 /tmp/tmp.0LDyzMhcUE/fm10k-0.20.1/src/fm10k_ethtool.c -05090 57 /tmp/tmp.0LDyzMhcUE/fm10k-0.20.1/src/fm10k_main.c -40225 7 /tmp/tmp.0LDyzMhcUE/fm10k-0.20.1/src/fm10k_param.c -13488 10 /tmp/tmp.0LDyzMhcUE/fm10k-0.20.1/fm10k.spec -38058 6 /tmp/tmp.0LDyzMhcUE/fm10k-0.20.1/scripts/set_irq_affinity +12724 3 fm10k-0.26.1/fm10k.7 +64801 9 fm10k-0.26.1/fm10k.spec +51187 1 fm10k-0.26.1/pci.updates +38058 6 fm10k-0.26.1/scripts/set_irq_affinity +03644 17 fm10k-0.26.1/README +12529 18 fm10k-0.26.1/COPYING +06320 36 fm10k-0.26.1/src/fm10k_ethtool.c +32480 11 fm10k-0.26.1/src/common.mk +32173 18 fm10k-0.26.1/src/fm10k_iov.c +54788 2 fm10k-0.26.1/src/fm10k_osdep.h +30476 54 fm10k-0.26.1/src/fm10k_netdev.c +52109 24 fm10k-0.26.1/src/fm10k_tlv.c +64411 19 fm10k-0.26.1/src/fm10k.h +21492 57 fm10k-0.26.1/src/fm10k_pf.c +58291 11 fm10k-0.26.1/src/fm10k_mbx.h +63501 4 fm10k-0.26.1/src/fm10k_pf.h +09022 16 fm10k-0.26.1/src/fm10k_vf.c +31576 25 fm10k-0.26.1/src/fm10k_type.h +46221 7 fm10k-0.26.1/src/fm10k_tlv.h +37658 57 fm10k-0.26.1/src/fm10k_main.c +64132 62 fm10k-0.26.1/src/fm10k_mbx.c +51022 6 fm10k-0.26.1/src/fm10k_uio.c +62868 5 fm10k-0.26.1/src/fm10k_dcbnl.c +44685 1 fm10k-0.26.1/src/Module.supported +62241 77 fm10k-0.26.1/src/fm10k_pci.c +08460 2 fm10k-0.26.1/src/fm10k_vf.h +13974 49 fm10k-0.26.1/src/kcompat.c +12716 6 fm10k-0.26.1/src/fm10k_debugfs.c +06386 168 fm10k-0.26.1/src/kcompat.h +43700 7 fm10k-0.26.1/src/fm10k_param.c +31284 2 fm10k-0.26.1/src/fm10k_ies.c +64779 15 fm10k-0.26.1/src/fm10k_common.c +37650 1 fm10k-0.26.1/src/fm10k_common.h +26994 6 fm10k-0.26.1/src/Makefile diff --git a/fm10k.7 b/fm10k.7 index 68894e6..c454bc9 100644 --- a/fm10k.7 +++ b/fm10k.7 @@ -5,7 +5,7 @@ .\" * Other names and brands may be claimed as the property of others. .\" . -.TH fm10k 1 "March 16, 2016" +.TH fm10k 1 "February 23, 2017" .SH NAME fm10k \-This file describes the Intel(R) Ethernet Switch Host Interface Driver @@ -14,13 +14,11 @@ Host Interface Driver modprobe fm10k [