From: Vladimir Oltean <olteanv@gmail.com> Date: 2021-01-14 01:47:01
On Wed, Jan 13, 2021 at 03:37:49PM -0800, Florian Fainelli wrote:
You are passing the whole dsa_mall_skbedit_tc_entry structure here,
only to look up priority, would it make sense for now to pass
skbedit->priority as a parameter which would be matching the function
name and what it is dealing with?
Actually I am passing a pointer to it, which should be more or less
equal in size to an integer. But I can pass just the priority, sure.