Re: [PATCH net-next v2] skbuff: increase verbosity when dumping skb data

2019-07-08 Thread David Miller
From: Willem de Bruijn Date: Sun, 7 Jul 2019 05:51:55 -0400 > From: Willem de Bruijn > > skb_warn_bad_offload and netdev_rx_csum_fault trigger on hard to debug > issues. Dump more state and the header. > > Optionally dump the entire packet and linear segment. This is required > to debug check

[PATCH net-next v2] skbuff: increase verbosity when dumping skb data

2019-07-07 Thread Willem de Bruijn
From: Willem de Bruijn skb_warn_bad_offload and netdev_rx_csum_fault trigger on hard to debug issues. Dump more state and the header. Optionally dump the entire packet and linear segment. This is required to debug checksum bugs that may include bytes past skb_tail_pointer(). Both call sites cal