From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 5E1EB1B644 for ; Wed, 11 Apr 2018 14:43:11 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 35A8121694; Wed, 11 Apr 2018 08:43:08 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 11 Apr 2018 08:43:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=ofteBJM6wOoMQ0aZQ1WeW5ueja Houw8h4+BZBnb9xBE=; b=UKP78rtOBKxtRyOdwRhpAxNJqFM9abcBD9eLG8fnLH Sjne7v05e192eJvur/0tsoTLdFnAczTMLu+0KOOMFpe/qcsrkhpXnKX0sco6eXE3 MGvsLXHVISMr+tmXUvywjqY5Nu85GEzxp784nfgWvfvLWE6K/KcS+hUhMINl8nyC o= 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-sender:x-me-sender:x-sasl-enc; s=fm2; bh=ofteBJ M6wOoMQ0aZQ1WeW5uejaHouw8h4+BZBnb9xBE=; b=HAbLjCTRD2C1hHU5VmC8Wn fiMzaiNnyVTeKG6wAbzjNPqEKJ8//xCLxobgu4j+Q4EhwsDxwDaYDIz6BHAFdhSx m40d4V1FPYYQmF0ercJ5kbctpdGuciHgJh39pyHACjJ9m9ufJ/qMrCOhHAa+2pt4 ftyzwYBlOSV004EZomrv1fqiV0NVxWXWWtlppT3n894ZU8OLQAFheyv4NAhWe1ii Rv8kjpLhQHSNdjxE/yy3T1tCHk075G5RmTg+CJFSE/4nn876X13dffMsvyDQZx+o lEgfGVGRoYnKLZE95gd0CcMB7OfFJ0+HC6tFdWY7OdHcGyFP849gu6znm+onPSnQ == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 56160E442A; Wed, 11 Apr 2018 08:43:07 -0400 (EDT) From: Thomas Monjalon To: =?ISO-8859-1?Q?N=E9lio?= Laranjeiro , ferruh.yigit@intel.com Cc: Xueming Li , Shahaf Shuler , dev@dpdk.org Date: Wed, 11 Apr 2018 14:43:06 +0200 Message-ID: <6771639.evcfzpcrcQ@xps> In-Reply-To: <20180411123235.7kmsjglttvdtxer5@laranjeiro-vm.dev.6wind.com> References: <20180410133415.189905-1-xuemingl@mellanox.com> <20180410133415.189905-13-xuemingl@mellanox.com> <20180411123235.7kmsjglttvdtxer5@laranjeiro-vm.dev.6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Subject: Re: [dpdk-dev] [PATCH v2 12/15] doc: update mlx5 guide on tunnel offloading 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: , X-List-Received-Date: Wed, 11 Apr 2018 12:43:11 -0000 11/04/2018 14:32, N=E9lio Laranjeiro: > On Tue, Apr 10, 2018 at 09:34:12PM +0800, Xueming Li wrote: > > -- Inner RSS for VXLAN frames is not supported yet. > > -- Hardware checksum RX offloads for VXLAN inner header are not support= ed yet. > > - For secondary process: >=20 > Inner RSS may deserve its own entry in the features docs [1][2][3], >=20 > Thomas what do you think? Yes, it looks reasonnable to add inner RSS in features list. =46erruh, do you agree? > [1] https://dpdk.org/doc/guides/nics/overview.html > [2] https://dpdk.org/browse/dpdk/tree/doc/guides/nics/features/default.ini > [3] https://dpdk.org/browse/dpdk/tree/doc/guides/nics/features/mlx5.ini