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 35F10214A for ; Wed, 15 Mar 2017 15:51:06 +0100 (CET) Received: from 6wind.com (unknown [10.16.0.184]) by proxy.6wind.com (Postfix) with SMTP id 3A83227125; Wed, 15 Mar 2017 15:51:00 +0100 (CET) Received: by 6wind.com (sSMTP sendmail emulation); Wed, 15 Mar 2017 15:49:52 +0100 From: Pascal Mazon To: keith.wiles@intel.com, ferruh.yigit@intel.com Cc: dev@dpdk.org, Pascal Mazon Date: Wed, 15 Mar 2017 15:48:11 +0100 Message-Id: X-Mailer: git-send-email 2.8.0.rc0 In-Reply-To: <1488904298-31395-1-git-send-email-pascal.mazon@6wind.com> References: <1488904298-31395-1-git-send-email-pascal.mazon@6wind.com> Subject: [dpdk-dev] [PATCH v5 0/8] net/tap: add additional management ops 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: Wed, 15 Mar 2017 14:51:06 -0000 v2 change: - use snprintf in tap_mtu set v3 change: - call tap_mac_set() only once in tap_setup_queue() v4 changes: - use new tap_ioctl function for shared behavior between ops - update supported packet types - remove IFF_NOARP flag from link status change - sync desired MTU to both remote and tap netdevices - remove support for mac_add and mac_remove ops v5 changes: - rebase after adrien's patches on Tx poll and Rx signaling - add dependency to librte_net for packet type Pascal Mazon (8): net/tap: remove wrong IFF_NOARP flags net/tap: refactor ioctl calls net/tap: add MAC address management net/tap: add MTU management net/tap: add speed capabilities net/tap: add multicast addresses management net/tap: add packet type management net/tap: add flow control management doc/guides/nics/features/tap.ini | 6 + drivers/net/tap/Makefile | 1 + drivers/net/tap/rte_eth_tap.c | 255 +++++++++++++++++++++++++++++++-------- 3 files changed, 215 insertions(+), 47 deletions(-) -- 2.8.0.rc0