List cover comments

GET /api/covers/55742/comments/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Link: 
<http://patches.dpdk.org/api/covers/55742/comments/?format=api&page=1>; rel="first",
<http://patches.dpdk.org/api/covers/55742/comments/?format=api&page=1>; rel="last"
Vary: Accept
[ { "id": 97870, "web_url": "http://patches.dpdk.org/comment/97870/", "msgid": "<039ED4275CED7440929022BC67E7061153D5D1BC@SHSMSX105.ccr.corp.intel.com>", "list_archive_url": "https://inbox.dpdk.org/dev/039ED4275CED7440929022BC67E7061153D5D1BC@SHSMSX105.ccr.corp.intel.com", "date": "2019-07-01T11:38:01", "subject": "Re: [dpdk-dev] [PATCH v9 0/3] Enable rte_flow API in ice driver", "submitter": { "id": 504, "url": "http://patches.dpdk.org/api/people/504/?format=api", "name": "Qi Zhang", "email": "qi.z.zhang@intel.com" }, "content": "> -----Original Message-----\n> From: Yang, Qiming\n> Sent: Monday, July 1, 2019 4:32 PM\n> To: dev@dpdk.org\n> Cc: Zhang, Qi Z <qi.z.zhang@intel.com>; Yang, Qiming\n> <qiming.yang@intel.com>\n> Subject: [PATCH v9 0/3] Enable rte_flow API in ice driver\n> \n> This patch set enables the backend of rte_flow, and the generic filter related\n> functions in ice driver. Supported flows include ipv4, tcpv4, udpv4, ipv6, tcpv6,\n> udpv6, tunnel, etc.\n> \n> These patchs depends on patch set:\n> net/ice: shared code update.\n> \n> ---\n> v2 changes:\n> - added UDP tunnel port support.\n> - fixed compile issue.\n> - added document update.\n> v3 changes:\n> - removed redundancy parser.\n> - added License.\n> - added VXLAN and NVGRE item support.\n> v4 changes:\n> - fixed some typos.\n> v5 changes:\n> - fixed checkpatch issues.\n> v6 changes:\n> - fixed one uninitialize issue.\n> v7 changes:\n> - fixed queue action validation.\n> v8 changes:\n> - optimized some return values.\n> - code reorgnization.\n> - added release note.\n> v9 changes:\n> - fixed wrong input set.\n> \n> Qiming Yang (2):\n> net/ice: add generic flow API\n> net/ice: add UDP tunnel port support\n> \n> wei zhao (1):\n> net/ice: enable switch filter\n> \n> doc/guides/rel_notes/release_19_08.rst | 2 +\n> drivers/net/ice/Makefile | 2 +\n> drivers/net/ice/ice_ethdev.c | 116 ++++++\n> drivers/net/ice/ice_ethdev.h | 12 +\n> drivers/net/ice/ice_generic_flow.c | 696\n> +++++++++++++++++++++++++++++++++\n> drivers/net/ice/ice_generic_flow.h | 615\n> +++++++++++++++++++++++++++++\n> drivers/net/ice/ice_switch_filter.c | 511 ++++++++++++++++++++++++\n> drivers/net/ice/ice_switch_filter.h | 24 ++\n> drivers/net/ice/meson.build | 4 +-\n> 9 files changed, 1981 insertions(+), 1 deletion(-) create mode 100644\n> drivers/net/ice/ice_generic_flow.c\n> create mode 100644 drivers/net/ice/ice_generic_flow.h\n> create mode 100644 drivers/net/ice/ice_switch_filter.c\n> create mode 100644 drivers/net/ice/ice_switch_filter.h\n> \n> --\n> 2.9.5\n> \n> Acked-by: Beilei Xing <beilei.xing@intel.com>\n\nApplied to dpdk-next-net-intel.\n\nThanks\nQi", "headers": { "Return-Path": "<dev-bounces@dpdk.org>", "X-Original-To": "patchwork@dpdk.org", "Delivered-To": "patchwork@dpdk.org", "Received": [ "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 38D4D5587;\n\tMon, 1 Jul 2019 13:38:08 +0200 (CEST)", "from mga06.intel.com (mga06.intel.com [134.134.136.31])\n\tby dpdk.org (Postfix) with ESMTP id 7CDA12C60\n\tfor <dev@dpdk.org>; Mon, 1 Jul 2019 13:38:06 +0200 (CEST)", "from orsmga002.jf.intel.com ([10.7.209.21])\n\tby orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t01 Jul 2019 04:38:05 -0700", "from fmsmsx103.amr.corp.intel.com ([10.18.124.201])\n\tby orsmga002.jf.intel.com with ESMTP; 01 Jul 2019 04:38:05 -0700", "from fmsmsx102.amr.corp.intel.com (10.18.124.200) by\n\tFMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP\n\tServer (TLS) id 14.3.439.0; Mon, 1 Jul 2019 04:38:04 -0700", "from shsmsx101.ccr.corp.intel.com (10.239.4.153) by\n\tFMSMSX102.amr.corp.intel.com (10.18.124.200) with Microsoft SMTP\n\tServer (TLS) id 14.3.439.0; Mon, 1 Jul 2019 04:38:03 -0700", "from shsmsx105.ccr.corp.intel.com ([169.254.11.232]) by\n\tSHSMSX101.ccr.corp.intel.com ([169.254.1.134]) with mapi id\n\t14.03.0439.000; Mon, 1 Jul 2019 19:38:01 +0800" ], "X-Amp-Result": "SKIPPED(no attachment in message)", "X-Amp-File-Uploaded": "False", "X-ExtLoop1": "1", "X-IronPort-AV": "E=Sophos;i=\"5.63,439,1557212400\"; d=\"scan'208\";a=\"174198033\"", "From": "\"Zhang, Qi Z\" <qi.z.zhang@intel.com>", "To": "\"Yang, Qiming\" <qiming.yang@intel.com>, \"dev@dpdk.org\" <dev@dpdk.org>", "Thread-Topic": "[PATCH v9 0/3] Enable rte_flow API in ice driver", "Thread-Index": "AQHVL+fOnWZD4gIXjEW73y14gD8vQKa1ov5Q", "Date": "Mon, 1 Jul 2019 11:38:01 +0000", "Message-ID": "<039ED4275CED7440929022BC67E7061153D5D1BC@SHSMSX105.ccr.corp.intel.com>", "References": "<1559552722-8970-1-git-send-email-qiming.yang@intel.com>\n\t<20190701083231.152007-1-qiming.yang@intel.com>", "In-Reply-To": "<20190701083231.152007-1-qiming.yang@intel.com>", "Accept-Language": "en-US", "Content-Language": "en-US", "X-MS-Has-Attach": "", "X-MS-TNEF-Correlator": "", "x-titus-metadata-40": "eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDgwNzUxMTQtZjZmMC00NDRmLTgxYWItMDRlYTk4ODJmOWQxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiWk5XVGpqNWpsNnVrSG5aNDEyUTNyTGF5bDZJNVFiTXpRN01IR0FhWmVGcDBHSTllbmlSOTlET1kyaStlejNPaiJ9", "x-ctpclassification": "CTP_NT", "dlp-product": "dlpe-windows", "dlp-version": "11.0.600.7", "dlp-reaction": "no-action", "x-originating-ip": "[10.239.127.40]", "Content-Type": "text/plain; charset=\"us-ascii\"", "Content-Transfer-Encoding": "quoted-printable", "MIME-Version": "1.0", "Subject": "Re: [dpdk-dev] [PATCH v9 0/3] Enable rte_flow API in ice driver", "X-BeenThere": "dev@dpdk.org", "X-Mailman-Version": "2.1.15", "Precedence": "list", "List-Id": "DPDK patches and discussions <dev.dpdk.org>", "List-Unsubscribe": "<https://mails.dpdk.org/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>", "List-Archive": "<http://mails.dpdk.org/archives/dev/>", "List-Post": "<mailto:dev@dpdk.org>", "List-Help": "<mailto:dev-request@dpdk.org?subject=help>", "List-Subscribe": "<https://mails.dpdk.org/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>", "Errors-To": "dev-bounces@dpdk.org", "Sender": "\"dev\" <dev-bounces@dpdk.org>" }, "addressed": null } ]