Bug 98231
Summary: | Suspected bug in drivers/atm/iphase.c: function ‘rx_pkt’ (misleading indentation) | ||
---|---|---|---|
Product: | Drivers | Reporter: | Dave Malcolm (dmalcolm) |
Component: | PCI | Assignee: | drivers_pci (drivers_pci) |
Status: | NEW --- | ||
Severity: | normal | CC: | 3chas3 |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 4.0.3 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Dave Malcolm
2015-05-13 17:46:54 UTC
The code is right and the indent is wrong. Cells on VCI < 32 are typically part of some control channel, like signalling. Dropping this traffic is "bad" so an attempt was made to warn the user about this. In all cases, you need to go to out_free_desc. This code also probably predates the net_ratelimit() et al. |