Re: [dpdk-dev] [PATCH] common/mlx5: fix code arrangement in tag allocation

2020-06-28 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Michael Baum > Sent: Wednesday, June 24, 2020 4:21 PM > To: dev@dpdk.org > Cc: Matan Azrad ; Slava Ovsiienko > ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] common/mlx5: fix code arrangement in tag > allocation

[dpdk-dev] [PATCH] common/mlx5: fix code arrangement in tag allocation

2020-06-24 Thread Michael Baum
Flow tag action is supported only when the driver has DR or DV support. The tag allocation is adjusted to the modes DV or DR. In case both DR and DV are not supported in the system, the driver handles static code for error report. This error code, wrongly, was compiled when DV is supported while i