mlx5: support setting primary MAC address
[dpdk.git] / mk / rte.sdkconfig.mk
index f8d95b1..564a5c3 100644 (file)
@@ -35,7 +35,7 @@ showversion:
                $$(sed -rne 's,^#define RTE_VER_[A-Z_]*[[:space:]]+([0-9]+).*,\1,p' \
                        -e 's,^#define RTE_VER_SUFFIX[[:space:]]+"(.*)",\1,p' \
                        $(RTE_SRCDIR)/lib/librte_eal/common/include/rte_version.h) ;\
-               printf '%d.%d.%d' "$$1" "$$2" "$$3"; \
+               printf '%d.%02d.%d' "$$1" "$$2" "$$3"; \
                if [ -z "$$5" ]; then echo; \
                else printf '%s' "$$4"; \
                        if [ $$5 -lt 16 ] ; then echo $$5; \