diff options
author | Edward Cree <ecree@solarflare.com> | 2020-06-29 14:36:33 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-06-29 17:37:49 -0700 |
commit | 28abe8251b118116fac85f5169effcede547f26e (patch) | |
tree | f9e1a43477960e726abfa65d6e637583b29d995f /drivers/net/ethernet/sfc/efx.h | |
parent | 850b722756d6886b3269e548398934e81a3c7503 (diff) | |
download | linux-28abe8251b118116fac85f5169effcede547f26e.tar.gz linux-28abe8251b118116fac85f5169effcede547f26e.tar.bz2 linux-28abe8251b118116fac85f5169effcede547f26e.zip |
sfc: commonise ARFS handling
EF100 will use the same approach to ARFS as EF10.
Signed-off-by: Edward Cree <ecree@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/sfc/efx.h')
-rw-r--r-- | drivers/net/ethernet/sfc/efx.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/ethernet/sfc/efx.h b/drivers/net/ethernet/sfc/efx.h index 8aadec02407c..e8be786582c0 100644 --- a/drivers/net/ethernet/sfc/efx.h +++ b/drivers/net/ethernet/sfc/efx.h @@ -147,11 +147,6 @@ static inline s32 efx_filter_get_rx_ids(struct efx_nic *efx, { return efx->type->filter_get_rx_ids(efx, priority, buf, size); } -#ifdef CONFIG_RFS_ACCEL -int efx_filter_rfs(struct net_device *net_dev, const struct sk_buff *skb, - u16 rxq_index, u32 flow_id); -bool __efx_filter_rfs_expire(struct efx_channel *channel, unsigned int quota); -#endif /* RSS contexts */ static inline bool efx_rss_active(struct efx_rss_context *ctx) |