Opened 20 years ago
Closed 20 years ago
#1481 closed patch (fixed)
firewire: buffered packets bug fix
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
bug fix for setting buffered packets.
- set max buffered packets to 8000 (mis-documented in libraw1394, hit kmalloc limit in kernel)
- use HDRingbufferSize / 4 (instead of /2) to determine number of buffered packets to use, libraw1394 will bump up the max packet size by the next power of 2, which ends up being 4K.
Attachments (1)
Change History (3)
by , 20 years ago
Attachment: | firewire_buf_fix.diff added |
---|
comment:1 by , 20 years ago
Owner: | changed from | to
---|
Note:
See TracTickets
for help on using tickets.
Jim, I assume these changes are now already in? (as part of #1530)