From: Ganesh Goudar <ganes...@chelsio.com> Date: Tue, 23 Jan 2018 21:52:03 +0530
> + cmd.op_to_vfn = htonl(FW_CMD_OP_V(FW_ACL_VLAN_CMD) | > + FW_CMD_REQUEST_F | FW_CMD_READ_F); > + > + /* Note: Do not enable the ACL */ > + cmd.en_to_len16 = htonl((unsigned int)FW_LEN16(cmd)); This is inconsistent with the rest of the driver which uses cpu_to_be??() when filling in firmware commands. Please fix this. Thank you.