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 EA0B1A0C4E; Mon, 6 Sep 2021 03:09:09 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8058E410EA; Mon, 6 Sep 2021 03:09:09 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id EC17940C35 for ; Mon, 6 Sep 2021 03:09:07 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10098"; a="217987729" X-IronPort-AV: E=Sophos;i="5.85,271,1624345200"; d="scan'208";a="217987729" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Sep 2021 18:09:01 -0700 X-IronPort-AV: E=Sophos;i="5.85,271,1624345200"; d="scan'208";a="468674234" Received: from unknown (HELO localhost.localdomain) ([10.240.183.103]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Sep 2021 18:08:59 -0700 From: Zhimin Huang To: dts@dpdk.org Cc: Zhimin Huang Date: Mon, 6 Sep 2021 17:40:38 +0800 Message-Id: <20210906094040.6867-1-zhiminx.huang@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V2 0/2] fix vlan issue for cvl X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" 1.use dts framework interface to get kernel driver version. 2.according to dpdk code and kernel change about vlan for cvl, fix dts code to adapt test point. for dts code change: remove vlan, the pkts with vlan not be received. disable strip and filter, the pkts with vlan tag not be received. Zhimin Huang (2): tests/kernelpf_iavf:fix vlan issue tests/vf_vlan:fix vlan issue tests/TestSuite_kernelpf_iavf.py | 16 +++++++--------- tests/TestSuite_vf_vlan.py | 10 +++++----- 2 files changed, 12 insertions(+), 14 deletions(-) -- 2.17.1