From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from proxy.6wind.com (host.76.145.23.62.rev.coltfrance.com [62.23.145.76]) by dpdk.org (Postfix) with ESMTP id 0241B2BA4 for ; Fri, 31 Mar 2017 15:55:50 +0200 (CEST) Received: from 6wind.com (unknown [10.16.0.184]) by proxy.6wind.com (Postfix) with SMTP id B96C32780A; Fri, 31 Mar 2017 15:55:44 +0200 (CEST) Received: by 6wind.com (sSMTP sendmail emulation); Fri, 31 Mar 2017 15:54:37 +0200 From: Pascal Mazon To: keith.wiles@intel.com Cc: dev@dpdk.org, Pascal Mazon Date: Fri, 31 Mar 2017 15:54:08 +0200 Message-Id: X-Mailer: git-send-email 2.12.0.306.g4a9b9b3 In-Reply-To: <3f667d40be2f2d4db572bfa4200561e5818514b6.1490965230.git.pascal.mazon@6wind.com> References: <3f667d40be2f2d4db572bfa4200561e5818514b6.1490965230.git.pascal.mazon@6wind.com> Subject: [dpdk-dev] [PATCH v3 0/3] net/tap: netlink and MAC address fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 13:55:51 -0000 I'm adding a cover letter to clarify this series history, as I've mixed my versions a little... This series fixes some errors in the tap PMD. v3 changes: - Re-sending the complete patch series: [PATCH v3 1/3] net/tap: update netlink error code management [PATCH v3 2/3] net/tap: fix null MAC address at init [PATCH v3 3/3] net/tap: fix redirection rule after MAC change v2 changes: I separated patch for MAC address in two: - 1 for ensuring the device MAC address is set immediately after init: [PATCH v2 1/2] net/tap: fix null MAC address at init - 1 for ensuring the MAC address redirection rule is changed when needed: [PATCH v2 2/2] net/tap: fix redirection rule after MAC change But I forgot to re-send the netlink patch, which is now missing from DPDK patchwork... v1: - 1 patch for netlink: correctly interpret the kernel's error message: [PATCH 1/2] net/tap: update netlink error code management - 1 patch for MAC address: update remote MAC address redirection: [PATCH 2/2] net/tap: update redirection rule after MAC change Pascal Mazon (3): net/tap: update netlink error code management net/tap: fix null MAC address at init net/tap: fix redirection rule after MAC change drivers/net/tap/rte_eth_tap.c | 108 +++++++++++++++++++++++++++--------------- drivers/net/tap/tap_flow.c | 22 ++++++++- drivers/net/tap/tap_netlink.c | 73 +++++++++++++--------------- drivers/net/tap/tap_tcmsgs.c | 107 ++++++++++------------------------------- drivers/net/tap/tap_tcmsgs.h | 2 - 5 files changed, 151 insertions(+), 161 deletions(-) -- 2.12.0.306.g4a9b9b3