From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH net 0/3] hv_netvsc: notification and namespace fixes Date: Mon, 11 Jun 2018 12:44:53 -0700 Message-ID: <20180611194456.8268-1-sthemmin@microsoft.com> Cc: devel@linuxdriverproject.org, netdev@vger.kernel.org To: kys@microsoft.com, haiyangz@microsoft.com, sthemmin@microsoft.com Return-path: Received: from mail-pf0-f195.google.com ([209.85.192.195]:40818 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932843AbeFKTo7 (ORCPT ); Mon, 11 Jun 2018 15:44:59 -0400 Received: by mail-pf0-f195.google.com with SMTP id z24-v6so10777791pfe.7 for ; Mon, 11 Jun 2018 12:44:59 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: This set of patches addresses two set of fixes. First it backs out the common callback model which was merged in net-next without completing all the review feedback or getting maintainer approval. Then it fixes the transparent VF management code to handle network namespaces. Stephen Hemminger (3): hv_netvsc: drop common code until callback model fixed hv_netvsc: fix network namespace issues with VF support hv_netvsc: move VF to same namespace as netvsc device drivers/net/hyperv/Kconfig | 1 - drivers/net/hyperv/hyperv_net.h | 4 +- drivers/net/hyperv/netvsc_drv.c | 242 ++++++++++++++++++++++++-------- 3 files changed, 184 insertions(+), 63 deletions(-) -- 2.17.1