From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: ixgbe-specific bypass functions Date: Mon, 19 Dec 2016 15:23:38 +0100 Message-ID: <2106040.8nD5l5zoGl@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: bernard.iremonger@intel.com Return-path: Received: from mail-wj0-f176.google.com (mail-wj0-f176.google.com [209.85.210.176]) by dpdk.org (Postfix) with ESMTP id 240E6F930 for ; Mon, 19 Dec 2016 15:23:39 +0100 (CET) Received: by mail-wj0-f176.google.com with SMTP id v7so151107502wjy.2 for ; Mon, 19 Dec 2016 06:23:39 -0800 (PST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Bernard, You moved some VF functions to ixgbe.h. Do you think we could do the same kind of work to move bypass functions from ethdev to ixgbe API? I would see a 2 steps move: 1/ in 17.02 * copy functions in ixgbe.h * use them in testpmd * deprecate ethdev functions 2/ in 17.05 * remove bypass functions from ethdev