List cover comments

GET /api/covers/41229/comments/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Link: 
<http://patches.dpdk.org/api/covers/41229/comments/?format=api&page=1>; rel="first",
<http://patches.dpdk.org/api/covers/41229/comments/?format=api&page=1>; rel="last"
Vary: Accept
[ { "id": 82344, "web_url": "http://patches.dpdk.org/comment/82344/", "msgid": "<8CEF83825BEC744B83065625E567D7C260CB4ACD@IRSMSX108.ger.corp.intel.com>", "list_archive_url": "https://inbox.dpdk.org/dev/8CEF83825BEC744B83065625E567D7C260CB4ACD@IRSMSX108.ger.corp.intel.com", "date": "2018-06-18T16:28:05", "subject": "Re: [dpdk-dev] [PATCH v3 0/2] app/testpmd implement VXLAN/NVGRE\n\tEncap/Decap", "submitter": { "id": 91, "url": "http://patches.dpdk.org/api/people/91/?format=api", "name": "Iremonger, Bernard", "email": "bernard.iremonger@intel.com" }, "content": "Hi Nelio,\n\n> -----Original Message-----\n> From: Nelio Laranjeiro [mailto:nelio.laranjeiro@6wind.com]\n> Sent: Monday, June 18, 2018 3:37 PM\n> To: dev@dpdk.org; Adrien Mazarguil <adrien.mazarguil@6wind.com>; Lu,\n> Wenzhuo <wenzhuo.lu@intel.com>; Wu, Jingjing <jingjing.wu@intel.com>;\n> Iremonger, Bernard <bernard.iremonger@intel.com>; Awal, Mohammad Abdul\n> <mohammad.abdul.awal@intel.com>\n> Subject: [PATCH v3 0/2] app/testpmd implement VXLAN/NVGRE Encap/Decap\n> \n> This series adds an easy and maintainable configuration version support for\n> those two actions for 18.08 by using global variables in testpmd to store the\n> necessary information for the tunnel encapsulation. Those variables are used in\n> conjunction of RTE_FLOW_ACTION_{VXLAN,NVGRE}_ENCAP action to create\n> easily the action for flows.\n> \n> A common way to use it:\n> \n> set vxlan ipv4 4 4 4 127.0.0.1 128.0.0.1 11:11:11:11:11:11 22:22:22:22:22:22\n> flow create 0 ingress pattern end actions vxlan_encap / queue index 0 / end\n> \n> set vxlan ipv6 4 4 4 ::1 ::2222 11:11:11:11:11:11 22:22:22:22:22:22 flow create\n> 0 ingress pattern end actions vxlan_encap / queue index 0 / end\n> \n> set nvgre ipv4 4 127.0.0.1 128.0.0.1 11:11:11:11:11:11 22:22:22:22:22:22 flow\n> create 0 ingress pattern end actions nvgre_encap / queue index 0 / end\n> \n> set nvgre ipv6 4 ::1 ::2222 11:11:11:11:11:11 22:22:22:22:22:22 flow create 0\n> ingress pattern end actions nvgre_encap / queue index 0 / end\n> \n\nIt might be useful to add the above sample testpmd command lines to section 4.12 of the doc/guides/testpmd_app_ug/testpmd_funcs.rst file\n\n> This also replace the proposal done by Mohammad Abdul Awal [1] which\n> handles in a more complex way for the same work.\n> \n> Note this API has already a modification planned for 18.11 [2] thus those series\n> should have a limited life for a single release.\n> \n> [1] https://dpdk.org/ml/archives/dev/2018-May/101403.html\n> [2] https://dpdk.org/ml/archives/dev/2018-June/103485.html\n> \n> Changes in v3:\n> \n> - support VLAN in the outer encapsulation.\n> - fix the documentation with missing arguments.\n> \n> Changes in v2:\n> \n> - add default IPv6 values for NVGRE encapsulation.\n> - replace VXLAN to NVGRE in comments concerning NVGRE layer.\n> \n> Nelio Laranjeiro (2):\n> app/testpmd: add VXLAN encap/decap support\n> app/testpmd: add NVGRE encap/decap support\n> \n> app/test-pmd/cmdline.c | 242 ++++++++++++++++++\n> app/test-pmd/cmdline_flow.c | 268 ++++++++++++++++++++\n> app/test-pmd/testpmd.c | 32 +++\n> app/test-pmd/testpmd.h | 32 +++\n> doc/guides/testpmd_app_ug/testpmd_funcs.rst | 27 ++\n> 5 files changed, 601 insertions(+)\n> \n> --\n> 2.17.1\n\nRegards,\n\nBernard.", "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 0C7922AB;\n\tMon, 18 Jun 2018 18:28:11 +0200 (CEST)", "from mga11.intel.com (mga11.intel.com [192.55.52.93])\n\tby dpdk.org (Postfix) with ESMTP id DF7FE16E\n\tfor <dev@dpdk.org>; Mon, 18 Jun 2018 18:28:09 +0200 (CEST)", "from fmsmga006.fm.intel.com ([10.253.24.20])\n\tby fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t18 Jun 2018 09:28:08 -0700", "from irsmsx109.ger.corp.intel.com ([163.33.3.23])\n\tby fmsmga006.fm.intel.com with ESMTP; 18 Jun 2018 09:28:07 -0700", "from irsmsx108.ger.corp.intel.com ([169.254.11.139]) by\n\tIRSMSX109.ger.corp.intel.com ([169.254.13.225]) with mapi id\n\t14.03.0319.002; Mon, 18 Jun 2018 17:28:06 +0100" ], "X-Amp-Result": "SKIPPED(no attachment in message)", "X-Amp-File-Uploaded": "False", "X-ExtLoop1": "1", "X-IronPort-AV": "E=Sophos;i=\"5.51,240,1526367600\"; d=\"scan'208\";a=\"238464416\"", "From": "\"Iremonger, Bernard\" <bernard.iremonger@intel.com>", "To": "Nelio Laranjeiro <nelio.laranjeiro@6wind.com>, \"dev@dpdk.org\"\n\t<dev@dpdk.org>, Adrien Mazarguil <adrien.mazarguil@6wind.com>, \"Lu,\n\tWenzhuo\"\n\t<wenzhuo.lu@intel.com>, \"Wu, Jingjing\" <jingjing.wu@intel.com>, \"Awal,\n\tMohammad Abdul\" <mohammad.abdul.awal@intel.com>", "Thread-Topic": "[PATCH v3 0/2] app/testpmd implement VXLAN/NVGRE Encap/Decap", "Thread-Index": "AQHUBxHFyTKZEUjBkUW5k2KrTbrrgaRmMxyg", "Date": "Mon, 18 Jun 2018 16:28:05 +0000", "Message-ID": "<8CEF83825BEC744B83065625E567D7C260CB4ACD@IRSMSX108.ger.corp.intel.com>", "References": "<cover.1529311722.git.nelio.laranjeiro@6wind.com>\n\t<cover.1529332365.git.nelio.laranjeiro@6wind.com>", "In-Reply-To": "<cover.1529332365.git.nelio.laranjeiro@6wind.com>", "Accept-Language": "en-GB, en-US", "Content-Language": "en-US", "X-MS-Has-Attach": "", "X-MS-TNEF-Correlator": "", "x-titus-metadata-40": "eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOGNjNmMxZjctNDRiOC00OTQzLTkwYWYtNmFlOTU0NTMwYzIyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoieG1EU2lrQmd6RTlxQlpQaVVtTFI5XC85bTJjZFwvMFNaV2o1VUhlamJZaHJJSUZxWTVXZzJLK1k1d1dKRjlqXC9oOSJ9", "x-ctpclassification": "CTP_NT", "dlp-product": "dlpe-windows", "dlp-version": "11.0.200.100", "dlp-reaction": "no-action", "x-originating-ip": "[163.33.239.182]", "Content-Type": "text/plain; charset=\"us-ascii\"", "Content-Transfer-Encoding": "quoted-printable", "MIME-Version": "1.0", "Subject": "Re: [dpdk-dev] [PATCH v3 0/2] app/testpmd implement VXLAN/NVGRE\n\tEncap/Decap", "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": 82376, "web_url": "http://patches.dpdk.org/comment/82376/", "msgid": "<20180619094105.jezz2np56i2x2cdw@laranjeiro-vm.dev.6wind.com>", "list_archive_url": "https://inbox.dpdk.org/dev/20180619094105.jezz2np56i2x2cdw@laranjeiro-vm.dev.6wind.com", "date": "2018-06-19T09:41:05", "subject": "Re: [dpdk-dev] [PATCH v3 0/2] app/testpmd implement VXLAN/NVGRE\n\tEncap/Decap", "submitter": { "id": 243, "url": "http://patches.dpdk.org/api/people/243/?format=api", "name": "Nélio Laranjeiro", "email": "nelio.laranjeiro@6wind.com" }, "content": "On Mon, Jun 18, 2018 at 04:28:05PM +0000, Iremonger, Bernard wrote:\n> Hi Nelio,\n> \n> > -----Original Message-----\n> > From: Nelio Laranjeiro [mailto:nelio.laranjeiro@6wind.com]\n> > Sent: Monday, June 18, 2018 3:37 PM\n> > To: dev@dpdk.org; Adrien Mazarguil <adrien.mazarguil@6wind.com>; Lu,\n> > Wenzhuo <wenzhuo.lu@intel.com>; Wu, Jingjing <jingjing.wu@intel.com>;\n> > Iremonger, Bernard <bernard.iremonger@intel.com>; Awal, Mohammad Abdul\n> > <mohammad.abdul.awal@intel.com>\n> > Subject: [PATCH v3 0/2] app/testpmd implement VXLAN/NVGRE Encap/Decap\n> > \n> > This series adds an easy and maintainable configuration version support for\n> > those two actions for 18.08 by using global variables in testpmd to store the\n> > necessary information for the tunnel encapsulation. Those variables are used in\n> > conjunction of RTE_FLOW_ACTION_{VXLAN,NVGRE}_ENCAP action to create\n> > easily the action for flows.\n> > \n> > A common way to use it:\n> > \n> > set vxlan ipv4 4 4 4 127.0.0.1 128.0.0.1 11:11:11:11:11:11 22:22:22:22:22:22\n> > flow create 0 ingress pattern end actions vxlan_encap / queue index 0 / end\n> > \n> > set vxlan ipv6 4 4 4 ::1 ::2222 11:11:11:11:11:11 22:22:22:22:22:22 flow create\n> > 0 ingress pattern end actions vxlan_encap / queue index 0 / end\n> > \n> > set nvgre ipv4 4 127.0.0.1 128.0.0.1 11:11:11:11:11:11 22:22:22:22:22:22 flow\n> > create 0 ingress pattern end actions nvgre_encap / queue index 0 / end\n> > \n> > set nvgre ipv6 4 ::1 ::2222 11:11:11:11:11:11 22:22:22:22:22:22 flow create 0\n> > ingress pattern end actions nvgre_encap / queue index 0 / end\n> > \n> \n> It might be useful to add the above sample testpmd command lines to\n> section 4.12 of the doc/guides/testpmd_app_ug/testpmd_funcs.rst file\n>[...]\n\nAgreed, I'll add it in the v4.\n\nThanks,", "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 555212E41;\n\tTue, 19 Jun 2018 11:40:58 +0200 (CEST)", "from mail-wm0-f66.google.com (mail-wm0-f66.google.com\n\t[74.125.82.66]) by dpdk.org (Postfix) with ESMTP id DCA982C2F\n\tfor <dev@dpdk.org>; Tue, 19 Jun 2018 11:40:56 +0200 (CEST)", "by mail-wm0-f66.google.com with SMTP id l15-v6so18138975wmc.1\n\tfor <dev@dpdk.org>; Tue, 19 Jun 2018 02:40:56 -0700 (PDT)", "from laranjeiro-vm.dev.6wind.com\n\t(host.78.145.23.62.rev.coltfrance.com. [62.23.145.78])\n\tby smtp.gmail.com with ESMTPSA id\n\tc3-v6sm7700023wmb.40.2018.06.19.02.40.55\n\t(version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256);\n\tTue, 19 Jun 2018 02:40:55 -0700 (PDT)" ], "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=6wind-com.20150623.gappssmtp.com; s=20150623;\n\th=date:from:to:cc:subject:message-id:references:mime-version\n\t:content-disposition:content-transfer-encoding:in-reply-to\n\t:user-agent; bh=r4Y9gqOPDPIzJQw7dpY/VU4dsbvf3EKk/h4hwUuYWYI=;\n\tb=ebwk1lC1KXFN5r01HZc5JdLv1o8/KxjB1FJmK6UwzSZTVgPBNhxWFRpI7fPAGAgrr9\n\tKxAJghpH8zhGeIFwuRFVnFN2FMpmh/3C3BMKWzUWyVYYBffwyTEiLll8zgWYdHwkyQqr\n\tl1VUJbP8R7vyo7ipQ0imXGiPe2LIFvSgN/eJRv1WJIjjATsZ3Sw69wJBy2GU+B8UEEqw\n\t6fZ0z+VpyEYiuUMxJ1XUyKFJQZsyEKLDK5txlHXBnI/l9CqJzLR9CeUPo2/E9jO6W+4q\n\ty4ugUK5R47sjvv0BkyZvzp7f9MV3t3MyFgIdOZn4FIv6QQvMiIuuW54jZcOMgObFAOUT\n\t+wew==", "X-Google-DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:date:from:to:cc:subject:message-id:references\n\t:mime-version:content-disposition:content-transfer-encoding\n\t:in-reply-to:user-agent;\n\tbh=r4Y9gqOPDPIzJQw7dpY/VU4dsbvf3EKk/h4hwUuYWYI=;\n\tb=Y1UZtoAiaF5qC4SFezVGawXrjE18dqFqkH+lKiWWVoZzh1pv/ncDVzjym2ks1thoNB\n\tF3oSt1tJA5AficB45YOVbWC2EKJv8GhXHAcHGfYsWIaKE3OijtvtltGOTtcKiZ5WA97i\n\t7pbmOxlphf9hmIS9My9KCfT3M54q+dCq8TwHjorXlFobrPW9VFEIYjlOJiHq7qM8ZgFC\n\tx/SAQAgJlWXA3m63ht6QE/+bEATAoEBdOtDGMYr0nbw46LyPyF9fxeOKu9qo7J8S21dD\n\tPKr+MxwI1H+L2tUg3VFgnROQsATascYXY1HryWMs38NEQv4dz+QQFazvh4+QXGGX8xgC\n\tm3fg==", "X-Gm-Message-State": "APt69E1OvdHOHspG73+6r4UuNMb43tpzP4UQQlGDS8tdJmrKfmbXfhM9\n\tNsbVPBaqzE0xbqSm2Kq4YlGv", "X-Google-Smtp-Source": "ADUXVKKRvR1aNsErG6fleew31yaropamItwGwuK11knN2RoTC6AcDqozGH0lK1u4V9L6MybWmcoOwQ==", "X-Received": "by 2002:a1c:da4e:: with SMTP id\n\tr75-v6mr11068069wmg.64.1529401256675; \n\tTue, 19 Jun 2018 02:40:56 -0700 (PDT)", "Date": "Tue, 19 Jun 2018 11:41:05 +0200", "From": "=?iso-8859-1?q?N=E9lio?= Laranjeiro <nelio.laranjeiro@6wind.com>", "To": "\"Iremonger, Bernard\" <bernard.iremonger@intel.com>", "Cc": "\"dev@dpdk.org\" <dev@dpdk.org>,\n\tAdrien Mazarguil <adrien.mazarguil@6wind.com>,\n\t\"Lu, Wenzhuo\" <wenzhuo.lu@intel.com>,\n\t\"Wu, Jingjing\" <jingjing.wu@intel.com>,\n\t\"Awal, Mohammad Abdul\" <mohammad.abdul.awal@intel.com>", "Message-ID": "<20180619094105.jezz2np56i2x2cdw@laranjeiro-vm.dev.6wind.com>", "References": "<cover.1529311722.git.nelio.laranjeiro@6wind.com>\n\t<cover.1529332365.git.nelio.laranjeiro@6wind.com>\n\t<8CEF83825BEC744B83065625E567D7C260CB4ACD@IRSMSX108.ger.corp.intel.com>", "MIME-Version": "1.0", "Content-Type": "text/plain; charset=iso-8859-1", "Content-Disposition": "inline", "Content-Transfer-Encoding": "8bit", "In-Reply-To": "<8CEF83825BEC744B83065625E567D7C260CB4ACD@IRSMSX108.ger.corp.intel.com>", "User-Agent": "NeoMutt/20170113 (1.7.2)", "Subject": "Re: [dpdk-dev] [PATCH v3 0/2] app/testpmd implement VXLAN/NVGRE\n\tEncap/Decap", "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 } ]