From patchwork Fri Aug 19 14:14:12 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Changli Gao X-Patchwork-Id: 110676 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 79A06B6F7B for ; Sat, 20 Aug 2011 00:15:13 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753450Ab1HSOPH (ORCPT ); Fri, 19 Aug 2011 10:15:07 -0400 Received: from mail-iy0-f170.google.com ([209.85.210.170]:38272 "EHLO mail-iy0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751685Ab1HSOPG (ORCPT ); Fri, 19 Aug 2011 10:15:06 -0400 Received: by iye16 with SMTP id 16so5656737iye.1 for ; Fri, 19 Aug 2011 07:15:05 -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=SkqQZv0eN4uNIN+5ZQWnQ/6X7NV+DZHGmVjknJoR/mA=; b=Zuzj7rXexfCpsPgHI3M/csWnxNj2iSx6/8zhApgyFcg+fb3x7Z/TE5C2bQeQacycoK LH7revIM8AmG+xl2Jpj0wiYzQsDtb9FyVic8Mrs8jropnhMfnsqkSCcOqdEbQ9Ka9R+k jkRwSy8LgT6/Gjkf4OqcAQ8BV/j4EFhjDvVS4= Received: by 10.142.232.19 with SMTP id e19mr1099772wfh.15.1313763305447; Fri, 19 Aug 2011 07:15:05 -0700 (PDT) Received: from localhost.localdomain ([221.239.34.230]) by mx.google.com with ESMTPS id i8sm2371963pbi.12.2011.08.19.07.14.52 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 19 Aug 2011 07:15:04 -0700 (PDT) From: Changli Gao To: "David S. Miller" Cc: Eric Dumazet , Tom Herbert , netdev@vger.kernel.org, Changli Gao Subject: [PATCH] net: add the comment for skb->l4_hash Date: Fri, 19 Aug 2011 22:14:12 +0800 Message-Id: <1313763252-3235-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_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