From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id C97EA5A76 for ; Tue, 3 Nov 2015 12:08:29 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 03 Nov 2015 03:08:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,238,1444719600"; d="scan'208";a="810541553" Received: from dhunt5x-mobl3.ger.corp.intel.com (HELO [10.237.208.61]) ([10.237.208.61]) by orsmga001.jf.intel.com with ESMTP; 03 Nov 2015 03:08:21 -0800 To: Jan Viktorin References: <1446508048-16744-1-git-send-email-viktorin@rehivetech.com> <1446508048-16744-15-git-send-email-viktorin@rehivetech.com> <56388977.9030206@intel.com> <20151103112754.7ec38ac2@jvn> From: "Hunt, David" Message-ID: <563895A4.1010504@intel.com> Date: Tue, 3 Nov 2015 11:08:20 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20151103112754.7ec38ac2@jvn> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: Vlastimil Kosar , dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v6 14/15] mk: Introduce ARMv7 architecture X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2015 11:08:30 -0000 On 03/11/2015 10:27, Jan Viktorin wrote: > On Tue, 3 Nov 2015 10:16:23 +0000 > "Hunt, David" wrote: > >> On 02/11/2015 23:47, Jan Viktorin wrote: >> --snip-- >>> diff --git a/doc/guides/rel_notes/release_2_2.rst b/doc/guides/rel_notes/release_2_2.rst >>> index be6f827..43a3a3c 100644 >>> --- a/doc/guides/rel_notes/release_2_2.rst >>> +++ b/doc/guides/rel_notes/release_2_2.rst >>> @@ -23,6 +23,11 @@ New Features >>> >>> * **Added vhost-user multiple queue support.** >> >> Jan, >> There's a small issue here. To apply cleanly on the latest head, this >> line needs to be >> * **Added port hotplug support to xenvirt.** > > Yes, the original v6 patchset was rebased on 82fb70207 (as stated in > the cover letter). I've force pushed an update (as resubmitting all the > series just due to this trivial conflict seems to be meaningless to me): Agreed, just noting for the future :) Dave