From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by dpdk.org (Postfix) with ESMTP id 06EA1C338 for ; Mon, 3 Aug 2015 17:12:55 +0200 (CEST) Received: by wibud3 with SMTP id ud3so118438562wib.0 for ; Mon, 03 Aug 2015 08:12:54 -0700 (PDT) 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=lSPDFYnxhuBcpUojBMpTDUSMxnnv5AFrMONdkfqd6mU=; b=mC8HRj/CdenSovVjVSApouAbr0jbCYvzZpT06nfa2vZMB4aDLIhfvUiq5HVajK1800 5uF6fZgdiPr6aQrVjBh4mXBrQ+KJmvdGlwJ2IRutAuqHdqobBnoclxTwEsczNhOLBRsk SSzA9DmfQHH6nlsQ+211IAnR74vzGD060QUmIlncREArwC8Lga++salO04CpzNTsBbOC mHWGyZfXEQrUiwP2+RMyEpi5KX96FF9LpyyQQquRIagzntv+EMhwsK9+VFolOTIUxFnp JVa9J7qcsywFbL/r4oleqgnZo2l+u39zXP/30KTx+qtJLxceKPrypSGsNHxHr4EdkzvV uV9Q== X-Gm-Message-State: ALoCoQn1jP55e0z2My2TrjtLZOgBQzY0VzO1UG9gIvQD4OMIqwso8NJ/LLDSY3XKhRenz1GJm6E5 X-Received: by 10.180.95.197 with SMTP id dm5mr33325060wib.93.1438614774810; Mon, 03 Aug 2015 08:12:54 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id z5sm23355492wjr.42.2015.08.03.08.12.53 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Aug 2015 08:12:53 -0700 (PDT) From: Thomas Monjalon To: Konstantin Ananyev Date: Mon, 03 Aug 2015 17:11:40 +0200 Message-ID: <4234011.j81GUsv4bz@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <17314929.BMHbvhZHm9@xps13> References: <1433664745-8600-1-git-send-email-michalx.k.jastrzebski@intel.com> <1435306054-5152-1-git-send-email-tomaszx.kulasek@intel.com> <17314929.BMHbvhZHm9@xps13> 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] vpmd: rss hash ol_flag for unified packet type 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: Mon, 03 Aug 2015 15:12:55 -0000 Ping 2015-07-16 17:40, Thomas Monjalon: > Konstantin, what is the status of this patch? > > 2015-06-26 10:07, Tomasz Kulasek: > > This patch adds management of PKT_RX_FDIR and PKT_RX_RSS_HASH ol_flags in vPMD > > for unified packet type as well as for 16 bit field packet_type when > > RTE_UNIFIED_PKT_TYPE is not defined. > > > > This patch depends of "unified packet type" patch set, and should be applied > > after it. > > > > v2 changes: > > - recreated due to a renaming of RTE_UNIFIED_PKT_TYPE to RTE_NEXT_ABI in > > "unified packet size v8" > > > > Signed-off-by: Tomasz Kulasek >