From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id F0048A0C46; Tue, 14 Sep 2021 10:53:55 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 775A24069C; Tue, 14 Sep 2021 10:53:55 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 7C99C4003C for ; Tue, 14 Sep 2021 10:53:53 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10106"; a="220053110" X-IronPort-AV: E=Sophos;i="5.85,292,1624345200"; d="scan'208";a="220053110" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2021 01:53:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,292,1624345200"; d="scan'208";a="507768215" Received: from wuwenjun.sh.intel.com ([10.67.110.178]) by fmsmga008.fm.intel.com with ESMTP; 14 Sep 2021 01:53:51 -0700 From: Wenjun Wu To: dev@dpdk.org, qi.z.zhang@intel.com Cc: Wenjun Wu Date: Tue, 14 Sep 2021 16:35:11 +0800 Message-Id: <20210914083513.341438-1-wenjun1.wu@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v1 0/2] fix RSS configuration failure X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" Due to share code limitation, independent configuration of default RSS for IP fragment packets need to be removed. Wenjun Wu (2): net/ice: fix RSS configuration failure net/iavf: fix RSS configuration failure drivers/net/iavf/iavf_hash.c | 10 ---------- drivers/net/ice/ice_ethdev.c | 22 +--------------------- 2 files changed, 1 insertion(+), 31 deletions(-) -- 2.25.1