From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] virtio: fix size of mac_addrs array in virtio ports Date: Tue, 03 Nov 2015 11:42:57 +0100 Message-ID: <3808037.NCgfZpz1ls@xps13> References: <1446108375-14178-1-git-send-email-david.marchand@6wind.com> <1446110210-25980-1-git-send-email-david.marchand@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: David Marchand , Ivan Boule Return-path: Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by dpdk.org (Postfix) with ESMTP id 0BAB78E7E for ; Tue, 3 Nov 2015 11:44:09 +0100 (CET) Received: by wicfx6 with SMTP id fx6so66544753wic.1 for ; Tue, 03 Nov 2015 02:44:08 -0800 (PST) In-Reply-To: <1446110210-25980-1-git-send-email-david.marchand@6wind.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" 2015-10-29 10:16, David Marchand: > From: Ivan Boule > > Make the virtio PMD allocate the array of unicast MAC addresses with > the maximum of entries (VIRTIO_MAX_MAC_ADDRS) that it exports. > > Signed-off-by: Ivan Boule > Signed-off-by: David Marchand > --- > Changes since v1: > * fix checkpatch warning (thanks Yuanhan) Applied, thanks