From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f170.google.com (mail-we0-f170.google.com [74.125.82.170]) by dpdk.org (Postfix) with ESMTP id 3E41058DD for ; Tue, 27 May 2014 16:54:35 +0200 (CEST) Received: by mail-we0-f170.google.com with SMTP id u57so9930377wes.15 for ; Tue, 27 May 2014 07:54:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=F+jlyUnMRWDe3lWFyNkai8j5JvwCW0CD2WWWMRdy4lM=; b=cRKC2F05r4Zn75pQzWritz4XsmaBBHvksvIEUsXhLn734AE28m1y/gPjpxWKaOOUIo 2woHXsjiPDjjjGvnglphohRPZz17uxke+fhC/69SuHYXUK3vgDVNeLcPxbfgh/ZCKxek laxDthZUbSVUlDCcqkGE7LZF5QcDc4oT4O4oPACzLVOJ/FvU+Olm3h/QNnQs+gipeWu5 iDpZ11F2ivEvwdEpo3qybxFNCVchFF+Z+1ApmS+IZDGAnGtq4A3mecWbKX7OYmFQDoa5 kvogmqX3HRkz0gYLnvO9vdGo3VAx7E9kxciauHHGV9ftjP5bHFDLSMbhLFS51FcuRiZ4 n47A== X-Gm-Message-State: ALoCoQk5jU85QuqJXE/cWq5hVMPQ8iSjCt+Xv/QOTaSiREsH3Q4OOYLvmbNINcpcfmu66rzbiaDg X-Received: by 10.180.7.137 with SMTP id j9mr17899872wia.7.1401202484751; Tue, 27 May 2014 07:54:44 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id rw4sm35577564wjb.44.2014.05.27.07.54.43 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 27 May 2014 07:54:43 -0700 (PDT) From: Thomas Monjalon To: Ivan Boule Date: Tue, 27 May 2014 16:54:40 +0200 Message-ID: <2659514.gD2HWSapoF@xps13> Organization: 6WIND User-Agent: KMail/4.13 (Linux/3.14.4-1-ARCH; KDE/4.13.0; x86_64; ; ) In-Reply-To: <1399903827-21747-1-git-send-email-ivan.boule@6wind.com> References: <1399903827-21747-1-git-send-email-ivan.boule@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/5] ixgbe : support to add/remove a MAC address to/from a VF 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: Tue, 27 May 2014 14:54:35 -0000 2014-05-12 16:10, Ivan Boule: > The first patch add 2 functions to dynamically add/remove a MAC address > to/from a ixgbe VF device. > The 2 next patches fix the behaviour of the ixgbe_vf functions used in the > first patch. > The fourth patch fix the communication framework used by the VF/PF protocol. > The last patch assigns a default MAC address to a VF device, when none is > assigned by the underlying PF driver. > > The last patch requires that the most recent PF/VF API version could be > negociated, and thus assumes that the following patch of Konstantin Ananyev > has been previously applied: "fix for jumbo frame issue with DPDK VF". > > Ivan Boule (5): > [PATCH 1/5] ixgbe: add/remove a MAC address to/from a VF > [PATCH 2/5] ixgbe: avoid adding twice the permanent MAC address of a VF > [PATCH 3/5] ixgbe: skip NULL & permanent MAC addresses of a VF > [PATCH 4/5] ixgbe: reset unused VF mailbox data registers > [PATCH 5/5] ixgbe: assign a default MAC address to a VF Acked-by: Thomas Monjalon Applied for version 1.7.0. Thanks -- Thomas