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 ED2C3A0547; Thu, 29 Apr 2021 18:13:13 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 663AC410F1; Thu, 29 Apr 2021 18:13:13 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id B8DB0410DD for ; Thu, 29 Apr 2021 18:13:10 +0200 (CEST) IronPort-SDR: hZ7yxSbdXgeYH335hTPk3KqGpk0k+7hTYFn+M447jUJ8RTV76zRZznrhtJXQqhSmry5I3hOn7J hy2qolqrH48g== X-IronPort-AV: E=McAfee;i="6200,9189,9969"; a="184515590" X-IronPort-AV: E=Sophos;i="5.82,259,1613462400"; d="scan'208";a="184515590" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Apr 2021 09:13:08 -0700 IronPort-SDR: 2tT0VMW9zykYy1NdVFVcqOIfpMcK8G0JMGulJppi0QkK7ebzzoavNw4mDIOEBFGjjn1Dy3CWeT 8A1uoc2wQf7g== X-IronPort-AV: E=Sophos;i="5.82,259,1613462400"; d="scan'208";a="527012442" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.208.65]) ([10.213.208.65]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Apr 2021 09:13:07 -0700 To: "Li, Xiaoyun" , Huisong Li , "dev@dpdk.org" References: <1614939741-63927-1-git-send-email-oulijun@huawei.com> <1619592046-22269-1-git-send-email-lihuisong@huawei.com> From: Ferruh Yigit X-User: ferruhy Message-ID: <96412b44-ff5b-222d-3eec-bf60af34dcbf@intel.com> Date: Thu, 29 Apr 2021 17:13:03 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH V4 0/7] modifications about DCB forwarding configuration X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" On 4/28/2021 8:01 AM, Li, Xiaoyun wrote: >> -----Original Message----- >> From: Huisong Li >> Sent: Wednesday, April 28, 2021 14:41 >> To: dev@dpdk.org >> Cc: Yigit, Ferruh ; Li, Xiaoyun >> Subject: [PATCH V4 0/7] modifications about DCB forwarding configuration >> >> This patchset modifies some codes about DCB forwarding configuration. >> It mainly includes: >> - fix forward lcores number when DCB test >> - remove dcb_test >> - fix a segment fault when dcb test >> - add check for support of reporting DCB info >> - move position of verifying DCB test >> - add forwarding configuration when config DCB >> - remove redundant fwd streams initialization >> >> --- >> V3->V4: >> - fix some commit log and code comments >> - add forwarding configuration when configure DCB instead of start port >> >> V2->V3 >> - fix abnormal print information >> >> V1->V2 >> - remove patch "app/testpmd: use of Rx/Tx in testpmd" >> - fix patch title >> - remove dcb_test >> - add some new adjustments >> >> --- >> >> Huisong Li (7): >> app/testpmd: fix forward lcores number when DCB test >> app/testpmd: fix DCB forwarding configuration >> app/testpmd: fix a segment fault when DCB test >> app/testpmd: add check for support of reporting DCB info >> app/testpmd: move position of verifying DCB test >> app/testpmd: add forwarding configuration when config DCB >> app/testpmd: remove redundant fwd streams initialization >> >> app/test-pmd/cmdline.c | 13 ++++++++-- >> app/test-pmd/config.c | 68 >> ++++++++++++++++++++++++++++++++++++++++++-- >> app/test-pmd/testpmd.c | 39 +++-------------------------- app/test- >> pmd/testpmd.h | 1 - >> 4 files changed, 80 insertions(+), 41 deletions(-) >> >> -- >> 2.7.4 > > Acked-by: Xiaoyun Li > Series applied to dpdk-next-net/main, thanks.