From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7A8A0A00C2; Wed, 22 Apr 2020 15:56:33 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8B3741D64D; Wed, 22 Apr 2020 15:56:32 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 7C9431D647 for ; Wed, 22 Apr 2020 15:56:30 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 01D245C00F8; Wed, 22 Apr 2020 09:56:30 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Wed, 22 Apr 2020 09:56:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm1; bh= WlTDY+iYfLbP5axnVpG4COacUV9Zxk5eWWcpVycgmtE=; b=olnsZPuZlkpJIHTE iBdWueU4BoPr/NSIaDl0DyOSk56oc0eu2ouuZ+iUYm7rR26Iu+eRtiafWQf9kq7P Ijfi10Y9qCYsoT6AUIqb/a5sn2YEaoE3zNM07RLX3KnB7Shc55B814G7fsSeNUnX L3VZnWSl6OhjmoYoaDaOyZa8gnG5ue26J2kjHvUCF4ouyhv9x+F/GyH1vrQIOhbl g57UByjOfQOYgMmLZJCwvYLv5wHc1QyBbuexkLsnQuQWZ/ziPsaLCqUObwX8wYE/ P8DmV/IqIWF0cuXRHPmNttW3VnvXpTYW9P5FMytR7fgSs+N4lCnSoOM9uVPW2bbN VlC4lg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=WlTDY+iYfLbP5axnVpG4COacUV9Zxk5eWWcpVycgm tE=; b=3lwB6amr5Ysb1ayyXjYOl5db9hIcwR+cWQ2+Qd4iHIplGIxjA8/5vqg/v c+rQPC1xuEd7v4zsIb3Y42t7+8wW/F7wCRXIujKqdK90yydIyKwlABugE/J9HKBl nu8AlVhgzhzZ9UopXiXE30LMVORR0SLQLsy556/Vu8OPH8PlXT/jw9bw6NliwYor oizI4qAzSY47d/03+u3BlovxZTErvpixCDBnRlKKrEEdJeWISFpazcMDd07yvizY qSTw9ub7NcsCPG29S1yvINUQCIxARsFoGExHhkYVM69s/DbGjmMBCB/utG0KR5ZF GOieUsltyS4JxKh8a12fEA/PpdO/A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrgeejgdeihecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr rghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id B25FF328006B; Wed, 22 Apr 2020 09:56:28 -0400 (EDT) From: Thomas Monjalon To: Junyu Jiang Cc: dev@dpdk.org, Qiming Yang , Ferruh Yigit , bruce.richardson@intel.com, xiaolong.ye@intel.com Date: Wed, 22 Apr 2020 15:56:27 +0200 Message-ID: <2882352.U7HbjWM52l@thomas> In-Reply-To: <20200325063248.28484-1-junyux.jiang@intel.com> References: <20200303091621.30114-1-junyux.jiang@intel.com> <20200325063248.28484-1-junyux.jiang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 0/2] examples/vmdq: fix RSS configuration X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 25/03/2020 07:32, Junyu Jiang: > This patch set fixed a bug of vmdq example, > and added a documentation for it. We have 2 directories for VMDq: examples/vmdq/ examples/vmdq_dcb/ Please, would it be possible to merge them in a single one? Another related question: is VMDq a feature we want to keep in future? I thought it could be deprecated. Am I wrong? What are the devices supporting VMDq?