From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/5] ixgbe : support to add/remove a MAC address to/from a VF Date: Tue, 27 May 2014 16:54:40 +0200 Message-ID: <2659514.gD2HWSapoF@xps13> References: <1399903827-21747-1-git-send-email-ivan.boule@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Ivan Boule Return-path: In-Reply-To: <1399903827-21747-1-git-send-email-ivan.boule-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" 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