From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mit Matelske Subject: mlx5 under FreeBSD Date: Thu, 15 Nov 2018 10:48:03 -0600 (CST) Message-ID: <1203238912.103536.1542300483728.JavaMail.zimbra@perftech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit To: dev@dpdk.org Return-path: Received: from smtp-gw.pt.net (smtp-gw.pt.net [206.210.194.15]) by dpdk.org (Postfix) with ESMTP id 025D44CA5 for ; Thu, 15 Nov 2018 18:06:42 +0100 (CET) Received: from mail.pt.net (mail.pt.net [206.210.194.11]) by smtp-gw.pt.net with ESMTP id Xi3lWlZfsGuUCeql (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 15 Nov 2018 11:06:36 -0600 (CST) Received: from localhost (localhost [IPv6:::1]) by mail.pt.net (Postfix) with ESMTP id 225F1842604 for ; Thu, 15 Nov 2018 10:48:04 -0600 (CST) Received: from mail.pt.net ([IPv6:::1]) by localhost (mail.pt.net [IPv6:::1]) (amavisd-new, port 10032) with ESMTP id JUM6TQlM4wsz for ; Thu, 15 Nov 2018 10:48:03 -0600 (CST) Received: from localhost (localhost [IPv6:::1]) by mail.pt.net (Postfix) with ESMTP id D5DC7842606 for ; Thu, 15 Nov 2018 10:48:03 -0600 (CST) Received: from mail.pt.net ([IPv6:::1]) by localhost (mail.pt.net [IPv6:::1]) (amavisd-new, port 10026) with ESMTP id M_WWVvE98udr for ; Thu, 15 Nov 2018 10:48:03 -0600 (CST) Received: from mail.pt.net (mail.pt.net [206.210.194.11]) by mail.pt.net (Postfix) with ESMTP id BE36C842604 for ; Thu, 15 Nov 2018 10:48:03 -0600 (CST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Is anyone working to include support for the mlx5 PMD under FreeBSD? I've started down this road by building Linux compatibility layers for the required Netlink and Ethtool calls in the driver, but would gladly accept help and advice from those much more knowledgeable then myself! Though not important, why did Mellanox build a PMD that relied on the kernel driver being in place unlike most other PMDs? Thanks! Mit Matelske