From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <stephen@networkplumber.org>
Received: from mail-pl0-f54.google.com (mail-pl0-f54.google.com
 [209.85.160.54]) by dpdk.org (Postfix) with ESMTP id 33C111BB85
 for <dev@dpdk.org>; Thu, 10 May 2018 18:28:55 +0200 (CEST)
Received: by mail-pl0-f54.google.com with SMTP id i5-v6so1602308plt.2
 for <dev@dpdk.org>; Thu, 10 May 2018 09:28:55 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=networkplumber-org.20150623.gappssmtp.com; s=20150623;
 h=date:from:to:cc:subject:message-id:in-reply-to:references
 :mime-version:content-transfer-encoding;
 bh=alO3kqi9y/BaTlaskU2+NRETA13zeEQyV9Mh9cxp7aM=;
 b=JSO7Qxo3harVyKEzrLMGsurMO3S7dRWpEsPDw7dCVW0gEbm/YtLauNUW0bfyFOZIsO
 m3v2w0FehhlsyZXTjanllWLYFCDVUBiLq0kqxybh4RzwlldkdXNwwKFmqMqpdFiC0doo
 YbLvczliovHTR7mxtpJwgjmOOy9zVa4xvVs/WiTZsOtQTtC+m/2wyS+mi723TbtwX3h6
 aD6/NAq9ONjFdb8Ql11yiU08CZNKhvrXZfWP3A6CJ+CbQD51QEM790a9YCjNpgOkrT+H
 P2EHgQKewPJT7fqGqrsnqtJ48GzQmnxY0fgKGeTA0Mzxl3I46cKaAo/aj8iZQzAh3x2c
 3Ssg==
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:in-reply-to
 :references:mime-version:content-transfer-encoding;
 bh=alO3kqi9y/BaTlaskU2+NRETA13zeEQyV9Mh9cxp7aM=;
 b=RK9xNViq08qBgv9wcgbAfUq+KN6OSw6l5MpVuQNEby+84zKYW9P5RjvLMVEOAY/99I
 BLzxvqP0qLNgpAcYQM4JS4anZfnAis+8xFvadBYfVRzLwQizJRv3ucxDITieT5VZUeCY
 F0lnGtfQE+TcLFQCcQJXVWp7A23nTkVfjGKzq6z0wdfpEL9Dk/QA1qP5XfRvkCrnp3TZ
 RpU0mOgh2K+tpeeqpSDJyils2vfRW+gxxvIA2ZNjUJvX72jjcerjZ4F6fnlNNF6nh61L
 cYhf3J3I3O7awwf75FBYHv3dLtTsYxg6xvdPgal1Yg7mcZ73rRX3e5z7vMHL5+YHLME4
 4q4g==
X-Gm-Message-State: ALKqPweOZIQVlBVtm+GTilkYMpZImy4c/+mkHV+lcu3u/A4tSHS6t/Od
 Oq0aPK5EvEFUfWEti7DWbFwOsVXa3QU=
X-Google-Smtp-Source: AB8JxZpT6DoCGCPhQfsuylhAdf/HJewoLaJeh+TtTiptUyYGE0Y0bgP+hp0lVyWlH/QRfcLSci/nNw==
X-Received: by 2002:a17:902:1aa:: with SMTP id
 b39-v6mr2033438plb.120.1525969734258; 
 Thu, 10 May 2018 09:28:54 -0700 (PDT)
Received: from xeon-e3 (204-195-35-107.wavecable.com. [204.195.35.107])
 by smtp.gmail.com with ESMTPSA id 206-v6sm2504816pfy.51.2018.05.10.09.28.53
 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256);
 Thu, 10 May 2018 09:28:54 -0700 (PDT)
Date: Thu, 10 May 2018 09:28:51 -0700
From: Stephen Hemminger <stephen@networkplumber.org>
To: Ophir Munk <ophirmu@mellanox.com>
Cc: dev@dpdk.org, Pascal Mazon <pascal.mazon@6wind.com>, Thomas Monjalon
 <thomas@monjalon.net>, Olga Shern <olgas@mellanox.com>, Shahaf Shuler
 <shahafs@mellanox.com>
Message-ID: <20180510092851.1f5a2a5f@xeon-e3>
In-Reply-To: <1525969418-24504-1-git-send-email-ophirmu@mellanox.com>
References: <1525969418-24504-1-git-send-email-ophirmu@mellanox.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Subject: Re: [dpdk-dev] [PATCH v1] net/tap: add RSS hash update callback
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 10 May 2018 16:28:55 -0000

On Thu, 10 May 2018 16:23:38 +0000
Ophir Munk <ophirmu@mellanox.com> wrote:

> -	 * limitation: TAP suppors all of the following hash
> +	 * limitation: TAP suppors all of IP, UDP and TCP hash
>  	 * functions together and not in partial combinations

s/suppors/supports/