From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [vmxnet3 PATCH] pmd: support dpdk-1.3 Date: Fri, 26 Jul 2013 11:08:42 +0200 Message-ID: <201307261108.42284.thomas.monjalon@6wind.com> References: <1374784786-24470-1-git-send-email-thomas.monjalon@6wind.com> <51F23B09.30506@6wind.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Damien Millescamps Return-path: In-Reply-To: <51F23B09.30506-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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