Hi Xiaolong,
Commit SHA length non-compliance will be modified in V2 patch.
The reason why they did not return immediately after the error is that they
need to release the allocated memory after the error, which is released
uniformly in error processing, so they did not return directly.
BR,
Zhu
On 03/03, taox@intel.com wrote:
>From: Zhu Tao
>
>Macro rte_errno is not a static value, so it needs to be updated in all
>error handling code.
>
>Patch 'dc36bd5dfd' mistakenly consider that rte_errno is a constant, which
>causes the unrecognized flow rule to be marked as recognition success.
From: Zhu Tao
Macro rte_errno is not a static value, so it needs to be updated in all
error handling code.
Patch 'dc36bd5dfd' mistakenly consider that rte_errno is a constant, which
causes the unrecognized flow rule to be marked as recognition success.
Later, when the code tried to parse the flo
3 matches
Mail list logo