From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH v2 1/6] net/mlx5: lay groundwork for switch offloads Date: Tue, 24 Jul 2018 12:33:04 -0700 Message-ID: <20180724123304.2cf0c9c1@xeon-e3> References: <20180627173355.4718-1-adrien.mazarguil@6wind.com> <20180713092910.26276-1-adrien.mazarguil@6wind.com> <20180713092910.26276-2-adrien.mazarguil@6wind.com> <20180723175048.3fcdcc7f@xeon-e3> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Ferruh Yigit , Adrien Mazarguil , =?UTF-8?B?TsOpbGlv?= Laranjeiro , Yongseok Koh , "dev@dpdk.org" To: Shahaf Shuler Return-path: Received: from mail-pg1-f196.google.com (mail-pg1-f196.google.com [209.85.215.196]) by dpdk.org (Postfix) with ESMTP id 6CACA98 for ; Tue, 24 Jul 2018 21:33:12 +0200 (CEST) Received: by mail-pg1-f196.google.com with SMTP id e6-v6so3582866pgv.2 for ; Tue, 24 Jul 2018 12:33:12 -0700 (PDT) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, 24 Jul 2018 04:35:05 +0000 Shahaf Shuler wrote: > Stephen, > > Tuesday, July 24, 2018 3:51 AM, Stephen Hemminger: > > Subject: Re: [dpdk-dev] [PATCH v2 1/6] net/mlx5: lay groundwork for switch > > offloads > > > > On Mon, 23 Jul 2018 22:40:47 +0100 > > Ferruh Yigit wrote: > > > > > > Just to highlight this new PMD level dependency to libmnl. > > > > > > tap pmd also uses netlink and vdev_netvsc also does nl communication, > > > perhaps we can discuss unifying netlink usage around this new library. > > > > > > > > > > I am concerned that this won't work on FreeBSD and it will end up farther > > behind. > > Can you elaborate? What is the reason it will not work? > > There is no working netlink on FreeBSD. There is no eBPF on FreeBSD.