From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id AC8228DA1 for ; Wed, 28 Oct 2015 18:24:02 +0100 (CET) Received: by wicfv8 with SMTP id fv8so21286401wic.0 for ; Wed, 28 Oct 2015 10:24:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind_com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=ba61vKNwgJ6xpz4Mp8XmfA9xStKcsuzaWuZY1UoChcY=; b=P7rZJtvVFftZYpGUwtqORyd41bq7n4HdEx4+ANo4kXGMYFKi30Bsyi0gohXbj8Z9fE P0I2Gr88wCR7s95NVJ8orxXi/RXcc+NzQgDXmyFnGfpwhA3A/kQ1ktCxDYMQWHTWsz4k ABnQQryeVHuVoQp+DcizeMV1nDdRqxjbiGP2NtAGmgvInLU6z3FUKncs0HqTep6K68Ci Hj5jwiWxoSV6eeLwKi/kptKy50/sfceNgNpov0ak5j/XiJ1ZYVJ+fiZRgBwtxngC3Av3 Gmkyo/5WruhCZ1kH3E/49M/U7bnY1LYbqrfjiOJxkOqJrqDd2BmJem73q7yn4kxgYhrO hfpg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=ba61vKNwgJ6xpz4Mp8XmfA9xStKcsuzaWuZY1UoChcY=; b=MiDOsthJ9HNm/QIWcsJ/IlPNqEGw9+GHVeyqrssCIsHYYmwll4LxcizlYrMtuFc8pA 7gKyzBN/y8QnU9TxIsFOx7VPXDPvD3DRE5N3P1I191cWyjadJGoC1pReaV/k3Y2UeMx+ DPE/YPk8kL7xZ6pgwIn7HkL9h+pZnx7HPY2Yufj2yBydcVwLit7tfmB2QzZL+PrC5pH6 0EtxlTgUjX2j50jMn+nbpq9Yj6ScAGwoegC2MVTbsGaN827Qo3WUDl3R2nhaA5CIAn1V PQhD2XLQVCKYg0d8Nz1yzaruPbBRafpGJN6VjjUssoCjyAnHREFOpw9bGWLgjTMchybZ zTyA== X-Gm-Message-State: ALoCoQnKPqGyX/7Ca5yf2CKWUV8W4brym9U8BYT0jjrXxX44dFUQYZryAEjzgjK0xNPdzp0BFdMm X-Received: by 10.180.93.2 with SMTP id cq2mr3782041wib.33.1446053042418; Wed, 28 Oct 2015 10:24:02 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id ub15sm17121617wib.6.2015.10.28.10.24.01 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 28 Oct 2015 10:24:01 -0700 (PDT) From: Thomas Monjalon To: "Lu, Wenzhuo" Date: Wed, 28 Oct 2015 18:22:51 +0100 Message-ID: <2003133.FW4m16yzLL@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <2601191342CEEE43887BDE71AB97725836AB09E9@irsmsx105.ger.corp.intel.com> References: <1443426751-4906-1-git-send-email-wenzhuo.lu@intel.com> <1445000741-12799-1-git-send-email-wenzhuo.lu@intel.com> <2601191342CEEE43887BDE71AB97725836AB09E9@irsmsx105.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 0/4] RSS enhancement on Intel x550 NIC X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Oct 2015 17:24:02 -0000 > > This patch set implements the RSS enhancement on x550. > > The enhancement includes, the PF RSS redirection table is enlarged > > from 128 entries to 512 entries, the VF doesn't share the same > > registers with PF and per VF RSS redirection table is provided. > > > > V2: > > Condense the code. > > Add release notes. > > > > Wenzhuo Lu (4): > > ixgbe: 512 entries RSS table on x550 > > ixgbe: VF RSS config on x550 > > ixgbe: VF RSS reta/hash query and update > > doc: release notes update for RSS enhancement > > Acked-by: Konstantin Ananyev > Great work :) Applied, thanks The doc patch is split and merged in previous commits.