Thanks for posting your question in the Microsoft Q&A forum.
Below are some key points to assist you in troubleshooting the issue:
- The errors you are seeing, suggest that there might be compatibility issues between DPDK and the Azure network adapter.
- To resolve these issues, ensure that you are using the correct DPDK poll-mode driver for Azure. The
net_netvsc
PMD is recommended for optimal performance with MANA. - Make sure that you have enabled huge pages and that the information is visible in
/proc/meminfo
. Failure to enable huge pages can result in EAL initialization errors. - Verify that the IAM user associated with the access key has the necessary permissions to access the specific S3 bucket and directory.
- Ensure that the S3 bucket policy allows the IAM user to access the specific bucket and directory.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful