From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pascal Mazon Subject: [PATCH v3 0/3] net/tap: netlink and MAC address fixes Date: Fri, 31 Mar 2017 15:54:08 +0200 Message-ID: References: <3f667d40be2f2d4db572bfa4200561e5818514b6.1490965230.git.pascal.mazon@6wind.com> Cc: dev@dpdk.org, Pascal Mazon To: keith.wiles@intel.com 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) In-Reply-To: <3f667d40be2f2d4db572bfa4200561e5818514b6.1490965230.git.pascal.mazon@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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