From mboxrd@z Thu Jan 1 00:00:00 1970 From: Changli Gao 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> Cc: Eric Dumazet , Tom Herbert , netdev@vger.kernel.org To: "David S. Miller" Return-path: 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) Sender: netdev-owner@vger.kernel.org List-ID: --- include/linux/skbuff.h | 2 ++ 1 file changed, 2 insertions(+) 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