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 A4E34A00C5; Mon, 26 Dec 2022 06:25:07 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9E66240146; Mon, 26 Dec 2022 06:25:07 +0100 (CET) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 2728740143 for ; Mon, 26 Dec 2022 06:25:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672032306; x=1703568306; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=xqMZbQ1r+ra7mbfr25EGfNKgljHd90lBNijSo8YHCCg=; b=kLOsNVUmud/MajUclM3q2yeVH6CLFrF0jeZY8qdanOvuuYZzpOJknXHb AlZEC4MaRJssvWnMg8NLlTtzDfmMk7RB2nU9q0rdipKpUxUQO/ipmK/SR HXUtufa1hKYuIfvw1NNHD/30Xal6Sbh8N6a+CEAGCeG5XOSjd+sRksjND ULAfv2NzagB+TSVN/JE8V/5mbEfusi+WbnkUfy63yE8X18tE+uD4swahk me9YkEDJ/7AZ7Dk/k34PFUhiSnleQCcb7kOChJv1/hnESlMqomk8FX9i+ pgMs2UV0wiJYukZyKdbRaqi7NyzRYo1nlCNwnmvjUt4BDlnqT9Hr73eWA Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10571"; a="382820822" X-IronPort-AV: E=Sophos;i="5.96,274,1665471600"; d="scan'208";a="382820822" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Dec 2022 21:25:04 -0800 Message-Id: Date: 25 Dec 2022 21:25:03 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10571"; a="630332576" X-IronPort-AV: E=Sophos;i="5.96,274,1665471600"; d="scan'208";a="630332576" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Dec 2022 21:25:03 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [DTS][PATCH V3 2/2] test_plans/vf_offload: format packet organization of previous cases into a table From: lijuan.tu@intel.com To: dts@dpdk.org,Ke Xu Cc: ke1.xu@intel.com,qi.fu@intel.com,lijuan.tu@intel.com In-Reply-To: <20221213090141.170959-3-ke1.xu@intel.com> 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: , Reply-To: Ke Xu Errors-To: dts-bounces@dpdk.org On Tue, 13 Dec 2022 17:01:41 +0800, Ke Xu wrote: > Format the packet organization into a table to make it better organized to > read. > > Signed-off-by: Ke Xu Acked-by: Lijuan Tu Series applied, thanks