[dpdk-dev] [PATCH v3 0/3] net/tap: netlink and MAC address fixes

Pascal Mazon pascal.mazon at 6wind.com
Fri Mar 31 15:54:08 CEST 2017


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


More information about the dev mailing list