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 38819A0350; Mon, 29 Jun 2020 23:07:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4537F1BF71; Mon, 29 Jun 2020 23:07:58 +0200 (CEST) Received: from mail-lj1-f177.google.com (mail-lj1-f177.google.com [209.85.208.177]) by dpdk.org (Postfix) with ESMTP id 1A3F81BEAA for ; Mon, 29 Jun 2020 23:07:57 +0200 (CEST) Received: by mail-lj1-f177.google.com with SMTP id n23so19932528ljh.7 for ; Mon, 29 Jun 2020 14:07:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; h=mime-version:from:date:message-id:subject:to:cc; bh=L9dzLWOy2t3xWj2CiqoI5DqlTc8rYkWv1QesfP0DPrc=; b=XXWbp1mPhLXdLGad1nHzksTHvm/4FFZ+A5s3BxrWJuTRZRwdVvjgZvFytlTO8UBwf+ ShdkEqHdDcc0Q4VM4dQZBiWDEC0zCBUwUksjUMGs6ZYSPi4LxBDN01tNUOfoVlwJZxbU qhB2ZppXkUxJPS/xRrcJAmRGgoJhKj2Ml+k0E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=L9dzLWOy2t3xWj2CiqoI5DqlTc8rYkWv1QesfP0DPrc=; b=UIJg0ZHpT3d10Jy1M0bDNLQi8kMtq6Mq8Yla/cumOadNd8JVfVNFFJnPcBWBOjmb8y mwoRmRuzuoqUhKQQE58GY+/Uk4S+PqaqF2gOVjODZL3COj9pmdHNY8FYQS1TNIxnHC3Q N3lHsb31PypmkUU5NNGsUXReoVJ2WGrTCVptsoO1fNCV/FN9gYcCArtjpCUxI7rvbMDz v8IIo8wfZ2YkoyuYpK1/Y514yaOp4U5esYNVyk0vJep5e+MX5tamrME0sm8icRTNN3yh 2oyJpgXAg2NuBE76C7NJoqXz+BpAJMqYr8exbsvlfNwi5hVibp/x7+6E99XXlRCyBrsw AhYQ== X-Gm-Message-State: AOAM530ukGK3E6bhH4amI/DBRpfQ8U2oMnYN0yoQ5HLN9LAatr9zUQ+P suGWJAQPRk25MGM7D2O+p2jyMjgvZScrsQOMcprteueBeTgM5upY X-Google-Smtp-Source: ABdhPJyRRTUcN0h3Cs/7HAd3CbRQj2hSPjK9dT+7/l2/InLx2A/jvRrTtybqBnm/XgUG7s4T0XlOJ46pM3B4Ro/Ceeg= X-Received: by 2002:a2e:7a1a:: with SMTP id v26mr9744348ljc.467.1593464876199; Mon, 29 Jun 2020 14:07:56 -0700 (PDT) MIME-Version: 1.0 From: David Liu Date: Mon, 29 Jun 2020 17:07:20 -0400 Message-ID: To: dpdk-dev , dts@dpdk.org Cc: Lincoln Lavoie , David Liu , David Marchand , Thomas Monjalon , Ferruh Yigit , Andrew Rybchenko , Ori Kam , Ciara Power , Ivan Ilchenko , Hemant Agrawal , Stephen Hemminger , Raslan Darawsheh Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] RSS Key Update Feature 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" Hello all, I will be implementing a test in DTS for RSS Key Update. http://doc.dpdk.org/guides/nics/features.html#rss-key-update To my understanding, this feature will test the ability to configure the hash key of the ports. If that is incorrect, please let me know. Configure the port RSS hash key in testpmd and check if the new key will be kept. Test configure the hash key that is longer than the max length and shorter than the max length. Then start sending in packets with different source and destination IP addresses. Ensure the ports are still able to calculate the hash value from the incoming packets. Please let me know if there is anything else need to be tested, Thanks, David Liu UNH Interoperability Lab