From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-ft2.fr.colt.net (smtp-ft2.fr.colt.net [213.41.78.204]) by dpdk.org (Postfix) with ESMTP id 418A458C4 for ; Mon, 12 May 2014 16:10:24 +0200 (CEST) Received: from smtp-ex2.fr.colt.net (smtp-ex2.fr.colt.net [213.41.78.195]) by smtp-ft2.fr.colt.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id s4CEAQNp007238 for ; Mon, 12 May 2014 16:10:26 +0200 Received: from 33.106-14-84.ripe.coltfrance.com ([84.14.106.33] helo=proxy.6wind.com) by smtp-ex2.fr.colt.net with esmtp (Exim) (envelope-from ) id 1Wjqw3-0006JV-1t for ; Mon, 12 May 2014 16:10:31 +0200 Received: from 6wind.com (unknown [10.16.0.189]) by proxy.6wind.com (Postfix) with SMTP id D9BC2282B6; Mon, 12 May 2014 16:10:29 +0200 (CEST) Received: by 6wind.com (sSMTP sendmail emulation); Mon, 12 May 2014 16:10:29 +0200 From: Ivan Boule To: dev@dpdk.org Date: Mon, 12 May 2014 16:10:27 +0200 Message-Id: <1399903827-21747-1-git-send-email-ivan.boule@6wind.com> X-Mailer: git-send-email 1.7.10.4 X-ACL-Warn: 1/1 recipients OK. Subject: [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: Mon, 12 May 2014 14:10:24 -0000 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 lib/librte_pmd_ixgbe/ixgbe/ixgbe_mbx.c | 22 ++++++ lib/librte_pmd_ixgbe/ixgbe_ethdev.c | 132 +++++++++++++++++++++++++++++--- 2 files changed, 145 insertions(+), 9 deletions(-) -- 1.7.10.4