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 5D83EA0A03; Mon, 18 Jan 2021 08:07:41 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 50D9D140D0B; Mon, 18 Jan 2021 08:07:41 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 5197A140CD5 for ; Mon, 18 Jan 2021 08:07:39 +0100 (CET) IronPort-SDR: XXo/obUNxI4rfbjP0Xdwbn8Y7eVcnqAtAvrBQMsHeINGseuQvI86hDyxwCHRQ2S8JupVXDVPC5 DMVZG5Hln5ZA== X-IronPort-AV: E=McAfee;i="6000,8403,9867"; a="242837751" X-IronPort-AV: E=Sophos;i="5.79,355,1602572400"; d="scan'208";a="242837751" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Jan 2021 23:07:38 -0800 IronPort-SDR: Db7Qvi749nIfHHo5U+GxRen6GwlvJ5CmWrxVTJ4x4gJG9igaccpp4BlDZ7cBlceubhh1uLHp1K AFkU4uiSQJdw== X-IronPort-AV: E=Sophos;i="5.79,355,1602572400"; d="scan'208";a="383463735" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Jan 2021 23:07:37 -0800 From: Xie wei To: dts@dpdk.org Cc: Xie wei Date: Mon, 18 Jan 2021 15:09:22 +0800 Message-Id: <20210118070924.23616-1-weix.xie@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1 0/2]fix Rx bytes statistics. 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" According to dpdk commit e8326d3, fix Rx bytes statistics for i40e. Xie wei (2): tests/vf_jumboframe: fix Rx bytes statistics tests/veb_switch: fix Rx bytes statistics tests/TestSuite_veb_switch.py | 10 +--------- tests/TestSuite_vf_jumboframe.py | 15 +-------------- 2 files changed, 2 insertions(+), 23 deletions(-) -- 2.17.1