From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 1F874156 for ; Fri, 8 Nov 2013 11:27:00 +0100 (CET) Received: by mail-wg0-f53.google.com with SMTP id y10so1748626wgg.20 for ; Fri, 08 Nov 2013 02:27:54 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:organization:to:subject:date:user-agent:cc :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=kj33SJaCoNbgk/W3lo23ReNHjO/zlSzTrbMm40ahhiM=; b=lJfY6rM2rWjBK72TdHYPIE3TIl5e4wrlqEkMW0uLY2Cc57OFFKscN4mApF0k29zfPy epciffhJZ/wFbZR2qDPeL78KkB+6ZItFQ0/aQ9i68rh/mhOYykeRtqsO3oiKgxrQ2y84 Xec/bOVYO1Rrw1KbjT1ecIkl6zv8dXY+y9rrn9+jRhJwAMY1NS1lF0zGKelHeNsRdEhb nteNFdTJ6mYtYGv4OqHUICeUDL7Ftvny+IHiA472hvOJFBMSFtm0VJtsM1NEPOL+asrc aRdJ7OWI2eZO5o3PiOuXbrKDAbsR8YzjLk2Hcp7dLJmvD6lU3DRKEydOlZ/l8aJ2V12t wBTw== X-Gm-Message-State: ALoCoQkGhv0s0swG2pTGCXHYcFYpVRH0N1tzw3Qw+mLFl8BMo6y8t7rFHdwyUqh+HwdBQfCYhM+D X-Received: by 10.180.75.142 with SMTP id c14mr1756771wiw.54.1383906473997; Fri, 08 Nov 2013 02:27:53 -0800 (PST) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id c10sm4121696wie.11.2013.11.08.02.27.52 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 08 Nov 2013 02:27:53 -0800 (PST) From: Thomas Monjalon Organization: 6WIND To: "Benson, Bryan" Date: Fri, 8 Nov 2013 11:27:50 +0100 User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201311081127.50724.thomas.monjalon@6wind.com> Cc: dev@dpdk.org Subject: Re: [dpdk-dev] RX checksum offloading X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Nov 2013 10:27:00 -0000 07/11/2013 22:50, Benson, Bryan : > I have prepared a patch for the issue. If it is not in the correct format, > please advise. First of all, thank you for the patch. My comments on the format: 1) The content type is quoted-printable. So it cannot be applied wihtout modifications. Please use git-send-email to send patches. 2) Please set a shorter title and longer explanation in the commit log. Guidelines should be written on the web site. Probably coming soon. -- Thomas