From patchwork Fri Aug 19 13:45:41 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Changli Gao X-Patchwork-Id: 110661 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 867CEB6F7D for ; Fri, 19 Aug 2011 23:46:52 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755529Ab1HSNqn (ORCPT ); Fri, 19 Aug 2011 09:46:43 -0400 Received: from mail-pz0-f42.google.com ([209.85.210.42]:54169 "EHLO mail-pz0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754466Ab1HSNqk (ORCPT ); Fri, 19 Aug 2011 09:46:40 -0400 Received: by pzk37 with SMTP id 37so4871314pzk.1 for ; Fri, 19 Aug 2011 06:46:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; bh=/UJSN6TQIPQlZfmM9jaiKuhI66D5+v6qM+bv6wlKwMw=; b=mRekTT7y/ErW/pIlw48p86MI/vi+a7D+BAIylsQyDUSBRIMLrGs6zuX/3WpQ60+CsA L6RAoWBZRvP702y2YcVONfZDyqyQW5azzJdj9kMCk9ufXMt4DMuIVvNK5z9To0fKAHRA D8FEoaMeyXYFYGmbDr+p5OWohJZl3qLnK9FOs= Received: by 10.143.63.15 with SMTP id q15mr1027502wfk.120.1313761599552; Fri, 19 Aug 2011 06:46:39 -0700 (PDT) Received: from localhost.localdomain ([221.239.34.230]) by mx.google.com with ESMTPS id c4sm2351968pbe.16.2011.08.19.06.46.26 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 19 Aug 2011 06:46:38 -0700 (PDT) From: Changli Gao To: "David S. Miller" Cc: Eric Dumazet , Tom Herbert , netdev@vger.kernel.org Subject: [PATCH] net: add the comment for skb->l4_hash Date: Fri, 19 Aug 2011 21:45:41 +0800 Message-Id: <1313761541-1109-1-git-send-email-xiaosuo@gmail.com> X-Mailer: git-send-email 1.7.3.4 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org --- include/linux/skbuff.h | 2 ++ 1 file changed, 2 insertions(+) --- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index f902c33..10109a0 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h @@ -322,6 +322,8 @@ typedef unsigned char *sk_buff_data_t; * @queue_mapping: Queue mapping for multiqueue devices * @ndisc_nodetype: router type (from link layer) * @ooo_okay: allow the mapping of a socket to a queue to be changed + * @l4_hash: indicate rxhash is a canonical 4-tuple hash over transport + * ports. * @dma_cookie: a cookie to one of several possible DMA operations * done by skb DMA functions * @secmark: security marking