Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/88691 _apply issues_ Submitter: Viacheslav Ovsiienko Date: 2021-03-07 10:02:51 Reply_mail: 20210307100251.22538-6-viacheslavo@nvidia.com DPDK git baseline: Repo:dpdk, CommitID: 2a2ebeab9e3309ab332baefdbcc1caa7e62ecc82 * Repo: dpdk fbarray: fix log message on truncation error When file truncation fails, the log message attempts to print a path of file we failed to truncate, but this path was never set to anything and, what's worse, was uninitialized. Fix it by passing path from the caller. Coverity issue: 366122 -- This will be required in git-pw 2.0 Starting new HTTP connection (1): proxy-shz.intel.com Starting new HTTP connection (1): proxy-shz.intel.com error: patch failed: drivers/net/mlx5/mlx5_devx.c:440 error: drivers/net/mlx5/mlx5_devx.c: patch does not apply Applying: common/mlx5: add timestamp format support to DevX Applying: net/mlx5: add timestamp format support Patch failed at 0002 net/mlx5: add timestamp format support Use 'git am --show-current-patch' to see the failed patch When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". DPDK STV team