From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [virtio PATCH] pmd: support dpdk-1.3 Date: Fri, 26 Jul 2013 11:10:45 +0200 Message-ID: <201307261110.45130.thomas.monjalon@6wind.com> References: <1374784856-1836-1-git-send-email-thomas.monjalon@6wind.com> <20130726090552.GH7849@6wind.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Adrien Mazarguil Return-path: In-Reply-To: <20130726090552.GH7849-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:05, Adrien Mazarguil : > On Thu, Jul 25, 2013 at 10:40:56PM +0200, Thomas Monjalon wrote: > > From: Damien Millescamps > > > > API changes in DPDK 1.3: > > - queue arrays are already allocated by rte_ethdev > > - queue release must be handled by the PMD > > - queue struct becomes an opaque pointer > > - vlan_filter_set can return an error > > - bit-fields vlan_macip have moved > > > > Signed-off-by: Damien Millescamps > > Signed-off-by: Thomas Monjalon > > [...] > > Acked-by: Adrien Mazarguil pushed -- Thomas