Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1453668

Re: [PATCH v2] mac80211: rx: frames received out of order

From Johannes Berg <johannes@sipsolutions.net>
Newsgroups linux.kernel
Subject Re: [PATCH v2] mac80211: rx: frames received out of order
Date 2016-08-02 10:40 +0200
Message-ID <s1DoZ-20O-11@gated-at.bofh.it> (permalink)
References <rUqZz-2Ax-13@gated-at.bofh.it> <s1DoZ-20O-13@gated-at.bofh.it> <rUqZz-2Ax-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, 2016-07-13 at 14:57 +0300, Yaniv Machani wrote:
> From: Meirav Kama <meiravk@ti.com>
> 
> Upon forwarding frames from Rx to Tx in mesh, driver clones the skb.
> It zeros the tx_info and doesn't set hw_queue correctly. It then
> enqueues
> the frame in queue 0 (VOICE) instead of the correct queue.
> Upon re-queue of this frame, driver inserts it to the correct queue
> (e.g. BE).
> After that, driver dequeue frames from 2 different queues and sends
> them out of order.
> To fix this, driver will set the tx_info->hw_queue to the correct
> queue when cloning the skb.
> 
Makes sense, but the subject is a bit misleading - can you come up with
a better one?

johannes

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH v2] mac80211: rx: frames received out of order Johannes Berg <johannes@sipsolutions.net> - 2016-08-02 10:40 +0200

csiph-web