From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 2F01E58CB for ; Fri, 30 Jun 2017 16:43:51 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Jun 2017 07:43:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,286,1496127600"; d="scan'208";a="873498655" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by FMSMGA003.fm.intel.com with ESMTP; 30 Jun 2017 07:43:49 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX107.ger.corp.intel.com (163.33.3.99) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 30 Jun 2017 15:43:48 +0100 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.26]) by irsmsx111.ger.corp.intel.com ([169.254.2.25]) with mapi id 14.03.0319.002; Fri, 30 Jun 2017 15:43:48 +0100 From: "Mcnamara, John" To: "Yang, Zhiyong" , "dev@dpdk.org" CC: "yuanhan.liu@linux.intel.com" , "maxime.coquelin@redhat.com" Thread-Topic: [PATCH v2] doc: update virtio vring size and virtio_header size Thread-Index: AQHSyf1guLoC8X6qN0O4lG3gu3O1HaI9yoag Date: Fri, 30 Jun 2017 14:43:47 +0000 Message-ID: References: <1494397104-56154-1-git-send-email-zhiyong.yang@intel.com> <1494468995-66429-1-git-send-email-zhiyong.yang@intel.com> In-Reply-To: <1494468995-66429-1-git-send-email-zhiyong.yang@intel.com> 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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOWFiZmE1YTYtYzU2OS00Y2I5LTkzZjAtNTlhYzc4YWEwNWRkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6InY5SWhyTmRmQ05BY0diOFVPbVMwbklUVWNtSUhOak5UUEhrTWZHS1JTc0k9In0= 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 v2] doc: update virtio vring size and virtio_header size 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:43:51 -0000 > -----Original Message----- > From: Yang, Zhiyong > Sent: Thursday, May 11, 2017 3:17 AM > To: dev@dpdk.org > Cc: Mcnamara, John ; yuanhan.liu@linux.intel.com= ; > maxime.coquelin@redhat.com; Yang, Zhiyong > Subject: [PATCH v2] doc: update virtio vring size and virtio_header size >=20 > Add more explanations about vring size changes and different virtio_heade= r > size. >=20 > Signed-off-by: Zhiyong Yang Acked-by: John McNamara