qed: VF XDP support
The final addition on the qed front - - VFs would now require their PFs to provide multiple CIDs - Based on the availability of connections from PF, determine whether XDP is feasible and share it with qede via dev_info. Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
1a850bfc9e
commit
cbb8a12c08
@@ -73,6 +73,9 @@ struct qed_dev_eth_info {
|
||||
|
||||
/* Legacy VF - this affects the datapath, so qede has to know */
|
||||
bool is_legacy;
|
||||
|
||||
/* Might depend on available resources [in case of VF] */
|
||||
bool xdp_supported;
|
||||
};
|
||||
|
||||
struct qed_update_vport_rss_params {
|
||||
|
Reference in New Issue
Block a user