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 8050938EB for ; Thu, 28 Apr 2016 00:09:39 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP; 27 Apr 2016 15:09:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,543,1455004800"; d="scan'208";a="954349328" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by fmsmga001.fm.intel.com with ESMTP; 27 Apr 2016 15:09:13 -0700 Date: Wed, 27 Apr 2016 15:11:46 -0700 From: Yuanhan Liu To: Huawei Xie Cc: dev@dpdk.org Message-ID: <20160427221146.GJ7832@yliu-dev.sh.intel.com> References: <1461594092-40212-1-git-send-email-huawei.xie@intel.com> <1461713275-125779-1-git-send-email-huawei.xie@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1461713275-125779-1-git-send-email-huawei.xie@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v2] virtio: check if virtio net header could fit in mbuf headroom 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: Wed, 27 Apr 2016 22:09:39 -0000 On Wed, Apr 27, 2016 at 07:27:55AM +0800, Huawei Xie wrote: > check merge-able header as it is supported. > previously we don't support merge-able feature, so non merge-able > header is checked. > > v2: > add missed signoff Applied to dpdk-next-virtio with above version log removed: DPDK prefers to put it below the SoB, so that it will not be in git history. Thanks. --yliu