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 EACF0A052A; Mon, 3 Aug 2020 17:40:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 91E862E8F; Mon, 3 Aug 2020 17:40:52 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id 6A6E72C12 for ; Mon, 3 Aug 2020 17:40:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1596469250; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0aP94HMHFeg83pftM02FUmRePQ8hIlf4ULee8MxBp/Y=; b=eCp+KuH67pYFs7LKQH+tMc4/z0HBKH+kxzENOGNzqbujJ+GhN6znT1V8nxGlqDddebJmKK q7yhGen2ELLi3V6LUaYxHdQD2L5KXH74xf812Z8gUK8OhK6m+UqhS79qX6fmKGnSh8mQgm 7s3bjr6P0AS5XxHfM++fDA0MvijAa4Y= Received: from mail-vs1-f69.google.com (mail-vs1-f69.google.com [209.85.217.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-434-Wqizzw8yNBKdULQ1WZoMTg-1; Mon, 03 Aug 2020 11:40:49 -0400 X-MC-Unique: Wqizzw8yNBKdULQ1WZoMTg-1 Received: by mail-vs1-f69.google.com with SMTP id k16so3003310vso.10 for ; Mon, 03 Aug 2020 08:40:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=0aP94HMHFeg83pftM02FUmRePQ8hIlf4ULee8MxBp/Y=; b=eshMyunLYwSPy5ZPsRcTWs8XBE8Ctwx6UDXZyClD51spb87M5J9ZcNo/WEUDGvfLy3 Z7ggyCpl2zgJYvWlcPcqNIutgubDVkBz2cviR2s79IV5PopXmOjRdKMniQtIMOSSFRDg 2v9l0l/dAC4Th1n6pqzXMeTN/fQ7doEc71CkINaEVqBcKA1SqTOfaQp7xCV7kZ4P3DuT U8vnUv4AjNXdK2FPTzvN8mhGXNpXpbMu4Hbc6UQpTWMXR+9zpg0FZgH6TLJJRdqfvJQu 2H7zjfCRYuaZPZ+PPFB4FIRmqbZVWe2cZJ2lTBAwm7/mOOrPuDTAQ8cjrQ2sveVjemxK zyEA== X-Gm-Message-State: AOAM530pZpQGQ5j71vucflIbr7RxTWUIdT1iUlJ35usuxkypqLb4bElt gMyzJpqRCfEYp9i42uU/ZVJV00bBr0rKWg46mYabd6hGxGR+De7Z8YfHViJcANufNjN9l5GqIoY P0WbqKIKmOLXWuFOPBTc= X-Received: by 2002:a05:6102:c2:: with SMTP id u2mr4979269vsp.141.1596469248613; Mon, 03 Aug 2020 08:40:48 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzyvZ87d3bqGlds/M5KBYTd1FkzJ4z4VP83ZBhvNqbLhPbdLd+UMkUz1FAdcL9KceKuPK4HJ+Ytu4jXhMkOUd0= X-Received: by 2002:a05:6102:c2:: with SMTP id u2mr4979257vsp.141.1596469248385; Mon, 03 Aug 2020 08:40:48 -0700 (PDT) MIME-Version: 1.0 References: <1596464905-43867-1-git-send-email-orika@mellanox.com> In-Reply-To: From: David Marchand Date: Mon, 3 Aug 2020 17:40:37 +0200 Message-ID: To: Ori Kam Cc: Andrew Rybchenko , Thomas Monjalon , John McNamara , Marko Kovacevic , "dev@dpdk.org" X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH] doc: update RSS action with best effort 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" On Mon, Aug 3, 2020 at 5:23 PM Ori Kam wrote: > > > + > > > +- Hashing on types that are not supported by the PMD. > > > > Shouldn't it return error to the caller? > > > That=E2=80=99s depends, if for example the application requested eth and = IPv4, > and the PMD can do only IPv4 so according to this, the PMD will just do I= Pv4. We should have some validation in ethdev to catch this. Is it not the case? --=20 David Marchand