[dpdk-stable] [dpdk-dev] [PATCH v2] net: fix the way how L4 checksum choice is tested

Stephen Hemminger stephen at networkplumber.org
Fri Jun 28 02:10:40 CEST 2019


On Fri, 28 Jun 2019 00:52:02 +0300
Ivan Malov <ivan.malov at oktetlabs.ru> wrote:

> +	/*
> +	 * Initialise ipv4_hdr beforehand to mute false positive
> +	 * compiler warnings about this variable being possibly used
> +	 * uninitialised in L4 parsing branches below albeit it is clearly
> +	 * initialised in IPv4 parsing branch prior L4-related code.
> +	 */

Really, keep the verbosity in the commit log not the code.
One line commit is enough.


More information about the stable mailing list