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 EF4A5A00E6 for ; Wed, 7 Aug 2019 11:44:55 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 78B8731FC; Wed, 7 Aug 2019 11:44:54 +0200 (CEST) Received: from mail-vs1-f66.google.com (mail-vs1-f66.google.com [209.85.217.66]) by dpdk.org (Postfix) with ESMTP id 606E42C6A for ; Wed, 7 Aug 2019 11:44:53 +0200 (CEST) Received: by mail-vs1-f66.google.com with SMTP id y16so60212392vsc.3 for ; Wed, 07 Aug 2019 02:44:53 -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; bh=9EVPqo7klOOe4G8/Iv6rl5emjshWSwAF8Bb3WnmQpXs=; b=FfT7a8O92QDtwonM59OCxSsEVC62VXwCN9zhluNBoyQ1Tn2DGwNhLgXWRjyKwr26tP ye7PcqWcpYbb7g5bjOZd2CnUKDKNUE1JC8SFQajP2P+dy6adsLtkA7fad64wT+vT4Znr JAB5SW7W7qaNQyEnIvqImRMJaoaHmfsTbbxWZdSRFo3TfXAfHRnBnRt2VYk43oZb9T5R mRyNaDosr4UdzomMQMD0ifatMS4tPbHATmJUYk+ZO7sH1Qax6SE7tqSUuRWlXBjtrKBo +lmjpHNaFl7tF8q36LMWBtsNEeRmPq4JooJmqfr5hhaCqnUXwfYAiJNbSyP72bTJmd1L 67CQ== X-Gm-Message-State: APjAAAVbCLP6joxZofhXWE2eKJxoPKiD66VMuAL1zNZd7CAnQbA0gNeI yiIeGPQB8xP5BSylrYOkT+iI35SS332V3nE8pyafOg== X-Google-Smtp-Source: APXvYqzibCYZaOtXeeShTPzOCCyq5Fr/igKRmfvGXaPEF9lBHj3gUUhzCNfXGm3TKItGw1Z1LfvuS5vinH4vvqJ9BDE= X-Received: by 2002:a67:e9ca:: with SMTP id q10mr5648248vso.105.1565171092444; Wed, 07 Aug 2019 02:44:52 -0700 (PDT) MIME-Version: 1.0 References: <1565168277-9156-1-git-send-email-zhang.congwen@zte.com.cn> In-Reply-To: <1565168277-9156-1-git-send-email-zhang.congwen@zte.com.cn> From: David Marchand Date: Wed, 7 Aug 2019 11:44:41 +0200 Message-ID: To: Congwen Zhang Cc: Wenzhuo Lu , dev , dpdk stable Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH v2] net/ixgbe: fix rss_conf sizeof argument 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 Wed, Aug 7, 2019 at 11:42 AM Congwen Zhang wrote: > > The type of rss_conf is struct ixgbe_rte_flow_rss_conf *, > not struct rte_eth_rss_conf *. > > Fixes: 518cc3927b13 ("net/ixgbe: move RSS to flow API") Cc: stable@dpdk.org must be part of the commitlog. This commitlog does not describe the issue that this incorrect memset triggered. -- David Marchand