From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f172.google.com (mail-wr0-f172.google.com [209.85.128.172]) by dpdk.org (Postfix) with ESMTP id DD5A77EE4 for ; Wed, 18 Apr 2018 08:50:05 +0200 (CEST) Received: by mail-wr0-f172.google.com with SMTP id s18-v6so1586048wrg.9 for ; Tue, 17 Apr 2018 23:50:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=H1w3a1yOIqjSNPGLGF5IT/I6xCIru/Z9aAF1GGwbA7A=; b=acSDs5gnuyMexeY7idFFAGQyTczyn/zgPXYzaX1mBCqmemR2Orlv5whlvndFtJKcBw KAl0oTDSbutI8lBKRro+QhnBYgD8tMNKFahlyG6D9CAAz0KH64qZoqzUTgiOwxNtxO8H NOFRByFEQyV0Pdz/T3i+1Mcg++uZFNDmrnY4RJlYJRdYDsV2fuIyz28doOMZD0Bi39R/ mxY8NIQn3/qyUsA2mbglfSr6FcnozZioqDIVTooK8SFXwW2wE6+OjSMoeCrkWKkh/MK4 idYZ+pesODrgLttXQrLmcbUaLaUGPXnTcCtikI7oaGEUiE12CLq3AOZLv+Dg/RlqqFOj TVLw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=H1w3a1yOIqjSNPGLGF5IT/I6xCIru/Z9aAF1GGwbA7A=; b=OHA4Ebr95M4EipqZSnOy0yQccL0D7FZfF3xuU6oXLuRO5VXe+6BSvQNOYkPO/gBdz9 IIaZk/tH5aKP+C6k8821mgYG4rl4nT6bxCiI6c1zfEIMhaLSc5ZTWH5B8hJYBuU4+h0A Hj6HZHkopwk4eIRoCa09NcuHkScwhy64i29k1qQJ/DR6v9st+EN63xsYoODZ9PQghowD Xju4EjSYn1HxNj3AJ6t9dkfms90O+c/juk0a1042BCuXt1I3f6gk7dM43PBt90ysqTY/ rw7CrAvp0VRp6zfxGe8RbH6/9ZzNRAfObPhfmI4h4uuwEN3EH5akY5NB/kHBkeDqz9Zp iyoA== X-Gm-Message-State: ALQs6tAnbdpdAt9uNNUTB+lt0OyhM/W8HcCWb0ikyuT8uCl+0zU0j0xz 9DXwqyd+L28M3aGKJjttZBRr X-Google-Smtp-Source: AIpwx4+pikPmLd86qtQwKXh+44wtm64DLcgD7rQopDUJi6ywpXT3fiCUaFYivg+FY+Xb2PyZ6krXaQ== X-Received: by 2002:adf:8d90:: with SMTP id o16-v6mr594122wrb.81.1524034205713; Tue, 17 Apr 2018 23:50:05 -0700 (PDT) Received: from laranjeiro-vm.dev.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id v13-v6sm423491wrf.90.2018.04.17.23.50.05 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 17 Apr 2018 23:50:05 -0700 (PDT) Date: Wed, 18 Apr 2018 08:50:39 +0200 From: =?iso-8859-1?Q?N=E9lio?= Laranjeiro To: Xueming Li Cc: Shahaf Shuler , dev@dpdk.org Message-ID: <20180418065039.6bjbx62326qdbicj@laranjeiro-vm.dev.6wind.com> References: <20180413112023.106420-1-xuemingl@mellanox.com> <20180417151436.161374-5-xuemingl@mellanox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20180417151436.161374-5-xuemingl@mellanox.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-dev] [PATCH v4 04/11] net/mlx5: support Rx tunnel type identification 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, 18 Apr 2018 06:50:06 -0000 On Tue, Apr 17, 2018 at 11:14:29PM +0800, Xueming Li wrote: > This patch introduced tunnel type identification based on flow rules. > If flows of multiple tunnel types built on same queue, > RTE_PTYPE_TUNNEL_MASK will be returned, user application could use bits > in flow mark as tunnel type identifier. As discussed in the previous thread, you cannot set all tunnel bits in the mbuf, it will break existing applications. This is an non announce API breakage. Thanks, -- Nélio Laranjeiro 6WIND