List patch comments

GET /api/patches/150/comments/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Link: 
<http://patches.dpdk.org/api/patches/150/comments/?format=api&page=1>; rel="first",
<http://patches.dpdk.org/api/patches/150/comments/?format=api&page=1>; rel="last"
Vary: Accept
[ { "id": 353, "web_url": "http://patches.dpdk.org/comment/353/", "msgid": "<1875158.2CzkkyWnXV@xps13>", "list_archive_url": "https://inbox.dpdk.org/dev/1875158.2CzkkyWnXV@xps13", "date": "2014-08-12T10:40:14", "subject": "Re: [dpdk-dev] [PATCH 3/6]i40e:Add VxLAN Cloud filter API", "submitter": { "id": 1, "url": "http://patches.dpdk.org/api/people/1/?format=api", "name": "Thomas Monjalon", "email": "thomas.monjalon@6wind.com" }, "content": "Hi Jijiang,\n\n2014-08-12 11:12, Jijiang Liu:\n> Support VxLAN cloud filters,which is used to use MAC, VLAN to point\n> to a queue. The filter types supported include below:\n> 1. Inner MAC and Inner VLAN ID\n> 2. Inner MAC address and inner VLAN ID, tenned ID.\n> 3. Inner MAC and tenant ID\n> 4. Inner MAC address\n> 5. Outer MAC address, tenant ID and inner MAC\n> \n> Signed-off-by: jijiangl <jijiang.liu@intel.com>\n> Acked-by: Helin Zhang <helin.zhang@intel.com>\n> Acked-by: Jingjing Wu <jingjing.wu@intel.com>\n> Acked-by: Jing Chen <jing.d.chen@intel.com>\n> ---\n> lib/librte_ether/rte_ethdev.c | 50 ++++++++++++++++\n> lib/librte_ether/rte_ethdev.h | 72 ++++++++++++++++++++++++\n> lib/librte_pmd_i40e/i40e_ethdev.c | 112 +++++++++++++++++++++++++++++++++++++\n> 3 files changed, 234 insertions(+), 0 deletions(-)\n\nI prefer to have a separated commit for API (ethdev) and another one for\nimplementation (i40e).\n\nAbout API, why name it cloud filter instead of VxLAN?\n\nThanks", "headers": { "Return-Path": "<thomas.monjalon@6wind.com>", "Received": [ "from mail-wi0-f174.google.com (mail-wi0-f174.google.com\n\t[209.85.212.174]) by dpdk.org (Postfix) with ESMTP id 7A1C1B3AD\n\tfor <dev@dpdk.org>; Tue, 12 Aug 2014 12:37:36 +0200 (CEST)", "by mail-wi0-f174.google.com with SMTP id d1so5624292wiv.1\n\tfor <dev@dpdk.org>; Tue, 12 Aug 2014 03:40:31 -0700 (PDT)", "from xps13.localnet\n\t(APoitiers-651-1-236-237.w83-193.abo.wanadoo.fr. [83.193.123.237])\n\tby mx.google.com with ESMTPSA id\n\tcx5sm8407489wjb.8.2014.08.12.03.40.29 for <multiple recipients>\n\t(version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\n\tTue, 12 Aug 2014 03:40:30 -0700 (PDT)" ], "X-Google-DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20130820;\n\th=x-gm-message-state:from:to:cc:subject:date:message-id:organization\n\t:user-agent:in-reply-to:references:mime-version\n\t:content-transfer-encoding:content-type;\n\tbh=rf/W5UflHjVVGlEK4aCc1uOUryPpWgcS0mB81myKg9o=;\n\tb=hgkDoXTKizCGZKJHR2InpWLka0pvESQYkHZHy+Ns6nLD0s/BzOoopCnKty0b2+BBB1\n\ttuKDQnz+05+QyhePjN7ooR5+2rT7+wdpK/KZR7wkGvJs5KYiXmiNx8po2Pm4Ooo/WJ0l\n\ttMeZt1Kk9TZBrbD/2p1yG5WBL79iZH9fsgKAO83WxhfKegix1sw8W0vrbgOhcUJZOhLo\n\tFtd9fv4JX5hiPG/E02muUnTqEiuhEcxJBWnxzsA8xXdH++EfcKR8Twpl6OhCv5640yJV\n\tU8jFYENaFDe73yOMFoiW1XCA4/mrFtUgcNGPuCGvBqTbGG8AIqjZk+4yDjpEESM8Zpzc\n\t5zNg==", "X-Gm-Message-State": "ALoCoQnokk4EJSpjykWZb+r+gch0fXwyZSFyTOrKh5zWJc1cd2DSkYU2B702VWhJe3MJWklf+4b3", "X-Received": "by 10.180.73.235 with SMTP id o11mr32137407wiv.41.1407840031361; \n\tTue, 12 Aug 2014 03:40:31 -0700 (PDT)", "From": "Thomas Monjalon <thomas.monjalon@6wind.com>", "To": "Jijiang Liu <jijiang.liu@intel.com>", "Date": "Tue, 12 Aug 2014 12:40:14 +0200", "Message-ID": "<1875158.2CzkkyWnXV@xps13>", "Organization": "6WIND", "User-Agent": "KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; )", "In-Reply-To": "<1407813127-10991-4-git-send-email-jijiang.liu@intel.com>", "References": "<1407813127-10991-1-git-send-email-jijiang.liu@intel.com>\n\t<1407813127-10991-4-git-send-email-jijiang.liu@intel.com>", "MIME-Version": "1.0", "Content-Transfer-Encoding": "7Bit", "Content-Type": "text/plain; charset=\"us-ascii\"", "Cc": "dev@dpdk.org", "Subject": "Re: [dpdk-dev] [PATCH 3/6]i40e:Add VxLAN Cloud filter API", "X-BeenThere": "dev@dpdk.org", "X-Mailman-Version": "2.1.15", "Precedence": "list", "List-Id": "patches and discussions about DPDK <dev.dpdk.org>", "List-Unsubscribe": "<http://dpdk.org/ml/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>", "List-Archive": "<http://dpdk.org/ml/archives/dev/>", "List-Post": "<mailto:dev@dpdk.org>", "List-Help": "<mailto:dev-request@dpdk.org?subject=help>", "List-Subscribe": "<http://dpdk.org/ml/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>", "X-List-Received-Date": "Tue, 12 Aug 2014 10:37:36 -0000" }, "addressed": null }, { "id": 362, "web_url": "http://patches.dpdk.org/comment/362/", "msgid": "<1ED644BD7E0A5F4091CF203DAFB8E4CC01D5FCDE@SHSMSX101.ccr.corp.intel.com>", "list_archive_url": "https://inbox.dpdk.org/dev/1ED644BD7E0A5F4091CF203DAFB8E4CC01D5FCDE@SHSMSX101.ccr.corp.intel.com", "date": "2014-08-13T08:23:47", "subject": "Re: [dpdk-dev] [PATCH 3/6]i40e:Add VxLAN Cloud filter API", "submitter": { "id": 52, "url": "http://patches.dpdk.org/api/people/52/?format=api", "name": "Jijiang Liu", "email": "jijiang.liu@intel.com" }, "content": "Hi Thomas,\n\n> -----Original Message-----\n> From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]\n> Sent: Tuesday, August 12, 2014 6:40 PM\n> To: Liu, Jijiang\n> Cc: dev@dpdk.org\n> Subject: Re: [dpdk-dev] [PATCH 3/6]i40e:Add VxLAN Cloud filter API\n> \n> Hi Jijiang,\n> \n> 2014-08-12 11:12, Jijiang Liu:\n> > Support VxLAN cloud filters,which is used to use MAC, VLAN to point\n> > to a queue. The filter types supported include below:\n> > 1. Inner MAC and Inner VLAN ID\n> > 2. Inner MAC address and inner VLAN ID, tenned ID.\n> > 3. Inner MAC and tenant ID\n> > 4. Inner MAC address\n> > 5. Outer MAC address, tenant ID and inner MAC\n> >\n> > Signed-off-by: jijiangl <jijiang.liu@intel.com>\n> > Acked-by: Helin Zhang <helin.zhang@intel.com>\n> > Acked-by: Jingjing Wu <jingjing.wu@intel.com>\n> > Acked-by: Jing Chen <jing.d.chen@intel.com>\n> > ---\n> > lib/librte_ether/rte_ethdev.c | 50 ++++++++++++++++\n> > lib/librte_ether/rte_ethdev.h | 72 ++++++++++++++++++++++++\n> > lib/librte_pmd_i40e/i40e_ethdev.c | 112\n> > +++++++++++++++++++++++++++++++++++++\n> > 3 files changed, 234 insertions(+), 0 deletions(-)\n> \n> I prefer to have a separated commit for API (ethdev) and another one for\n> implementation (i40e).\n> \n> About API, why name it cloud filter instead of VxLAN?\n> \nOk, I can separate the commit into two patches.\n\nVxLAN is just a kind tunnel type, there are another tunnel types based on protocol type, they are below.\nTunnel Type:\n* 0x0: VXLAN\n* 0x1: NVGRE or other MAC in GRE\n* 0x2: Geneve\n 0x3: IP in GRE\nCurrently, I just implemented VxLAN tunnel type, and we will support another tunnel types in cloud filter API later.", "headers": { "Return-Path": "<jijiang.liu@intel.com>", "Received": [ "from mga01.intel.com (mga01.intel.com [192.55.52.88])\n\tby dpdk.org (Postfix) with ESMTP id 4D78EB3C7\n\tfor <dev@dpdk.org>; Wed, 13 Aug 2014 10:21:08 +0200 (CEST)", "from fmsmga002.fm.intel.com ([10.253.24.26])\n\tby fmsmga101.fm.intel.com with ESMTP; 13 Aug 2014 01:24:06 -0700", "from fmsmsx108.amr.corp.intel.com ([10.18.124.206])\n\tby fmsmga002.fm.intel.com with ESMTP; 13 Aug 2014 01:24:06 -0700", "from fmsmsx153.amr.corp.intel.com (10.18.125.6) by\n\tFMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP\n\tServer (TLS) id 14.3.195.1; Wed, 13 Aug 2014 01:24:05 -0700", "from shsmsx103.ccr.corp.intel.com (10.239.4.69) by\n\tFMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server\n\t(TLS) id 14.3.195.1; Wed, 13 Aug 2014 01:24:05 -0700", "from shsmsx101.ccr.corp.intel.com ([169.254.1.198]) by\n\tSHSMSX103.ccr.corp.intel.com ([169.254.4.219]) with mapi id\n\t14.03.0195.001; Wed, 13 Aug 2014 16:23:48 +0800" ], "X-ExtLoop1": "1", "X-IronPort-AV": "E=Sophos;i=\"5.01,855,1400050800\"; d=\"scan'208\";a=\"584183906\"", "From": "\"Liu, Jijiang\" <jijiang.liu@intel.com>", "To": "Thomas Monjalon <thomas.monjalon@6wind.com>", "Thread-Topic": "[dpdk-dev] [PATCH 3/6]i40e:Add VxLAN Cloud filter API", "Thread-Index": "AQHPthnbBW8GSJo8uUubBoAKYFc+/pvOMSQQ", "Date": "Wed, 13 Aug 2014 08:23:47 +0000", "Message-ID": "<1ED644BD7E0A5F4091CF203DAFB8E4CC01D5FCDE@SHSMSX101.ccr.corp.intel.com>", "References": "<1407813127-10991-1-git-send-email-jijiang.liu@intel.com>\n\t<1407813127-10991-4-git-send-email-jijiang.liu@intel.com>\n\t<1875158.2CzkkyWnXV@xps13>", "In-Reply-To": "<1875158.2CzkkyWnXV@xps13>", "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", "Cc": "\"dev@dpdk.org\" <dev@dpdk.org>", "Subject": "Re: [dpdk-dev] [PATCH 3/6]i40e:Add VxLAN Cloud filter API", "X-BeenThere": "dev@dpdk.org", "X-Mailman-Version": "2.1.15", "Precedence": "list", "List-Id": "patches and discussions about DPDK <dev.dpdk.org>", "List-Unsubscribe": "<http://dpdk.org/ml/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>", "List-Archive": "<http://dpdk.org/ml/archives/dev/>", "List-Post": "<mailto:dev@dpdk.org>", "List-Help": "<mailto:dev-request@dpdk.org?subject=help>", "List-Subscribe": "<http://dpdk.org/ml/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>", "X-List-Received-Date": "Wed, 13 Aug 2014 08:21:08 -0000" }, "addressed": null }, { "id": 365, "web_url": "http://patches.dpdk.org/comment/365/", "msgid": "<4346025.4OV9mqUq5g@xps13>", "list_archive_url": "https://inbox.dpdk.org/dev/4346025.4OV9mqUq5g@xps13", "date": "2014-08-13T13:50:50", "subject": "Re: [dpdk-dev] [PATCH 3/6]i40e:Add VxLAN Cloud filter API", "submitter": { "id": 1, "url": "http://patches.dpdk.org/api/people/1/?format=api", "name": "Thomas Monjalon", "email": "thomas.monjalon@6wind.com" }, "content": "2014-08-13 08:23, Liu, Jijiang:\n> From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]\n> > About API, why name it cloud filter instead of VxLAN?\n> \n> VxLAN is just a kind tunnel type, there are another tunnel types based\n> on protocol type, they are below.\n> Tunnel Type:\n> * 0x0: VXLAN\n> * 0x1: NVGRE or other MAC in GRE\n> * 0x2: Geneve\n> 0x3: IP in GRE\n> Currently, I just implemented VxLAN tunnel type, and we will support\n> another tunnel types in cloud filter API later.\n\nOK, I understand. But cloud filter is just a marketing name.\nPlease let's stick to technical and precise names.\nIt seems these tunnels are L2 over IP, right?", "headers": { "Return-Path": "<thomas.monjalon@6wind.com>", "Received": [ "from mail-we0-f170.google.com (mail-we0-f170.google.com\n\t[74.125.82.170]) by dpdk.org (Postfix) with ESMTP id 0FB5C678D\n\tfor <dev@dpdk.org>; Wed, 13 Aug 2014 15:48:09 +0200 (CEST)", "by mail-we0-f170.google.com with SMTP id w62so11326237wes.1\n\tfor <dev@dpdk.org>; Wed, 13 Aug 2014 06:51:09 -0700 (PDT)", "from xps13.localnet\n\t(APoitiers-651-1-287-159.w86-206.abo.wanadoo.fr. [86.206.174.159])\n\tby mx.google.com with ESMTPSA id\n\tft6sm13355282wic.0.2014.08.13.06.51.07 for <multiple recipients>\n\t(version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\n\tWed, 13 Aug 2014 06:51:08 -0700 (PDT)" ], "X-Google-DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20130820;\n\th=x-gm-message-state:from:to:cc:subject:date:message-id:organization\n\t:user-agent:in-reply-to:references:mime-version\n\t:content-transfer-encoding:content-type;\n\tbh=hm5PPRLTYquM2jNoGx4jTTyebpeMHgco9DuaBAZ5DQM=;\n\tb=PnmHztd83uil/z4NbLb/uZXOhrVvOn14uN5TrYMyvchHkTuPaD3LFKw+CQqbo/eWoa\n\tdMlRgIftQ0E1TbYzJcFm0PhbuEkeD55++b+S3ZwOIYGOTMjsXCsWx+TAesjGRvshnED2\n\t76x7+oFU6HzkL4ixZUDDexo7hNUoNZVK50GVVA9fItC0AXKQPsCD8yxU3M/U1dvoNVtk\n\tsCKmrIRKPc7efraJYdC26og+SfbtW+vYPu82bO57pNzipAahnRRTvn+B2zN8sHF6U0lG\n\tFlD863CBD8y0EaNbkg2aBjt9tQ9Z1SOhwI+LWex2UiRXeDiDjVsbmAT/SeuEEJEG8DRA\n\tI35Q==", "X-Gm-Message-State": "ALoCoQlOrQx1roikJHkAiqdiRGX+WLsu0tCNAmVR8rPWnk59xnN18DEBxPTFecsxBlGutfST3kKn", "X-Received": "by 10.180.99.34 with SMTP id en2mr35529235wib.34.1407937869190; \n\tWed, 13 Aug 2014 06:51:09 -0700 (PDT)", "From": "Thomas Monjalon <thomas.monjalon@6wind.com>", "To": "\"Liu, Jijiang\" <jijiang.liu@intel.com>", "Date": "Wed, 13 Aug 2014 15:50:50 +0200", "Message-ID": "<4346025.4OV9mqUq5g@xps13>", "Organization": "6WIND", "User-Agent": "KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; )", "In-Reply-To": "<1ED644BD7E0A5F4091CF203DAFB8E4CC01D5FCDE@SHSMSX101.ccr.corp.intel.com>", "References": "<1407813127-10991-1-git-send-email-jijiang.liu@intel.com>\n\t<1875158.2CzkkyWnXV@xps13>\n\t<1ED644BD7E0A5F4091CF203DAFB8E4CC01D5FCDE@SHSMSX101.ccr.corp.intel.com>", "MIME-Version": "1.0", "Content-Transfer-Encoding": "7Bit", "Content-Type": "text/plain; charset=\"us-ascii\"", "Cc": "dev@dpdk.org", "Subject": "Re: [dpdk-dev] [PATCH 3/6]i40e:Add VxLAN Cloud filter API", "X-BeenThere": "dev@dpdk.org", "X-Mailman-Version": "2.1.15", "Precedence": "list", "List-Id": "patches and discussions about DPDK <dev.dpdk.org>", "List-Unsubscribe": "<http://dpdk.org/ml/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>", "List-Archive": "<http://dpdk.org/ml/archives/dev/>", "List-Post": "<mailto:dev@dpdk.org>", "List-Help": "<mailto:dev-request@dpdk.org?subject=help>", "List-Subscribe": "<http://dpdk.org/ml/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>", "X-List-Received-Date": "Wed, 13 Aug 2014 13:48:09 -0000" }, "addressed": null }, { "id": 366, "web_url": "http://patches.dpdk.org/comment/366/", "msgid": "<CAKfHP0Uexvd52Md7LqX0oekVG5C+Ssn4_Jtb-fTJRj_cBqdo0g@mail.gmail.com>", "list_archive_url": "https://inbox.dpdk.org/dev/CAKfHP0Uexvd52Md7LqX0oekVG5C+Ssn4_Jtb-fTJRj_cBqdo0g@mail.gmail.com", "date": "2014-08-13T14:17:54", "subject": "Re: [dpdk-dev] [PATCH 3/6]i40e:Add VxLAN Cloud filter API", "submitter": { "id": 35, "url": "http://patches.dpdk.org/api/people/35/?format=api", "name": "Alex Markuze", "email": "alex@weka.io" }, "content": "All are L2 over L3(UDP) - General name - Network Overlay.\n\n\nOn Wed, Aug 13, 2014 at 4:50 PM, Thomas Monjalon\n<thomas.monjalon@6wind.com> wrote:\n> 2014-08-13 08:23, Liu, Jijiang:\n>> From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]\n>> > About API, why name it cloud filter instead of VxLAN?\n>>\n>> VxLAN is just a kind tunnel type, there are another tunnel types based\n>> on protocol type, they are below.\n>> Tunnel Type:\n>> * 0x0: VXLAN\n>> * 0x1: NVGRE or other MAC in GRE\n>> * 0x2: Geneve\n>> 0x3: IP in GRE\n>> Currently, I just implemented VxLAN tunnel type, and we will support\n>> another tunnel types in cloud filter API later.\n>\n> OK, I understand. But cloud filter is just a marketing name.\n> Please let's stick to technical and precise names.\n> It seems these tunnels are L2 over IP, right?\n>\n> --\n> Thomas", "headers": { "Return-Path": "<alex@weka.io>", "Received": [ "from mail-oa0-f54.google.com (mail-oa0-f54.google.com\n\t[209.85.219.54]) by dpdk.org (Postfix) with ESMTP id C6B8018F\n\tfor <dev@dpdk.org>; Wed, 13 Aug 2014 16:14:54 +0200 (CEST)", "by mail-oa0-f54.google.com with SMTP id n16so8569500oag.27\n\tfor <dev@dpdk.org>; Wed, 13 Aug 2014 07:17:54 -0700 (PDT)", "by 10.202.55.198 with HTTP; Wed, 13 Aug 2014 07:17:54 -0700 (PDT)" ], "X-Google-DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20130820;\n\th=x-gm-message-state:mime-version:in-reply-to:references:date\n\t:message-id:subject:from:to:cc:content-type;\n\tbh=srNuwP06dbUTSjUbMviMSk9lY28qvOOhaYWcRZVz+d8=;\n\tb=JtWbYd1YwtMd33/sCePtxVGC5HlKcCW/pgA/TwlNPNNnV/xlh6z4bdZYxBoB7+UIXI\n\tZAP6BGoZLcA4iOtOUIB8x9wcYb2JrhgxYtFWGBvWejGwy9VVs92WoBVltq8VDR31xcqe\n\tDIwjrkV0JqvghvIE8lTRJW4jSGyr5WWnj7+XZol9/MYb3ghj63O73bKInC547QgnlmkJ\n\tvazi/pAzFnKZi65htJ3U+RN17kld0rY5xUZeV+W0vVzGX8i/3Qb69u1gBjqeHQ7DEXW+\n\tHuiFKU0NfDk6wNSsTTUve21X/bI39cLroV3UdQPdjPXsRNFpTCzZ0g4IkHmCClNZW5T1\n\tZvnQ==", "X-Gm-Message-State": "ALoCoQmQfDRfsFLmFsXsX7x/vqphueCrsE9s85Zvlaqs55GPfvDV7qKs+RvF2oFNeIPC8BDMalN5", "MIME-Version": "1.0", "X-Received": "by 10.182.149.235 with SMTP id ud11mr5242940obb.50.1407939474273;\n\tWed, 13 Aug 2014 07:17:54 -0700 (PDT)", "In-Reply-To": "<4346025.4OV9mqUq5g@xps13>", "References": "<1407813127-10991-1-git-send-email-jijiang.liu@intel.com>\n\t<1875158.2CzkkyWnXV@xps13>\n\t<1ED644BD7E0A5F4091CF203DAFB8E4CC01D5FCDE@SHSMSX101.ccr.corp.intel.com>\n\t<4346025.4OV9mqUq5g@xps13>", "Date": "Wed, 13 Aug 2014 17:17:54 +0300", "Message-ID": "<CAKfHP0Uexvd52Md7LqX0oekVG5C+Ssn4_Jtb-fTJRj_cBqdo0g@mail.gmail.com>", "From": "Alex Markuze <alex@weka.io>", "To": "Thomas Monjalon <thomas.monjalon@6wind.com>", "Content-Type": "text/plain; charset=UTF-8", "Cc": "\"dev@dpdk.org\" <dev@dpdk.org>", "Subject": "Re: [dpdk-dev] [PATCH 3/6]i40e:Add VxLAN Cloud filter API", "X-BeenThere": "dev@dpdk.org", "X-Mailman-Version": "2.1.15", "Precedence": "list", "List-Id": "patches and discussions about DPDK <dev.dpdk.org>", "List-Unsubscribe": "<http://dpdk.org/ml/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>", "List-Archive": "<http://dpdk.org/ml/archives/dev/>", "List-Post": "<mailto:dev@dpdk.org>", "List-Help": "<mailto:dev-request@dpdk.org?subject=help>", "List-Subscribe": "<http://dpdk.org/ml/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>", "X-List-Received-Date": "Wed, 13 Aug 2014 14:14:55 -0000" }, "addressed": null }, { "id": 378, "web_url": "http://patches.dpdk.org/comment/378/", "msgid": "<1ED644BD7E0A5F4091CF203DAFB8E4CC01D60459@SHSMSX101.ccr.corp.intel.com>", "list_archive_url": "https://inbox.dpdk.org/dev/1ED644BD7E0A5F4091CF203DAFB8E4CC01D60459@SHSMSX101.ccr.corp.intel.com", "date": "2014-08-18T01:44:48", "subject": "Re: [dpdk-dev] [PATCH 3/6]i40e:Add VxLAN Cloud filter API", "submitter": { "id": 52, "url": "http://patches.dpdk.org/api/people/52/?format=api", "name": "Jijiang Liu", "email": "jijiang.liu@intel.com" }, "content": "Hi Thomas,\r\n\r\n> -----Original Message-----\r\n> From: Alex Markuze [mailto:alex@weka.io]\r\n> Sent: Wednesday, August 13, 2014 10:18 PM\r\n> To: Thomas Monjalon\r\n> Cc: Liu, Jijiang; dev@dpdk.org\r\n> Subject: Re: [dpdk-dev] [PATCH 3/6]i40e:Add VxLAN Cloud filter API\r\n> \r\n> All are L2 over L3(UDP) - General name - Network Overlay.\r\n> \r\n> \r\n> On Wed, Aug 13, 2014 at 4:50 PM, Thomas Monjalon\r\n> <thomas.monjalon@6wind.com> wrote:\r\n> > 2014-08-13 08:23, Liu, Jijiang:\r\n> >> From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]\r\n> >> > About API, why name it cloud filter instead of VxLAN?\r\n> >>\r\n> >> VxLAN is just a kind tunnel type, there are another tunnel types\r\n> >> based on protocol type, they are below.\r\n> >> Tunnel Type:\r\n> >> * 0x0: VXLAN\r\n> >> * 0x1: NVGRE or other MAC in GRE\r\n> >> * 0x2: Geneve\r\n> >> 0x3: IP in GRE\r\n> >> Currently, I just implemented VxLAN tunnel type, and we will support\r\n> >> another tunnel types in cloud filter API later.\r\n> >\r\n> > OK, I understand. But cloud filter is just a marketing name.\r\n> > Please let's stick to technical and precise names.\r\n> > It seems these tunnels are L2 over IP, right?\r\n> >\r\n> > --\r\n> > Thomas\r\n\r\nI agree. I will change the API name as rte_eth_dev_tunnel_filter_set(), which means the API supports tunneled packet filtering.\r\nAny comments?\r\n\r\nThanks\r\nJijiang Liu", "headers": { "Return-Path": "<jijiang.liu@intel.com>", "Received": [ "from mga14.intel.com (mga14.intel.com [192.55.52.115])\n\tby dpdk.org (Postfix) with ESMTP id A1C8936D\n\tfor <dev@dpdk.org>; Mon, 18 Aug 2014 03:41:31 +0200 (CEST)", "from fmsmga001.fm.intel.com ([10.253.24.23])\n\tby fmsmga103.fm.intel.com with ESMTP; 17 Aug 2014 18:37:13 -0700", "from fmsmsx103.amr.corp.intel.com ([10.19.9.34])\n\tby fmsmga001.fm.intel.com with ESMTP; 17 Aug 2014 18:44:50 -0700", "from shsmsx152.ccr.corp.intel.com (10.239.6.52) by\n\tFMSMSX103.amr.corp.intel.com (10.19.9.34) with Microsoft SMTP Server\n\t(TLS) id 14.3.195.1; Sun, 17 Aug 2014 18:44:50 -0700", "from shsmsx101.ccr.corp.intel.com ([169.254.1.198]) by\n\tSHSMSX152.ccr.corp.intel.com ([169.254.6.147]) with mapi id\n\t14.03.0195.001; Mon, 18 Aug 2014 09:44:49 +0800" ], "X-ExtLoop1": "1", "X-IronPort-AV": "E=Sophos;i=\"5.01,882,1400050800\"; d=\"scan'208\";a=\"577975440\"", "From": "\"Liu, Jijiang\" <jijiang.liu@intel.com>", "To": "Thomas Monjalon <thomas.monjalon@6wind.com>", "Thread-Topic": "[dpdk-dev] [PATCH 3/6]i40e:Add VxLAN Cloud filter API", "Thread-Index": "AQHPtwFnirhA3XrhxEmcHBvICHP8hJvVl0CQ", "Date": "Mon, 18 Aug 2014 01:44:48 +0000", "Message-ID": "<1ED644BD7E0A5F4091CF203DAFB8E4CC01D60459@SHSMSX101.ccr.corp.intel.com>", "References": "<1407813127-10991-1-git-send-email-jijiang.liu@intel.com>\n\t<1875158.2CzkkyWnXV@xps13>\n\t<1ED644BD7E0A5F4091CF203DAFB8E4CC01D5FCDE@SHSMSX101.ccr.corp.intel.com>\n\t<4346025.4OV9mqUq5g@xps13>\n\t<CAKfHP0Uexvd52Md7LqX0oekVG5C+Ssn4_Jtb-fTJRj_cBqdo0g@mail.gmail.com>", "In-Reply-To": "<CAKfHP0Uexvd52Md7LqX0oekVG5C+Ssn4_Jtb-fTJRj_cBqdo0g@mail.gmail.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=\"utf-8\"", "Content-Transfer-Encoding": "base64", "MIME-Version": "1.0", "Cc": "\"dev@dpdk.org\" <dev@dpdk.org>", "Subject": "Re: [dpdk-dev] [PATCH 3/6]i40e:Add VxLAN Cloud filter API", "X-BeenThere": "dev@dpdk.org", "X-Mailman-Version": "2.1.15", "Precedence": "list", "List-Id": "patches and discussions about DPDK <dev.dpdk.org>", "List-Unsubscribe": "<http://dpdk.org/ml/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>", "List-Archive": "<http://dpdk.org/ml/archives/dev/>", "List-Post": "<mailto:dev@dpdk.org>", "List-Help": "<mailto:dev-request@dpdk.org?subject=help>", "List-Subscribe": "<http://dpdk.org/ml/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>", "X-List-Received-Date": "Mon, 18 Aug 2014 01:41:32 -0000" }, "addressed": null } ]