From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v8 0/2] modify callback for VF management Date: Fri, 14 Oct 2016 02:07:48 +0200 Message-ID: <16778068.R00qbW5yXi@xps13> References: <1475858784-5303-1-git-send-email-bernard.iremonger@intel.com> <1476110055-29331-1-git-send-email-bernard.iremonger@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, rahul.r.shah@intel.com, wenzhuo.lu@intel.com, az5157@att.com To: Bernard Iremonger Return-path: Received: from mail-lf0-f49.google.com (mail-lf0-f49.google.com [209.85.215.49]) by dpdk.org (Postfix) with ESMTP id 2A8765679 for ; Fri, 14 Oct 2016 02:07:50 +0200 (CEST) Received: by mail-lf0-f49.google.com with SMTP id b81so160738455lfe.1 for ; Thu, 13 Oct 2016 17:07:50 -0700 (PDT) In-Reply-To: <1476110055-29331-1-git-send-email-bernard.iremonger@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-10-10 15:34, Bernard Iremonger: > This patchset modifies the callback function for VF management. > > A third parameter has been added to the _rte_eth_dev_callback_process > function. All references to this function have been updated. > Changes have been made to the ixgbe_rcv_msg_from_vf function to > use the new callback parameter. Applied, thanks