commit | 3a814fdf271552a5c4641f812ff7e2dd8ad09ee4 | [log] [tgz] |
---|---|---|
author | Tiwei Bie <tiwei.bie@intel.com> | Wed Nov 21 18:03:29 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 26 22:17:40 2018 -0800 |
tree | 42a1efcb992dc5eda98e69804d9beba7b788047a | |
parent | f51f982682e2a612fa642dfee47cc8da63677148 [diff] |
virtio_ring: disable packed ring on unsupported transports Currently, ccw, vop and remoteproc need some legacy virtio APIs to create or access virtio rings, which are not supported by packed ring. So disable packed ring on these transports for now. Signed-off-by: Tiwei Bie <tiwei.bie@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>