List cover comments

GET /api/covers/55284/comments/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Link: 
<http://patches.dpdk.org/api/covers/55284/comments/?format=api&page=1>; rel="first",
<http://patches.dpdk.org/api/covers/55284/comments/?format=api&page=1>; rel="last"
Vary: Accept
[ { "id": 97506, "web_url": "http://patches.dpdk.org/comment/97506/", "msgid": "<f7ta7e5k8zb.fsf@dhcp-25.97.bos.redhat.com>", "list_archive_url": "https://inbox.dpdk.org/dev/f7ta7e5k8zb.fsf@dhcp-25.97.bos.redhat.com", "date": "2019-06-25T14:58:16", "subject": "Re: [dpdk-dev] [PATCH v7 0/3] Enable rte_flow API in ice driver", "submitter": { "id": 332, "url": "http://patches.dpdk.org/api/people/332/?format=api", "name": "Aaron Conole", "email": "aconole@redhat.com" }, "content": "Qiming Yang <qiming.yang@intel.com> writes:\n\n> This patch set enables the backend of rte_flow, and the generic\n> filter related functions in ice driver. Supported flows include\n> ipv4, tcpv4, udpv4, ipv6, tcpv6, udpv6, tunnel, etc. This patch\n> set depends on 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\nSeems there is still compliation problems - is some dependency not\ncorrectly updated?\n\nhttps://travis-ci.com/ovsrobot/dpdk/jobs/210680563\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> 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> drivers/net/ice/ice_generic_flow.h | 614 +++++++++++++++++++++++++++++++\n> drivers/net/ice/ice_switch_filter.c | 512 ++++++++++++++++++++++++++\n> drivers/net/ice/ice_switch_filter.h | 24 ++\n> drivers/net/ice/meson.build | 4 +-\n> 8 files changed, 1979 insertions(+), 1 deletion(-)\n> create mode 100644 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", "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 092331BA85;\n\tTue, 25 Jun 2019 16:58:32 +0200 (CEST)", "from mx1.redhat.com (mx1.redhat.com [209.132.183.28])\n\tby dpdk.org (Postfix) with ESMTP id 160421BA5B\n\tfor <dev@dpdk.org>; Tue, 25 Jun 2019 16:58:28 +0200 (CEST)", "from smtp.corp.redhat.com\n\t(int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16])\n\t(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))\n\t(No client certificate requested)\n\tby mx1.redhat.com (Postfix) with ESMTPS id E4C1E3078AB5;\n\tTue, 25 Jun 2019 14:58:19 +0000 (UTC)", "from dhcp-25.97.bos.redhat.com (unknown [10.18.25.84])\n\tby smtp.corp.redhat.com (Postfix) with ESMTPS id 8BCF15C231;\n\tTue, 25 Jun 2019 14:58:17 +0000 (UTC)" ], "From": "Aaron Conole <aconole@redhat.com>", "To": "Qiming Yang <qiming.yang@intel.com>", "Cc": "dev@dpdk.org", "References": "<1559552722-8970-1-git-send-email-qiming.yang@intel.com>\n\t<20190625064815.3337-1-qiming.yang@intel.com>", "Date": "Tue, 25 Jun 2019 10:58:16 -0400", "In-Reply-To": "<20190625064815.3337-1-qiming.yang@intel.com> (Qiming Yang's\n\tmessage of \"Tue, 25 Jun 2019 14:48:12 +0800\")", "Message-ID": "<f7ta7e5k8zb.fsf@dhcp-25.97.bos.redhat.com>", "User-Agent": "Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)", "MIME-Version": "1.0", "Content-Type": "text/plain", "X-Scanned-By": "MIMEDefang 2.79 on 10.5.11.16", "X-Greylist": "Sender IP whitelisted, not delayed by milter-greylist-4.5.16\n\t(mx1.redhat.com [10.5.110.48]); Tue, 25 Jun 2019 14:58:24 +0000 (UTC)", "Subject": "Re: [dpdk-dev] [PATCH v7 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 }, { "id": 97515, "web_url": "http://patches.dpdk.org/comment/97515/", "msgid": "<F5DF4F0E3AFEF648ADC1C3C33AD4DBF17A4ED0FD@SHSMSX101.ccr.corp.intel.com>", "list_archive_url": "https://inbox.dpdk.org/dev/F5DF4F0E3AFEF648ADC1C3C33AD4DBF17A4ED0FD@SHSMSX101.ccr.corp.intel.com", "date": "2019-06-26T01:52:26", "subject": "Re: [dpdk-dev] [PATCH v7 0/3] Enable rte_flow API in ice driver", "submitter": { "id": 522, "url": "http://patches.dpdk.org/api/people/522/?format=api", "name": "Qiming Yang", "email": "qiming.yang@intel.com" }, "content": "Hi,\nIt seems these error induced by lack of some base code which are merged in dpdk-next-net-intel branch.\nIt's not this patch set's issue.\n\nQiming\n-----Original Message-----\nFrom: Aaron Conole [mailto:aconole@redhat.com] \nSent: Tuesday, June 25, 2019 10:58 PM\nTo: Yang, Qiming <qiming.yang@intel.com>\nCc: dev@dpdk.org\nSubject: Re: [dpdk-dev] [PATCH v7 0/3] Enable rte_flow API in ice driver\n\nQiming Yang <qiming.yang@intel.com> writes:\n\n> This patch set enables the backend of rte_flow, and the generic filter \n> related functions in ice driver. Supported flows include ipv4, tcpv4, \n> udpv4, ipv6, tcpv6, udpv6, tunnel, etc. This patch set depends on \n> 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\nSeems there is still compliation problems - is some dependency not correctly updated?\n\nhttps://travis-ci.com/ovsrobot/dpdk/jobs/210680563\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> 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 | 614 \n> +++++++++++++++++++++++++++++++ drivers/net/ice/ice_switch_filter.c | \n> 512 ++++++++++++++++++++++++++ drivers/net/ice/ice_switch_filter.h | 24 ++\n> drivers/net/ice/meson.build | 4 +-\n> 8 files changed, 1979 insertions(+), 1 deletion(-) create mode \n> 100644 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", "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 398AF4CAF;\n\tWed, 26 Jun 2019 03:52:32 +0200 (CEST)", "from mga11.intel.com (mga11.intel.com [192.55.52.93])\n\tby dpdk.org (Postfix) with ESMTP id 342FA4C8B\n\tfor <dev@dpdk.org>; Wed, 26 Jun 2019 03:52:30 +0200 (CEST)", "from fmsmga008.fm.intel.com ([10.253.24.58])\n\tby fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t25 Jun 2019 18:52:29 -0700", "from fmsmsx105.amr.corp.intel.com ([10.18.124.203])\n\tby fmsmga008.fm.intel.com with ESMTP; 25 Jun 2019 18:52:29 -0700", "from fmsmsx114.amr.corp.intel.com (10.18.116.8) by\n\tFMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP\n\tServer (TLS) id 14.3.439.0; Tue, 25 Jun 2019 18:52:29 -0700", "from shsmsx153.ccr.corp.intel.com (10.239.6.53) by\n\tFMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server\n\t(TLS) id 14.3.439.0; Tue, 25 Jun 2019 18:52:28 -0700", "from shsmsx101.ccr.corp.intel.com ([169.254.1.87]) by\n\tSHSMSX153.ccr.corp.intel.com ([169.254.12.76]) with mapi id\n\t14.03.0439.000; Wed, 26 Jun 2019 09:52:26 +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,418,1557212400\"; d=\"scan'208\";a=\"162090406\"", "From": "\"Yang, Qiming\" <qiming.yang@intel.com>", "To": "Aaron Conole <aconole@redhat.com>", "CC": "\"dev@dpdk.org\" <dev@dpdk.org>", "Thread-Topic": "[dpdk-dev] [PATCH v7 0/3] Enable rte_flow API in ice driver", "Thread-Index": "AQHVK2aLULXClLGz0UygCNvSZiN1+aatK1zg", "Date": "Wed, 26 Jun 2019 01:52:26 +0000", "Message-ID": "<F5DF4F0E3AFEF648ADC1C3C33AD4DBF17A4ED0FD@SHSMSX101.ccr.corp.intel.com>", "References": "<1559552722-8970-1-git-send-email-qiming.yang@intel.com>\n\t<20190625064815.3337-1-qiming.yang@intel.com>\n\t<f7ta7e5k8zb.fsf@dhcp-25.97.bos.redhat.com>", "In-Reply-To": "<f7ta7e5k8zb.fsf@dhcp-25.97.bos.redhat.com>", "Accept-Language": "en-US", "Content-Language": "en-US", "X-MS-Has-Attach": "", "X-MS-TNEF-Correlator": "", "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 v7 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 }, { "id": 97525, "web_url": "http://patches.dpdk.org/comment/97525/", "msgid": "<47f5df91-b872-f59b-4de3-a704e6ca586a@intel.com>", "list_archive_url": "https://inbox.dpdk.org/dev/47f5df91-b872-f59b-4de3-a704e6ca586a@intel.com", "date": "2019-06-26T07:42:42", "subject": "Re: [dpdk-dev] [PATCH v7 0/3] Enable rte_flow API in ice driver", "submitter": { "id": 324, "url": "http://patches.dpdk.org/api/people/324/?format=api", "name": "Ferruh Yigit", "email": "ferruh.yigit@intel.com" }, "content": "On 6/26/2019 2:52 AM, Yang, Qiming wrote:\n> Hi,\n> It seems these error induced by lack of some base code which are merged in dpdk-next-net-intel branch.\n> It's not this patch set's issue.\n\nIf there is a dependency to another patchset, can you please put this\ninformation into cover letter?\n\n> \n> Qiming\n> -----Original Message-----\n> From: Aaron Conole [mailto:aconole@redhat.com] \n> Sent: Tuesday, June 25, 2019 10:58 PM\n> To: Yang, Qiming <qiming.yang@intel.com>\n> Cc: dev@dpdk.org\n> Subject: Re: [dpdk-dev] [PATCH v7 0/3] Enable rte_flow API in ice driver\n> \n> Qiming Yang <qiming.yang@intel.com> writes:\n> \n>> This patch set enables the backend of rte_flow, and the generic filter \n>> related functions in ice driver. Supported flows include ipv4, tcpv4, \n>> udpv4, ipv6, tcpv6, udpv6, tunnel, etc. This patch set depends on \n>> 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> \n> Seems there is still compliation problems - is some dependency not correctly updated?\n> \n> https://travis-ci.com/ovsrobot/dpdk/jobs/210680563\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>> 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 | 614 \n>> +++++++++++++++++++++++++++++++ drivers/net/ice/ice_switch_filter.c | \n>> 512 ++++++++++++++++++++++++++ drivers/net/ice/ice_switch_filter.h | 24 ++\n>> drivers/net/ice/meson.build | 4 +-\n>> 8 files changed, 1979 insertions(+), 1 deletion(-) create mode \n>> 100644 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", "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 0CC245B34;\n\tWed, 26 Jun 2019 09:42:47 +0200 (CEST)", "from mga03.intel.com (mga03.intel.com [134.134.136.65])\n\tby dpdk.org (Postfix) with ESMTP id B121658C6\n\tfor <dev@dpdk.org>; Wed, 26 Jun 2019 09:42:45 +0200 (CEST)", "from fmsmga004.fm.intel.com ([10.253.24.48])\n\tby orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t26 Jun 2019 00:42:44 -0700", "from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.30])\n\t([10.237.221.30])\n\tby fmsmga004.fm.intel.com with ESMTP; 26 Jun 2019 00:42:43 -0700" ], "X-Amp-Result": "SKIPPED(no attachment in message)", "X-Amp-File-Uploaded": "False", "X-ExtLoop1": "1", "X-IronPort-AV": "E=Sophos;i=\"5.63,419,1557212400\"; d=\"scan'208\";a=\"184759047\"", "To": "\"Yang, Qiming\" <qiming.yang@intel.com>, Aaron Conole <aconole@redhat.com>", "Cc": "\"dev@dpdk.org\" <dev@dpdk.org>", "References": "<1559552722-8970-1-git-send-email-qiming.yang@intel.com>\n\t<20190625064815.3337-1-qiming.yang@intel.com>\n\t<f7ta7e5k8zb.fsf@dhcp-25.97.bos.redhat.com>\n\t<F5DF4F0E3AFEF648ADC1C3C33AD4DBF17A4ED0FD@SHSMSX101.ccr.corp.intel.com>", "From": "Ferruh Yigit <ferruh.yigit@intel.com>", "Openpgp": "preference=signencrypt", "Autocrypt": "addr=ferruh.yigit@intel.com; prefer-encrypt=mutual; keydata=\n\t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\n\tVQ==", "Message-ID": "<47f5df91-b872-f59b-4de3-a704e6ca586a@intel.com>", "Date": "Wed, 26 Jun 2019 08:42:42 +0100", "User-Agent": "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101\n\tThunderbird/60.7.2", "MIME-Version": "1.0", "In-Reply-To": "<F5DF4F0E3AFEF648ADC1C3C33AD4DBF17A4ED0FD@SHSMSX101.ccr.corp.intel.com>", "Content-Type": "text/plain; charset=utf-8", "Content-Language": "en-US", "Content-Transfer-Encoding": "8bit", "Subject": "Re: [dpdk-dev] [PATCH v7 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 }, { "id": 97528, "web_url": "http://patches.dpdk.org/comment/97528/", "msgid": "<F5DF4F0E3AFEF648ADC1C3C33AD4DBF17A4ED3D4@SHSMSX101.ccr.corp.intel.com>", "list_archive_url": "https://inbox.dpdk.org/dev/F5DF4F0E3AFEF648ADC1C3C33AD4DBF17A4ED3D4@SHSMSX101.ccr.corp.intel.com", "date": "2019-06-26T08:26:38", "subject": "Re: [dpdk-dev] [PATCH v7 0/3] Enable rte_flow API in ice driver", "submitter": { "id": 522, "url": "http://patches.dpdk.org/api/people/522/?format=api", "name": "Qiming Yang", "email": "qiming.yang@intel.com" }, "content": "Sure, I'll add the information in cover letter. \n\n> -----Original Message-----\n> From: Yigit, Ferruh\n> Sent: Wednesday, June 26, 2019 3:43 PM\n> To: Yang, Qiming <qiming.yang@intel.com>; Aaron Conole\n> <aconole@redhat.com>\n> Cc: dev@dpdk.org\n> Subject: Re: [dpdk-dev] [PATCH v7 0/3] Enable rte_flow API in ice driver\n> \n> On 6/26/2019 2:52 AM, Yang, Qiming wrote:\n> > Hi,\n> > It seems these error induced by lack of some base code which are merged\n> in dpdk-next-net-intel branch.\n> > It's not this patch set's issue.\n> \n> If there is a dependency to another patchset, can you please put this\n> information into cover letter?\n> \n> >\n> > Qiming\n> > -----Original Message-----\n> > From: Aaron Conole [mailto:aconole@redhat.com]\n> > Sent: Tuesday, June 25, 2019 10:58 PM\n> > To: Yang, Qiming <qiming.yang@intel.com>\n> > Cc: dev@dpdk.org\n> > Subject: Re: [dpdk-dev] [PATCH v7 0/3] Enable rte_flow API in ice\n> > driver\n> >\n> > Qiming Yang <qiming.yang@intel.com> writes:\n> >\n> >> This patch set enables the backend of rte_flow, and the generic\n> >> filter related functions in ice driver. Supported flows include ipv4,\n> >> tcpv4, udpv4, ipv6, tcpv6, udpv6, tunnel, etc. This patch set depends\n> >> on 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> >\n> > Seems there is still compliation problems - is some dependency not\n> correctly updated?\n> >\n> > https://travis-ci.com/ovsrobot/dpdk/jobs/210680563\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> >> 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 | 614\n> >> +++++++++++++++++++++++++++++++ drivers/net/ice/ice_switch_filter.c\n> >> +++++++++++++++++++++++++++++++ |\n> >> 512 ++++++++++++++++++++++++++ drivers/net/ice/ice_switch_filter.h |\n> 24 ++\n> >> drivers/net/ice/meson.build | 4 +-\n> >> 8 files changed, 1979 insertions(+), 1 deletion(-) create mode\n> >> 100644 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", "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 EFEDB37A2;\n\tWed, 26 Jun 2019 10:26:43 +0200 (CEST)", "from mga01.intel.com (mga01.intel.com [192.55.52.88])\n\tby dpdk.org (Postfix) with ESMTP id 710663798\n\tfor <dev@dpdk.org>; Wed, 26 Jun 2019 10:26:42 +0200 (CEST)", "from fmsmga006.fm.intel.com ([10.253.24.20])\n\tby fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t26 Jun 2019 01:26:41 -0700", "from fmsmsx104.amr.corp.intel.com ([10.18.124.202])\n\tby fmsmga006.fm.intel.com with ESMTP; 26 Jun 2019 01:26:41 -0700", "from fmsmsx116.amr.corp.intel.com (10.18.116.20) by\n\tfmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP\n\tServer (TLS) id 14.3.439.0; Wed, 26 Jun 2019 01:26:41 -0700", "from shsmsx152.ccr.corp.intel.com (10.239.6.52) by\n\tfmsmsx116.amr.corp.intel.com (10.18.116.20) with Microsoft SMTP\n\tServer (TLS) id 14.3.439.0; Wed, 26 Jun 2019 01:26:41 -0700", "from shsmsx101.ccr.corp.intel.com ([169.254.1.87]) by\n\tSHSMSX152.ccr.corp.intel.com ([169.254.6.225]) with mapi id\n\t14.03.0439.000; Wed, 26 Jun 2019 16:26:39 +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,419,1557212400\"; d=\"scan'208\";a=\"360671186\"", "From": "\"Yang, Qiming\" <qiming.yang@intel.com>", "To": "\"Yigit, Ferruh\" <ferruh.yigit@intel.com>,\n\tAaron Conole <aconole@redhat.com>", "CC": "\"dev@dpdk.org\" <dev@dpdk.org>", "Thread-Topic": "[dpdk-dev] [PATCH v7 0/3] Enable rte_flow API in ice driver", "Thread-Index": "AQHVK2aLULXClLGz0UygCNvSZiN1+aatK1zg///dMwCAAJIhoA==", "Date": "Wed, 26 Jun 2019 08:26:38 +0000", "Message-ID": "<F5DF4F0E3AFEF648ADC1C3C33AD4DBF17A4ED3D4@SHSMSX101.ccr.corp.intel.com>", "References": "<1559552722-8970-1-git-send-email-qiming.yang@intel.com>\n\t<20190625064815.3337-1-qiming.yang@intel.com>\n\t<f7ta7e5k8zb.fsf@dhcp-25.97.bos.redhat.com>\n\t<F5DF4F0E3AFEF648ADC1C3C33AD4DBF17A4ED0FD@SHSMSX101.ccr.corp.intel.com>\n\t<47f5df91-b872-f59b-4de3-a704e6ca586a@intel.com>", "In-Reply-To": "<47f5df91-b872-f59b-4de3-a704e6ca586a@intel.com>", "Accept-Language": "en-US", "Content-Language": "en-US", "X-MS-Has-Attach": "", "X-MS-TNEF-Correlator": "", "x-titus-metadata-40": "eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTdjYzYyN2YtMWQ3NS00YzFmLTk2ODEtYTJhZmFlYmNkNDM4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiRTRCQzBaUjU5ZVJUb0p6aHc2TGVvQ0YxcGJmaXFscWo5a01TdldpRWRBczdaT0wyWmJKaUdnNFwvWTE3c2NHUmwifQ==", "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=\"utf-8\"", "Content-Transfer-Encoding": "base64", "MIME-Version": "1.0", "Subject": "Re: [dpdk-dev] [PATCH v7 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 }, { "id": 97531, "web_url": "http://patches.dpdk.org/comment/97531/", "msgid": "<20190626155240.GC99403@intel.com>", "list_archive_url": "https://inbox.dpdk.org/dev/20190626155240.GC99403@intel.com", "date": "2019-06-26T15:52:40", "subject": "Re: [dpdk-dev] [PATCH v7 0/3] Enable rte_flow API in ice driver", "submitter": { "id": 1120, "url": "http://patches.dpdk.org/api/people/1120/?format=api", "name": "Xiaolong Ye", "email": "xiaolong.ye@intel.com" }, "content": "Hi, Qiming\n\nOn 06/25, Qiming Yang wrote:\n>This patch set enables the backend of rte_flow, and the generic\n>filter related functions in ice driver. Supported flows include\n>ipv4, tcpv4, udpv4, ipv6, tcpv6, udpv6, tunnel, etc. This patch\n>set depends on shared code update.\n\nPlease also add doc and release notes for this patchset.\n\nThanks,\nXiaolong\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>\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> 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> drivers/net/ice/ice_generic_flow.h | 614 +++++++++++++++++++++++++++++++\n> drivers/net/ice/ice_switch_filter.c | 512 ++++++++++++++++++++++++++\n> drivers/net/ice/ice_switch_filter.h | 24 ++\n> drivers/net/ice/meson.build | 4 +-\n> 8 files changed, 1979 insertions(+), 1 deletion(-)\n> create mode 100644 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>", "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 0B2FAF04;\n\tWed, 26 Jun 2019 11:11:04 +0200 (CEST)", "from mga17.intel.com (mga17.intel.com [192.55.52.151])\n\tby dpdk.org (Postfix) with ESMTP id C3AF5A3\n\tfor <dev@dpdk.org>; Wed, 26 Jun 2019 11:11:02 +0200 (CEST)", "from fmsmga001.fm.intel.com ([10.253.24.23])\n\tby fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t26 Jun 2019 02:11:01 -0700", "from yexl-server.sh.intel.com (HELO localhost) ([10.67.110.186])\n\tby fmsmga001.fm.intel.com with ESMTP; 26 Jun 2019 02:11:00 -0700" ], "X-Amp-Result": "UNKNOWN", "X-Amp-Original-Verdict": "FILE UNKNOWN", "X-Amp-File-Uploaded": "False", "X-ExtLoop1": "1", "X-IronPort-AV": "E=Sophos;i=\"5.63,419,1557212400\"; d=\"scan'208\";a=\"183088253\"", "Date": "Wed, 26 Jun 2019 23:52:40 +0800", "From": "Ye Xiaolong <xiaolong.ye@intel.com>", "To": "Qiming Yang <qiming.yang@intel.com>", "Cc": "dev@dpdk.org", "Message-ID": "<20190626155240.GC99403@intel.com>", "References": "<1559552722-8970-1-git-send-email-qiming.yang@intel.com>\n\t<20190625064815.3337-1-qiming.yang@intel.com>", "MIME-Version": "1.0", "Content-Type": "text/plain; charset=us-ascii", "Content-Disposition": "inline", "In-Reply-To": "<20190625064815.3337-1-qiming.yang@intel.com>", "User-Agent": "Mutt/1.9.4 (2018-02-28)", "Subject": "Re: [dpdk-dev] [PATCH v7 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 } ]