[dpdk-dev] [PATCH DPDK-KMODS] igb_uio: add compile instructions
Ferruh Yigit
ferruh.yigit at intel.com
Mon Nov 23 18:08:49 CET 2020
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.burakov at intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit at 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.
More information about the dev
mailing list