patches for DPDK stable branches
 help / color / mirror / Atom feed
* [PATCH 1/2] 4-final-review: add new rte_version.h path
@ 2023-04-23  9:47 Xueming Li
  2023-04-23  9:47 ` [PATCH 2/2] validation-contacts: fix email address Xueming Li
  2023-04-23 10:48 ` [PATCH 1/2] 4-final-review: add new rte_version.h path Luca Boccassi
  0 siblings, 2 replies; 4+ messages in thread
From: Xueming Li @ 2023-04-23  9:47 UTC (permalink / raw)
  To: Christian Ehrhardt, Luca Boccassi, NBU-Contact-Thomas Monjalon,
	Kevin Traynor
  Cc: stable

Adds new path of rte_version.h

Signed-off-by: Xueming Li <xuemingl@nvidia.com>
---
 4-final-review | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/4-final-review b/4-final-review
index 4aa4a75..9eab987 100755
--- a/4-final-review
+++ b/4-final-review
@@ -8,6 +8,8 @@ if [ -r "$DPDK_DIR/lib/librte_eal/include/rte_version.h" ]; then
 	VERSION_HEADER="$DPDK_DIR/lib/librte_eal/include/rte_version.h"
 elif [ -r "$DPDK_DIR/lib/librte_eal/common/include/rte_version.h" ]; then
 	VERSION_HEADER="$DPDK_DIR/lib/librte_eal/common/include/rte_version.h"
+elif [ -r "$DPDK_DIR/lib/eal/include/rte_version.h" ]; then
+	VERSION_HEADER="$DPDK_DIR/lib/eal/include/rte_version.h"
 else
 	echo "Cannot find rte_version.h"
 	exit 1
-- 
2.25.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 2/2] validation-contacts: fix email address
  2023-04-23  9:47 [PATCH 1/2] 4-final-review: add new rte_version.h path Xueming Li
@ 2023-04-23  9:47 ` Xueming Li
  2023-04-23 10:49   ` Luca Boccassi
  2023-04-23 10:48 ` [PATCH 1/2] 4-final-review: add new rte_version.h path Luca Boccassi
  1 sibling, 1 reply; 4+ messages in thread
From: Xueming Li @ 2023-04-23  9:47 UTC (permalink / raw)
  To: Christian Ehrhardt, Luca Boccassi, NBU-Contact-Thomas Monjalon,
	Kevin Traynor
  Cc: stable

Signed-off-by: Xueming Li <xuemingl@nvidia.com>
---
 validation-contacts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/validation-contacts b/validation-contacts
index 768a1d3..3d2dff2 100644
--- a/validation-contacts
+++ b/validation-contacts
@@ -1,5 +1,5 @@
 Pei Zhang <pezhang@redhat.com>
-Yanghang Liu (yanghliu@redhat.com)
+Yanghang Liu <yanghliu@redhat.com>
 Raslan Darawsheh <rasland@nvidia.com>
 qian.q.xu@intel.com
 Ju-Hyoung Lee <juhlee@microsoft.com>
-- 
2.25.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] 4-final-review: add new rte_version.h path
  2023-04-23  9:47 [PATCH 1/2] 4-final-review: add new rte_version.h path Xueming Li
  2023-04-23  9:47 ` [PATCH 2/2] validation-contacts: fix email address Xueming Li
@ 2023-04-23 10:48 ` Luca Boccassi
  1 sibling, 0 replies; 4+ messages in thread
From: Luca Boccassi @ 2023-04-23 10:48 UTC (permalink / raw)
  To: Xueming Li
  Cc: Christian Ehrhardt, NBU-Contact-Thomas Monjalon, Kevin Traynor, stable

On Sun, 23 Apr 2023 at 10:48, Xueming Li <xuemingl@nvidia.com> wrote:
>
> Adds new path of rte_version.h
>
> Signed-off-by: Xueming Li <xuemingl@nvidia.com>
> ---
>  4-final-review | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/4-final-review b/4-final-review
> index 4aa4a75..9eab987 100755
> --- a/4-final-review
> +++ b/4-final-review
> @@ -8,6 +8,8 @@ if [ -r "$DPDK_DIR/lib/librte_eal/include/rte_version.h" ]; then
>         VERSION_HEADER="$DPDK_DIR/lib/librte_eal/include/rte_version.h"
>  elif [ -r "$DPDK_DIR/lib/librte_eal/common/include/rte_version.h" ]; then
>         VERSION_HEADER="$DPDK_DIR/lib/librte_eal/common/include/rte_version.h"
> +elif [ -r "$DPDK_DIR/lib/eal/include/rte_version.h" ]; then
> +       VERSION_HEADER="$DPDK_DIR/lib/eal/include/rte_version.h"
>  else
>         echo "Cannot find rte_version.h"
>         exit 1

Acked-by: Luca Boccassi <bluca@debian.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 2/2] validation-contacts: fix email address
  2023-04-23  9:47 ` [PATCH 2/2] validation-contacts: fix email address Xueming Li
@ 2023-04-23 10:49   ` Luca Boccassi
  0 siblings, 0 replies; 4+ messages in thread
From: Luca Boccassi @ 2023-04-23 10:49 UTC (permalink / raw)
  To: Xueming Li
  Cc: Christian Ehrhardt, NBU-Contact-Thomas Monjalon, Kevin Traynor, stable

On Sun, 23 Apr 2023 at 10:48, Xueming Li <xuemingl@nvidia.com> wrote:
>
> Signed-off-by: Xueming Li <xuemingl@nvidia.com>
> ---
>  validation-contacts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/validation-contacts b/validation-contacts
> index 768a1d3..3d2dff2 100644
> --- a/validation-contacts
> +++ b/validation-contacts
> @@ -1,5 +1,5 @@
>  Pei Zhang <pezhang@redhat.com>
> -Yanghang Liu (yanghliu@redhat.com)
> +Yanghang Liu <yanghliu@redhat.com>
>  Raslan Darawsheh <rasland@nvidia.com>
>  qian.q.xu@intel.com
>  Ju-Hyoung Lee <juhlee@microsoft.com>

Acked-by: Luca Boccassi <bluca@debian.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-04-23 10:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-23  9:47 [PATCH 1/2] 4-final-review: add new rte_version.h path Xueming Li
2023-04-23  9:47 ` [PATCH 2/2] validation-contacts: fix email address Xueming Li
2023-04-23 10:49   ` Luca Boccassi
2023-04-23 10:48 ` [PATCH 1/2] 4-final-review: add new rte_version.h path Luca Boccassi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).