Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bluetooth: Controller: Fix to use non-discardable buffer #42664

Merged

Conversation

cvinayak
Copy link
Contributor

Fix to use non-discardable Rx buffer for handling Extended
and Periodic Advertising Report.

Regression introduced in
commit 18171bc ("Bluetooth: Host: Non-discardable event
buffer size is 255 for ext adv").

Signed-off-by: Vinayak Kariappa Chettimada [email protected]

Fix to use non-discardable Rx buffer for handling Extended
and Periodic Advertising Report.

Regression introduced in
commit 18171bc ("Bluetooth: Host: Non-discardable event
buffer size is 255 for ext adv"). The default discardable Rx
buffer size was reduced causing increased fragmentation and
deadlock trying to get more free discardable Rx buffers to
generate HCI Extended and Periodic Advertising reports.

Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
@cvinayak cvinayak force-pushed the github_ext_adv_non_discardable branch from bc2c4f1 to 3a40af0 Compare February 10, 2022 06:22
@cvinayak cvinayak marked this pull request as ready for review February 10, 2022 07:39
@cvinayak cvinayak added bug The issue is a bug, or the PR is fixing a bug Regression Something, which was working, does not anymore labels Feb 10, 2022
@cvinayak cvinayak self-assigned this Feb 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Bluetooth Controller area: Bluetooth bug The issue is a bug, or the PR is fixing a bug Regression Something, which was working, does not anymore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants