automatic DPDK test reports
 help / color / mirror / Atom feed
From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Simei Su <simei.su@intel.com>, zhoumin@loongson.cn
Subject: |WARNING| pw128118 [RFC DPDK 21.11] net/ice/base: support customized DDP package
Date: Mon, 5 Jun 2023 18:20:10 +0800	[thread overview]
Message-ID: <202306051020.355AKASR3462554@localhost.localdomain> (raw)
In-Reply-To: <20230605102504.2434887-1-simei.su@intel.com>

Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/128118

_apply patch failure_

Submitter: Simei Su <simei.su@intel.com>
Date: Mon,  5 Jun 2023 18:25:04 +0800
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: main
  CommitID: 2037ab53b7f3ec31999be9b6d98863fe54641091

Apply patch set 128118 failed:

Checking patch drivers/net/ice/base/ice_flex_pipe.c...
error: while searching for:
}

/**
 * ice_chk_pkg_version - check package version for compatibility with driver
 * @pkg_ver: pointer to a version structure to check
 *
 * Check to make sure that the package about to be downloaded is compatible with
 * the driver. To be compatible, the major and minor components of the package
 * version must match our ICE_PKG_SUPP_VER_MAJ and ICE_PKG_SUPP_VER_MNR
 * definitions.
 */
static enum ice_status ice_chk_pkg_version(struct ice_pkg_ver *pkg_ver)
{
	if (pkg_ver->major != ICE_PKG_SUPP_VER_MAJ ||
	    pkg_ver->minor != ICE_PKG_SUPP_VER_MNR)

error: patch failed: drivers/net/ice/base/ice_flex_pipe.c:1457
error: drivers/net/ice/base/ice_flex_pipe.c: patch does not apply
Checking patch drivers/net/ice/base/ice_flex_pipe.h...
error: while searching for:
/* Package minimal version supported */
#define ICE_PKG_SUPP_VER_MAJ	1
#define ICE_PKG_SUPP_VER_MNR	3

/* Package format version */
#define ICE_PKG_FMT_VER_MAJ	1

error: patch failed: drivers/net/ice/base/ice_flex_pipe.h:10
error: drivers/net/ice/base/ice_flex_pipe.h: patch does not apply


       reply	other threads:[~2023-06-05 10:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20230605102504.2434887-1-simei.su@intel.com>
2023-06-05 10:20 ` qemudev [this message]
2023-06-05 10:25 ` |SUCCESS| " checkpatch

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202306051020.355AKASR3462554@localhost.localdomain \
    --to=qemudev@loongson.cn \
    --cc=simei.su@intel.com \
    --cc=test-report@dpdk.org \
    --cc=zhoumin@loongson.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).