From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxGnn-0005kB-Am for qemu-devel@nongnu.org; Mon, 21 Jan 2013 07:48:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TxGnm-0002UC-9r for qemu-devel@nongnu.org; Mon, 21 Jan 2013 07:48:39 -0500 Received: from mx1.redhat.com ([209.132.183.28]:27077) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxGnl-0002Tc-TG for qemu-devel@nongnu.org; Mon, 21 Jan 2013 07:48:38 -0500 From: Markus Armbruster References: <1358006986-7248-1-git-send-email-dmitry@daynix.com> <1358006986-7248-2-git-send-email-dmitry@daynix.com> Date: Mon, 21 Jan 2013 13:48:32 +0100 In-Reply-To: <1358006986-7248-2-git-send-email-dmitry@daynix.com> (Dmitry Fleytman's message of "Sat, 12 Jan 2013 18:09:42 +0200") Message-ID: <87vcaq3dnj.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v9 1/5] Adding utility function net_checksum_add_cont() that allows checksum calculation of scattered data with odd chunk sizes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dmitry Fleytman Cc: Yan Vugenfirer , Gerhard Wiesinger , qemu-devel@nongnu.org, Anthony Liguori , Paolo Bonzini Dmitry Fleytman writes: > Adding utility function net_raw_checksum() that calculates checksum > of buffer given Your subject is excessively long. Please stick to the standard commit message format: subsystem: summary phrase (no more than 75 chars, please) Zero or more paragraphs of description. Wrap long lines, please (75 chars tops).