CQE zipping reduces PCI overhead by coalescing and zipping multiple CQEs into a
single merged CQE. We introduce a new format to be used when the HW compress
CQEs. because of the way this feature works, we need to separate mlx5_cqwq_pop
from mlx5e_get_cqe.
The feature is enabled by default, a sysctl is added if one wants to disable it.
Sponsored by: Mellanox Technologies