[PATCH v2 03/10] net/gve: support device initialization
Ferruh Yigit
ferruh.yigit at xilinx.com
Thu Sep 1 19:22:52 CEST 2022
On 8/29/2022 9:41 AM, Junfeng Guo wrote:
> diff --git a/drivers/net/gve/version.map b/drivers/net/gve/version.map
> new file mode 100644
> index 0000000000..c2e0723b4c
> --- /dev/null
> +++ b/drivers/net/gve/version.map
> @@ -0,0 +1,3 @@
> +DPDK_22 {
> + local: *;
> +};
It should be 'DPDK_23' now.
@Bruce, @David, @Thomas, @Andrew,
This is one of the common errors as far as I can see, and many times the
.map is just empty and required because of the build process.
Can we add a build system magic to let libraries/drivers use a common
template for the .map file, unless library/driver needs something special?
This prevents this trivial error also reduces overhead for the
'yy.mm-rc0' commit.
More information about the dev
mailing list