|WARNING| pw128118 [RFC DPDK 21.11] net/ice/base: support customized DDP package

qemudev at loongson.cn qemudev at loongson.cn
Mon Jun 5 12:20:10 CEST 2023


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

_apply patch failure_

Submitter: Simei Su <simei.su at 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



More information about the test-report mailing list