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 6929AA04B5; Wed, 2 Sep 2020 08:59:39 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 89B091C0AC; Wed, 2 Sep 2020 08:59:31 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id B5DD7CF3 for ; Wed, 2 Sep 2020 08:59:29 +0200 (CEST) IronPort-SDR: EjI+b8Tm5l0mI8PG6TS1qqQ4DO2GaMQxW0HBl0B6qVOUG9FUrhVDN2q04Tv2niVTnkys/BLh09 iOw2x4+YkaTA== X-IronPort-AV: E=McAfee;i="6000,8403,9731"; a="156593263" X-IronPort-AV: E=Sophos;i="5.76,381,1592895600"; d="scan'208";a="156593263" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Sep 2020 23:59:25 -0700 IronPort-SDR: vlCA7jS0HN3xk7ZDweGIs1K/WsfwgGmzAQ9CA9kO1SjOsvVh84oz0aRUqDXC+1LeAlKD/h3Twn xTRXJvTctaNQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,381,1592895600"; d="scan'208";a="325664226" Received: from dpdk-qiming1.sh.intel.com ([10.67.119.9]) by fmsmga004.fm.intel.com with ESMTP; 01 Sep 2020 23:59:23 -0700 From: Qiming Yang To: dev@dpdk.org Cc: qi.z.zhang@intel.com, Qiming Yang Date: Wed, 2 Sep 2020 14:38:00 +0800 Message-Id: <20200902063802.102428-1-qiming.yang@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH 0/2] enable VLAN offload in DCF 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" This patch set enabled port representor and vlan offload base on DCF port representor. Qiming Yang (2): net/ice: add dcf port representor infrastructure net/ice: add VLAN config for DCF drivers/net/ice/Makefile | 1 + drivers/net/ice/ice_dcf.h | 1 + drivers/net/ice/ice_dcf_ethdev.c | 66 +++- drivers/net/ice/ice_dcf_ethdev.h | 11 + drivers/net/ice/ice_dcf_vf_representor.c | 365 +++++++++++++++++++++++ 5 files changed, 442 insertions(+), 2 deletions(-) create mode 100644 drivers/net/ice/ice_dcf_vf_representor.c -- 2.17.1