Test-Label: Intel-compilation Test-Status: WARNING http://dpdk.org/patch/106494 _apply issues_ Submitter: Juraj Linkeš Date: 2022-01-25 10:08:28 Reply_mail: 1643105308-26026-1-git-send-email-juraj.linkes@pantheon.tech DPDK git baseline: Repo:dpdk, CommitID: 8a5a91401dc23ddab1ddea3667a17a615a25077f * Repo: dpdk eal/linux: log hugepage create errors with filename While debugging running DPDK service in a container, it is useful to see which file creation failed. Don't hide this failure with DEBUG. Cc: stable@dpdk.org -- File "/usr/lib/python3.6/json/decoder.py", line 339, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.6/json/decoder.py", line 357, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) DPDK STV team