List patch comments

GET /api/patches/74604/comments/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Link: 
<https://patches.dpdk.org/api/patches/74604/comments/?format=api&page=1>; rel="first",
<https://patches.dpdk.org/api/patches/74604/comments/?format=api&page=1>; rel="last"
Vary: Accept
[ { "id": 116570, "web_url": "https://patches.dpdk.org/comment/116570/", "msgid": "<8CE3E05A3F976642AAB0F4675D0AD20E0BC84154@SHSMSX101.ccr.corp.intel.com>", "list_archive_url": "https://inbox.dpdk.org/dts/8CE3E05A3F976642AAB0F4675D0AD20E0BC84154@SHSMSX101.ccr.corp.intel.com", "date": "2020-07-24T02:43:27", "subject": "Re: [dts] [PATCH V1]tests/TestSuite_cvl_fdir: enable RSS\n\tmanually\taccording to dpdk's update", "submitter": { "id": 1098, "url": "https://patches.dpdk.org/api/people/1098/?format=api", "name": "Tu, Lijuan", "email": "lijuan.tu@intel.com" }, "content": "Applied, thanks\n\n> -----Original Message-----\n> From: dts <dts-bounces@dpdk.org> On Behalf Of Xiao Qimai\n> Sent: 2020年7月22日 15:22\n> To: dts@dpdk.org\n> Cc: Xiao, QimaiX <qimaix.xiao@intel.com>\n> Subject: [dts] [PATCH V1]tests/TestSuite_cvl_fdir: enable RSS manually\n> according to dpdk's update\n> \n> *. new version of dpdk not enables RSS as default\n> \n> Signed-off-by: Xiao Qimai <qimaix.xiao@intel.com>\n> ---\n> tests/TestSuite_cvl_fdir.py | 1 +\n> 1 file changed, 1 insertion(+)\n> \n> diff --git a/tests/TestSuite_cvl_fdir.py b/tests/TestSuite_cvl_fdir.py index\n> 3456830..b821961 100644\n> --- a/tests/TestSuite_cvl_fdir.py\n> +++ b/tests/TestSuite_cvl_fdir.py\n> @@ -1341,6 +1341,7 @@ class TestCVLFdir(TestCase):\n> self.pmd_output.execute_cmd(\"set verbose 1\")\n> self.pmd_output.execute_cmd(\"port config 0 udp_tunnel_port add vxlan\n> 4789\")\n> self.pmd_output.execute_cmd(\"port config 1 udp_tunnel_port add vxlan\n> 4789\")\n> + self.pmd_output.execute_cmd(\"port config all rss all\")\n> # specify a fixed rss-hash-key for cvl ether\n> self.pmd_output.execute_cmd(\n> \"port config 0 rss-hash-key ipv4\n> 1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd12\n> 34abcd1234abcd1234abcd1234abcd1234abcd\")\n> --\n> 2.25.1", "headers": { "Return-Path": "<dts-bounces@dpdk.org>", "X-Original-To": "patchwork@inbox.dpdk.org", "Delivered-To": "patchwork@inbox.dpdk.org", "Received": [ "from dpdk.org (dpdk.org [92.243.14.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id A211CA0518;\n\tFri, 24 Jul 2020 04:43:34 +0200 (CEST)", "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 71BA51D531;\n\tFri, 24 Jul 2020 04:43:34 +0200 (CEST)", "from mga04.intel.com (mga04.intel.com [192.55.52.120])\n by dpdk.org (Postfix) with ESMTP id 121B61C211\n for <dts@dpdk.org>; Fri, 24 Jul 2020 04:43:32 +0200 (CEST)", "from fmsmga001.fm.intel.com ([10.253.24.23])\n by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 23 Jul 2020 19:43:32 -0700", "from fmsmsx106.amr.corp.intel.com ([10.18.124.204])\n by fmsmga001.fm.intel.com with ESMTP; 23 Jul 2020 19:43:32 -0700", "from fmsmsx157.amr.corp.intel.com (10.18.116.73) by\n FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS)\n id 14.3.439.0; Thu, 23 Jul 2020 19:43:31 -0700", "from shsmsx151.ccr.corp.intel.com (10.239.6.50) by\n FMSMSX157.amr.corp.intel.com (10.18.116.73) with Microsoft SMTP Server (TLS)\n id 14.3.439.0; Thu, 23 Jul 2020 19:43:31 -0700", "from shsmsx101.ccr.corp.intel.com ([169.254.1.22]) by\n SHSMSX151.ccr.corp.intel.com ([169.254.3.49]) with mapi id 14.03.0439.000;\n Fri, 24 Jul 2020 10:43:27 +0800" ], "IronPort-SDR": [ "\n 5cjiONjdcxm2FUCrOGt6/UyCAF5F0tOmJTZ3Q3VnrZQW55IHuI9gyTqgFIrWAntgu9RHVcq0AM\n DzEQ05b3lSuA==", "\n WLOvKGtHtns53whwNNbPIUS7+ptl34Ph0CvaC7spzO2xt4lg9PWI14lHZJjbYdvsmBr77VBuBY\n h8q/RhjwvlwQ==" ], "X-IronPort-AV": [ "E=McAfee;i=\"6000,8403,9691\"; a=\"148142812\"", "E=Sophos;i=\"5.75,389,1589266800\"; d=\"scan'208\";a=\"148142812\"", "E=Sophos;i=\"5.75,389,1589266800\"; d=\"scan'208\";a=\"393187260\"" ], "X-Amp-Result": "SKIPPED(no attachment in message)", "X-Amp-File-Uploaded": "False", "X-ExtLoop1": "1", "From": "\"Tu, Lijuan\" <lijuan.tu@intel.com>", "To": "\"Xiao, QimaiX\" <qimaix.xiao@intel.com>, \"dts@dpdk.org\" <dts@dpdk.org>", "CC": "\"Xiao, QimaiX\" <qimaix.xiao@intel.com>", "Thread-Topic": "[dts] [PATCH V1]tests/TestSuite_cvl_fdir: enable RSS manually\n according to dpdk's update", "Thread-Index": "AQHWX/r5w89jQn8VBUmaHeU2phBFwKkWCGWg", "Date": "Fri, 24 Jul 2020 02:43:27 +0000", "Message-ID": "\n <8CE3E05A3F976642AAB0F4675D0AD20E0BC84154@SHSMSX101.ccr.corp.intel.com>", "References": "<20200722072209.232602-1-qimaix.xiao@intel.com>", "In-Reply-To": "<20200722072209.232602-1-qimaix.xiao@intel.com>", "Accept-Language": "zh-CN, en-US", "Content-Language": "en-US", "X-MS-Has-Attach": "", "X-MS-TNEF-Correlator": "", "dlp-product": "dlpe-windows", "dlp-version": "11.2.0.6", "dlp-reaction": "no-action", "x-originating-ip": "[10.239.127.40]", "Content-Type": "text/plain; charset=\"iso-2022-jp\"", "Content-Transfer-Encoding": "quoted-printable", "MIME-Version": "1.0", "Subject": "Re: [dts] [PATCH V1]tests/TestSuite_cvl_fdir: enable RSS\n\tmanually\taccording to dpdk's update", "X-BeenThere": "dts@dpdk.org", "X-Mailman-Version": "2.1.15", "Precedence": "list", "List-Id": "test suite reviews and discussions <dts.dpdk.org>", "List-Unsubscribe": "<https://mails.dpdk.org/options/dts>,\n <mailto:dts-request@dpdk.org?subject=unsubscribe>", "List-Archive": "<http://mails.dpdk.org/archives/dts/>", "List-Post": "<mailto:dts@dpdk.org>", "List-Help": "<mailto:dts-request@dpdk.org?subject=help>", "List-Subscribe": "<https://mails.dpdk.org/listinfo/dts>,\n <mailto:dts-request@dpdk.org?subject=subscribe>", "Errors-To": "dts-bounces@dpdk.org", "Sender": "\"dts\" <dts-bounces@dpdk.org>" }, "addressed": null } ]