From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id DB3D358EE for ; Fri, 26 Jul 2013 11:02:35 +0200 (CEST) Received: by mail-wg0-f46.google.com with SMTP id k13so2533590wgh.1 for ; Fri, 26 Jul 2013 02:02:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=NgKyHs91Nt3TGjxwnOY5xrHn4FOYOFiarDHiZuBPKAI=; b=T6FuOCaIGDktPvES4JXNXRrZrdtlHdF4ofjUfc5ZEuHZ8k7QN+iinTnLEhIil3mVZj EaeS3HlMuKbz9PAOwdFsGoAiF9xtJZiRn/S1rSK4EBfSWHLzg669ppbcwzbYFOvdzGJW jzIsGyZ6drmNDL3YOou8B0TIt8YHgBrJ2sWCRcUz41DHbqZ5IhmIA8bSymQ2/KFogxrt FETr/7eSt7wEFKZCQN7KYKUZizPJIK3eosRmIlJA7+fVGjs0zefcEZUbNRXQ5qUB6xdR gxCDKNy/J7RFFFcfADX4ALp08QlcUcXRE3ZAAJ+2F7UzrNWisxdki5CPSsfvsQNrh7Nm GUiA== X-Received: by 10.180.96.227 with SMTP id dv3mr4984948wib.59.1374829378712; Fri, 26 Jul 2013 02:02:58 -0700 (PDT) Received: from [10.16.0.97] (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id s19sm3197742wik.11.2013.07.26.02.02.57 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 26 Jul 2013 02:02:57 -0700 (PDT) Message-ID: <51F23B09.30506@6wind.com> Date: Fri, 26 Jul 2013 11:02:01 +0200 From: Damien Millescamps User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.2.15) Gecko/20110303 Lightning/1.0b2 Thunderbird/3.1.9 MIME-Version: 1.0 To: dev@dpdk.org References: <1374784786-24470-1-git-send-email-thomas.monjalon@6wind.com> In-Reply-To: <1374784786-24470-1-git-send-email-thomas.monjalon@6wind.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQmAZPLNgb1nAMIbJyGjjtUZXvmIYmouc4mUmwjxcU1DNhOWuANm3tBbPcVAkdiQd1hZAB+v 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:02:36 -0000 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 > > Signed-off-by: Thomas Monjalon ack