Re: [dpdk-dev] [PATCH] common/mlx5: fix user mode register access command

2020-07-29 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Viacheslav Ovsiienko > Sent: Wednesday, July 29, 2020 3:29 PM > To: dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Dekel Peled > Subject: [PATCH] common/mlx5: fix user mode register access command > > To detect the timestamp mode configured on the

[dpdk-dev] [PATCH] common/mlx5: fix user mode register access command

2020-07-29 Thread Viacheslav Ovsiienko
To detect the timestamp mode configured on the NIC the mlx5 PMD uses the firmware command ACCESS_REGISTER_USER. This command is relatively new and might be not supported by older firmware versions and was rejected, causing annoying messages in kernel log. This patch adds the attribute flag check w