From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 42039594F for ; Thu, 13 Nov 2014 12:16:52 +0100 (CET) Received: by mail-wg0-f50.google.com with SMTP id z12so16427577wgg.23 for ; Thu, 13 Nov 2014 03:26:50 -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:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=o5D1mTZMuEmFHwRmkMPxNX1IMTb/CBbsEk5UE9/XJNY=; b=kWGJW5TZxBeccw+fk7jGi27KlGGbUiUm2H7GLzuWtz29mmwuOTS8TrJ/ZrkgV6nr8U 0FtlH8vycW6IBw6W2B8yMXqi9/j20Aluaor8l2oLE1t8Bzlg+pN1amwnx48eltxXHdqo NMRfLqePTwnA3j32rVLk9AY1xu1souquINHK+hzOVXu//Y4GdXJLZU5aCIyWAhAk7i5K 4WDa22pKDH0StQvt4mAzvi9Kxc2gz0LhQppFpvNQ3W5L20k1LlMa/hBN76NIIGjeWf8V eHK8NsncNpr0+G/Anw1gz7iQWXoXbl91pxoaIBfmpqiRHVvE/FoQyUE3bd/eH9c9MrVe 1BLQ== X-Gm-Message-State: ALoCoQng/gf0XtWXy8SousouXLMjLqeqBdzp8aELSYyxQgMt5kg29hvpLdnNsb0vm/CCyrlgMgDT X-Received: by 10.194.81.70 with SMTP id y6mr2733856wjx.113.1415878010670; Thu, 13 Nov 2014 03:26:50 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id s10sm25325001wix.14.2014.11.13.03.26.49 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Nov 2014 03:26:50 -0800 (PST) From: Thomas Monjalon To: Qinglai Xiao Date: Thu, 13 Nov 2014 12:26:32 +0100 Message-ID: <1565095.oGASgGkTeo@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.2-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <20141110130641.GA12532@bricha3-MOBL3> References: <1415623967-52488-1-git-send-email-jigsaw@gmail.com> <1415623967-52488-2-git-send-email-jigsaw@gmail.com> <20141110130641.GA12532@bricha3-MOBL3> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 1/2] Add new union field usr in mbuf->hash. 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: Thu, 13 Nov 2014 11:16:52 -0000 > > This field is added for librte_distributor. User of librte_distributor > > is advocated to set value of mbuf->hash.usr before calling > > rte_distributor_process. The value of usr is the tag which stands as > > identifier of flow. > > > > Signed-off-by: Qinglai Xiao > Acked-by: Bruce Richardson Applied Thanks -- Thomas