[
https://issues.apache.org/jira/browse/MYNEWT-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15422092#comment-15422092
]
ASF subversion and git services commented on MYNEWT-83:
-------------------------------------------------------
Commit 40c072ebdde316339581823525b5237d4c5565f4 in incubator-mynewt-core's
branch refs/heads/develop from [~wes3]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-mynewt-core.git;h=40c072e
]
MYNEWT-83: use a fixed buffer for reception.
The changes for this ticket caused the code to ack a packet at
the link layer even though it was not handed to the host. This
is an error; the link layer should only ack data packets that
were handed to the host.
> Controller should use a fixed buffer for reception as opposed to mbufs
> ----------------------------------------------------------------------
>
> Key: MYNEWT-83
> URL: https://issues.apache.org/jira/browse/MYNEWT-83
> Project: Mynewt
> Issue Type: Improvement
> Components: Nimble
> Affects Versions: v0_8_0_beta1
> Reporter: William San Filippo
> Assignee: William San Filippo
> Priority: Minor
> Fix For: v0_10_0
>
>
> The current controller code allocates mbufs for reception. During the
> unplugfest it was noted that is was fairly easy to overload the
> host/controller with packets. A probably better way to implement this is to
> have a global receive buffer and we copy out into a mbuf if needed. Note that
> the transmit portion of the controller already uses a global buffer for
> transmission.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)