Re: mac80211 and multiple RX queues (with RSS hashing)

2015-06-16 Thread Johannes Berg
On Fri, 2015-06-12 at 10:31 +0200, Johannes Berg wrote: * It would only support (non-null) data frames, management frames must not be passed to the new API, but must be passed to the regular ieee80211_rx() function. Sorry about the line breaking - not sure how that happened. Let me

mac80211 and multiple RX queues (with RSS hashing)

2015-06-12 Thread Johannes Berg
Hi, We're currently investigating how to best add RSS hashing to the wireless stack. Let's say, for the sake of discussion, that we'll add a function to mac80211 called ieee80211_rx_napi_mq(struct hw *, struct napi_struct *, struct sk_buff *); and (depending on the outcome of the design) the