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 AA2F4914 for ; Tue, 7 Mar 2017 17:31:55 +0100 (CET) Received: from 6wind.com (unknown [10.16.0.184]) by proxy.6wind.com (Postfix) with SMTP id B847325B4F; Tue, 7 Mar 2017 17:31:49 +0100 (CET) Received: by 6wind.com (sSMTP sendmail emulation); Tue, 07 Mar 2017 17:31:39 +0100 From: Pascal Mazon To: keith.wiles@intel.com Cc: dev@dpdk.org, Pascal Mazon Date: Tue, 7 Mar 2017 17:31:32 +0100 Message-Id: <1488904298-31395-1-git-send-email-pascal.mazon@6wind.com> X-Mailer: git-send-email 2.8.0.rc0 In-Reply-To: References: Subject: [dpdk-dev] [PATCH v3 0/6] 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: Tue, 07 Mar 2017 16:31:55 -0000 Add a few eth_dev ops to the tap PMD for completeness. We want it to behave as much as possible as a standard PMD. v2 change: - use snprintf in tap_mtu set v3 change: - call tap_mac_set() only once in tap_setup_queue() Pascal Mazon (6): net/tap: add MAC address management ops net/tap: add speed capabilities net/tap: add multicast addresses management net/tap: add MTU management net/tap: add packet type management net/tap: add flow control management doc/guides/nics/features/tap.ini | 6 ++ drivers/net/tap/rte_eth_tap.c | 216 ++++++++++++++++++++++++++++++++++++--- 2 files changed, 209 insertions(+), 13 deletions(-) -- 2.8.0.rc0