From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH] virtio: check if virtio net header could fit in mbuf headroom Date: Tue, 26 Apr 2016 09:51:17 -0700 Message-ID: <20160426165117.GH7832@yliu-dev.sh.intel.com> References: <1461594092-40212-1-git-send-email-huawei.xie@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Huawei Xie Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 438A72B96 for ; Tue, 26 Apr 2016 18:48:59 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1461594092-40212-1-git-send-email-huawei.xie@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Apr 25, 2016 at 10:21:32PM +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. Signed-off-by is missing here. Otherwise, this patch looks good to me --yliu