From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f171.google.com (mail-we0-f171.google.com [74.125.82.171]) by dpdk.org (Postfix) with ESMTP id EBC1558EE for ; Fri, 26 Jul 2013 11:08:21 +0200 (CEST) Received: by mail-we0-f171.google.com with SMTP id q55so1615729wes.16 for ; Fri, 26 Jul 2013 02:08:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:organization:to:subject:date:user-agent:cc:references :in-reply-to:mime-version:content-type:content-transfer-encoding :message-id:x-gm-message-state; bh=3TsmAaq+pWrvmtWGRPh7mEJ8yRvpNAFvb6MvAK3GpkY=; b=VJEysBgQ/Z9BipjkpywCaUwZbudwpQ0OW0/vPR2CzLAO3Z/zZnSsSskzgDYObHAy+U F5fKoMh9afOWvJUQH95wysbS+5DAQzr8iHW0uxOj67yZz134Pt18BlQX4Xbzy6iNoZxr vEJ0Kl1ufeltJSe7MKE3s/sia8HwFowZ2jK0N4nPvUu+ytd7n8qt0jBQH5hMpzd6V3yf Wi2TOsDuOgNe2vfNdfE5RlHeIQVyR3cl2CCVNT7dtT2yX12r1KgefX7lXdvJGWRxhxT5 dQmHMv6jdOjU1I+ehW+MV71EAU7hGYYTOtWc81r6VGw7NfrJJjGWB7Z0+qnEBhS8I6m8 Ykgg== X-Received: by 10.194.92.6 with SMTP id ci6mr9623176wjb.79.1374829724783; Fri, 26 Jul 2013 02:08:44 -0700 (PDT) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id fb2sm3275823wic.4.2013.07.26.02.08.43 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 26 Jul 2013 02:08:43 -0700 (PDT) From: Thomas Monjalon Organization: 6WIND To: Damien Millescamps Date: Fri, 26 Jul 2013 11:08:42 +0200 User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) References: <1374784786-24470-1-git-send-email-thomas.monjalon@6wind.com> <51F23B09.30506@6wind.com> In-Reply-To: <51F23B09.30506@6wind.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201307261108.42284.thomas.monjalon@6wind.com> X-Gm-Message-State: ALoCoQlds8mE88M9jYgXK199GIMiw7JsUzyR9tP3NWtLHqXG5gegajoHe0Yi9cEKRbbFkx3Hei7A Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [vmxnet3 PATCH] pmd: support dpdk-1.3 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: Fri, 26 Jul 2013 09:08:22 -0000 26/07/2013 11:02, Damien Millescamps : > On 07/25/2013 10:39 PM, Thomas Monjalon wrote: > > API changes in DPDK 1.3: > > - queue arrays are already allocated by rte_ethdev > > - queue could be released for reconfiguration (not supported) > > - queue struct becomes an opaque pointer > > - vlan_filter_set can return an error > > - bit-fields vlan_macip have moved > > ack pushed -- Thomas