On 11/20/2020 4:54 PM, Anatoly Burakov wrote:
Currently, compilation instructions for igb_uio are missing. Add them, as well as a top-level INSTALL file referring users to per-OS subdirectories.
patch title should start with 'linux/igb_uio:'
Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yi...@intel.com> Thanks for doc update. <...>
@@ -0,0 +1,45 @@ +Building Linux Drivers +====================== + +Prerequisites +------------- + +The system must have relevant Linux kernel headers or source code installed. + +Build +----- + +To build ``igb_uio`` driver, simple run ``make`` command inside the +``linux/igb_uio`` directry: +
Just detail but since we are in the 'linux' folder while reading this file, I wonder if the reference path should be ``igb_uio`` instead of ``linux/igb_uio``?
Both are OK I think.