From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id B842558CB for ; Fri, 30 Jun 2017 16:42:10 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Jun 2017 07:42:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,286,1496127600"; d="scan'208";a="1146510815" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by orsmga001.jf.intel.com with ESMTP; 30 Jun 2017 07:42:08 -0700 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.26]) by IRSMSX106.ger.corp.intel.com ([169.254.8.236]) with mapi id 14.03.0319.002; Fri, 30 Jun 2017 15:42:07 +0100 From: "Mcnamara, John" To: Tom Barbette , "thomas@monjalon.net" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] ethernet api: Document rte_eth_vmdq_rx_conf Thread-Index: AQHSyjCl6viYIHUM5EK0ard85cqBAqI9yTLw Date: Fri, 30 Jun 2017 14:42:06 +0000 Message-ID: References: <20170511082800.17608-1-tom.barbette@ulg.ac.be> In-Reply-To: <20170511082800.17608-1-tom.barbette@ulg.ac.be> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzc2NjMxMjItZWNkNS00NzllLWE0ZWYtZmE2MzFjYmFiYzRhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IkdXZVdVUXVNS2RxMTdSTUdURXZ6ZTl5dURETHp1VFdCSzFkMkNiXC80TVEwPSJ9 dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] ethernet api: Document rte_eth_vmdq_rx_conf X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jun 2017 14:42:11 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Tom Barbette > Sent: Thursday, May 11, 2017 9:28 AM > To: thomas@monjalon.net > Cc: dev@dpdk.org; Tom Barbette > Subject: [dpdk-dev] [PATCH] ethernet api: Document rte_eth_vmdq_rx_conf >=20 > From documentation it is very unclear how VMDq configuration can be > tweaked, and online search offer very poor results. >=20 > This patch will ultimately spawn an online documentation page for the > rte_eth_vmdq_rx_conf struct which will eventually add a bit of > documentation about the rx_mode tag and how to allow e.g. VMDq pools to > receive packets without VLAN tags. Hi Tom, Thanks for the. The doc looks good but you need to add a signoff to the message body: http://dpdk.org/doc/guides/contributing/patches.html#commit-messages-body John