From patchwork Fri Aug 19 14:20:13 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Changli Gao X-Patchwork-Id: 110678 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 30A7EB6F7B for ; Sat, 20 Aug 2011 00:21:13 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755190Ab1HSOVB (ORCPT ); Fri, 19 Aug 2011 10:21:01 -0400 Received: from mail-pz0-f42.google.com ([209.85.210.42]:53434 "EHLO mail-pz0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753103Ab1HSOU6 (ORCPT ); Fri, 19 Aug 2011 10:20:58 -0400 Received: by pzk37 with SMTP id 37so4914014pzk.1 for ; Fri, 19 Aug 2011 07:20:57 -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=U9sOxwoKY8S9IpSfTqegMX02NP0M/AF04vj780Bl6m8=; b=eC5woxIL6Sn5RENj6pkOlnFIkNvfzDvGWiV2wQgGbO6ehZWbcqVp8XgmusdBpqYzWm mN7GC0V3yZN1DvNJvqryKb4zMx3k2N8oo8ijGp0u0zcRLKjE7nojEKamV8BDqHC1+ABS kQL8bMuxMMZFzN2idPinnhcuNQU/tXh/xffv0= Received: by 10.142.202.6 with SMTP id z6mr472684wff.236.1313763657553; Fri, 19 Aug 2011 07:20:57 -0700 (PDT) Received: from localhost.localdomain ([221.239.34.230]) by mx.google.com with ESMTPS id s3sm2368101pbg.93.2011.08.19.07.20.48 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 19 Aug 2011 07:20:56 -0700 (PDT) From: Changli Gao To: "David S. Miller" Cc: Eric Dumazet , Tom Herbert , netdev@vger.kernel.org, Changli Gao Subject: [PATCH v2] net-next: add the comment for skb->l4_rxhash Date: Fri, 19 Aug 2011 22:20:13 +0800 Message-Id: <1313763613-3370-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 Signed-off-by: Changli Gao --- 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_rxhash: 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