commit | 40b8c45492efc97d9d397475bf475d497fbb9174 | [log] [tgz] |
---|---|---|
author | Mintz, Yuval <Yuval.Mintz@cavium.com> | Fri Apr 07 11:04:59 2017 +0300 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 07 06:26:14 2017 -0700 |
tree | ea92b0d71d425286a17fdcd2fbbc02c836b269cd | |
parent | 89e1afc44765d8b9f509d15df096494f14463e17 [diff] |
qede: Prevent VFs from using XDP Current implementation of VFs is very tight in regard to queue resources. VFs support for XDP would require quite a bit of additional infrastructure in qede and qed [sharing of queue-zones between queues, more VF cids, mapping of the doorbell bar, etc.]. For now, prevent XDP programs from being attached to VFs. Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>