From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by dpdk.org (Postfix) with ESMTP id D649B8058 for ; Thu, 18 Dec 2014 17:26:16 +0100 (CET) Received: by mail-wi0-f174.google.com with SMTP id h11so2338284wiw.13 for ; Thu, 18 Dec 2014 08:26:16 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:organization:user-agent :mime-version:to:cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=+PfJ87pF6wf1G8OfFYfVWUNJ6x4+vSs0kFzsCQAs3ag=; b=S4dZ+6IBCi3ogBiSMIiiHwfpkGeaa8XS4EvB8feyxC0UmpmxIr394TpjkiowMP4Tqw 4dqHayl5W4eTzSjjilS0zwUHJmWzAENR36gdmDDE1yFi1drLW6BzujK3owf09AlXwq1D xfOy+Y0i6+HFwExq4GePgleZUblWBZlcUdFydlqpGqLiete6CGAGTOJTJJqCziMbRGcr Epfvk3ZXsdcSRyOFEAbYvL4/DNtLEVT5rOTj5LuKvQrjZ3W3dDMqyKzVGXLJA/UPnG21 Y8WDCQryMxwuyxUIq7DhZ0XV5aQ2IpMBLZf/HZPyVtq8YI1JOw4AZYpkF5CTE3Rjh0jX 8ALA== X-Gm-Message-State: ALoCoQlnQ1+5S4BHI08Pm5rWw+3KGHXOfJ04cqd3pXhFueMjKHWEKVMyPptBYB/mYtyU7nU9SehH X-Received: by 10.180.83.228 with SMTP id t4mr26540739wiy.28.1418919975233; Thu, 18 Dec 2014 08:26:15 -0800 (PST) Received: from saturne.dev.6wind.com (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by mx.google.com with ESMTPSA id dg7sm10512800wib.24.2014.12.18.08.26.13 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 18 Dec 2014 08:26:14 -0800 (PST) Message-ID: <54930024.1020001@6wind.com> Date: Thu, 18 Dec 2014 17:26:12 +0100 From: Vincent JARDIN Organization: www.6wind.com User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: dev@dpdk.org References: <1418914523-24530-1-git-send-email-ciara.loftus@intel.com> <20141218082026.75614069@urahara> In-Reply-To: <20141218082026.75614069@urahara> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] vhost: add interface name to virtio-net struct 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: Thu, 18 Dec 2014 16:26:17 -0000 >> + char ifname[32]; /** Name of the tap device **/ > > Linux and BSD the maximum network device name size is 16 > In any case, please, use IF_NAMESIZE or IFNAMSIZ see: http://fxr.watson.org/fxr/ident?v=FREEBSD51;im=bigexcerpts;i=IF_NAMESIZE