Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157582767
D18577.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D18577.diff
View Options
Index: head/sys/dev/ixgbe/ixgbe_82599.c
===================================================================
--- head/sys/dev/ixgbe/ixgbe_82599.c
+++ head/sys/dev/ixgbe/ixgbe_82599.c
@@ -1750,7 +1750,7 @@
case 0x0000:
/* mask VLAN ID */
fdirm |= IXGBE_FDIRM_VLANID;
- /* fall through */
+ /* FALLTHROUGH */
case 0x0FFF:
/* mask VLAN priority */
fdirm |= IXGBE_FDIRM_VLANP;
@@ -2039,7 +2039,7 @@
DEBUGOUT(" Error on src/dst port\n");
return IXGBE_ERR_CONFIG;
}
- /* fall through */
+ /* FALLTHROUGH */
case IXGBE_ATR_FLOW_TYPE_TCPV4:
case IXGBE_ATR_FLOW_TYPE_TUNNELED_TCPV4:
case IXGBE_ATR_FLOW_TYPE_UDPV4:
Index: head/sys/dev/ixgbe/ixgbe_common.c
===================================================================
--- head/sys/dev/ixgbe/ixgbe_common.c
+++ head/sys/dev/ixgbe/ixgbe_common.c
@@ -269,7 +269,8 @@
if (ret_val != IXGBE_SUCCESS)
goto out;
- /* fall through - only backplane uses autoc */
+ /* only backplane uses autoc */
+ /* FALLTHROUGH */
case ixgbe_media_type_fiber_fixed:
case ixgbe_media_type_fiber_qsfp:
case ixgbe_media_type_fiber:
@@ -4756,7 +4757,8 @@
rxpktsize <<= IXGBE_RXPBSIZE_SHIFT;
for (; i < (num_pb / 2); i++)
IXGBE_WRITE_REG(hw, IXGBE_RXPBSIZE(i), rxpktsize);
- /* fall through - configure remaining packet buffers */
+ /* configure remaining packet buffers */
+ /* FALLTHROUGH */
case PBA_STRATEGY_EQUAL:
rxpktsize = (pbsize / (num_pb - i)) << IXGBE_RXPBSIZE_SHIFT;
for (; i < num_pb; i++)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 24, 1:59 AM (18 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33461637
Default Alt Text
D18577.diff (1 KB)
Attached To
Mode
D18577: ixgbe: this statement may fall through warnings with gcc
Attached
Detach File
Event Timeline
Log In to Comment