openwrt / openwrt/mt76

Packets dropped on mt7615 for A-MSDU transmissions

Open
#450 37 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C
Stars
888
Forks
436
PR merge metrics
No merged PRs in 30d

Description

Hi,
In trying to figure out what's going on in issue 387: https://github.com/openwrt/mt76/issues/387
I found that packets are dropped by the mt7615 driver (at least on my winstars 538a6) when sent from another router as an A-MSDU aggregated packet. Large pings (with -s 2000 for instance) are replied to by the mt7615 router when sent as "fragmented ip" packets, but not when sent as "a-msdu" packets. See wireshark sniff below (from a 3rd machine monitoring traffic in the middle).

Screenshot_2020-09-21_09-01-39

Is A-MSDU (and A-MPDU) supported by mt76? At least for reception (rx)? The driver advertises that it is (in "iw phy0 info").

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with issue 387 and reproduce the reported behavior on an mt7615 device, comparing large pings sent as fragmented IP packets versus A-MSDU packets. Inspect the mt7615 driver's advertised capabilities in iw phy0 info and the accompanying Wireshark capture; done means determining whether RX A-MSDU/A-MPDU handling is supported and why these packets are dropped.

Written by the indexing model from the issue text.

Assessment

Tech stack
c, linux
Domain
networking, operating-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.