|
@@ -14,6 +14,9 @@ void enic_rfs_flw_tbl_init(struct enic *enic);
|
|
|
void enic_rfs_flw_tbl_free(struct enic *enic);
|
|
|
int enic_rx_flow_steer(struct net_device *dev, const struct sk_buff *skb,
|
|
|
u16 rxq_index, u32 flow_id);
|
|
|
+#else
|
|
|
+static inline void enic_rfs_flw_tbl_init(struct enic *enic) {}
|
|
|
+static inline void enic_rfs_flw_tbl_free(struct enic *enic) {}
|
|
|
#endif /* CONFIG_RFS_ACCEL */
|
|
|
|
|
|
#endif /* _ENIC_CLSF_H_ */
|