From patchwork Wed Feb 13 07:18:52 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Zhao1, Wei" X-Patchwork-Id: 50284 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9284A1B120; Wed, 13 Feb 2019 08:45:35 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 6A0BF7CE2; Wed, 13 Feb 2019 08:45:33 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Feb 2019 23:45:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,365,1544515200"; d="scan'208";a="143837199" Received: from dpdk6.bj.intel.com ([172.16.182.192]) by fmsmga004.fm.intel.com with ESMTP; 12 Feb 2019 23:45:30 -0800 From: Wei Zhao To: dev@dpdk.org Cc: stable@dpdk.org, qi.z.zhang@intel.com Date: Wed, 13 Feb 2019 15:18:52 +0800 Message-Id: <1550042334-60187-1-git-send-email-wei.zhao1@intel.com> X-Mailer: git-send-email 2.7.5 In-Reply-To: <1547614920-59680-1-git-send-email-wei.zhao1@intel.com> References: <1547614920-59680-1-git-send-email-wei.zhao1@intel.com> Subject: [dpdk-dev] [PATCH v3 0/2] net/ixgbe: promiscuous mode enable on VF 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" There is need to enable promiscuous mode enable on VF, pf host should also enable to support that. v2: --fix typo in commit log. v3: --delete unnecessary commit log infomation --merge 2 patch into 1 --change patch headline name --add promiscuous enable support infomation into doc Zhao Wei (2): net/ixgbe: promiscuous mode enable on VF net/ixgbe: add VF promiscuous mode support when PF as host doc/guides/nics/features/ixgbe_vf.ini | 1 + drivers/net/ixgbe/ixgbe_ethdev.c | 21 ++++++++++ drivers/net/ixgbe/ixgbe_ethdev.h | 1 + drivers/net/ixgbe/ixgbe_pf.c | 79 +++++++++++++++++++++++++---------- 4 files changed, 80 insertions(+), 22 deletions(-)