From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C3D3FA0562; Tue, 31 Mar 2020 15:08:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DE6C52C15; Tue, 31 Mar 2020 15:08:11 +0200 (CEST) Received: from mx03.napatech.com (mx03.napatech.com [185.150.198.123]) by dpdk.org (Postfix) with ESMTP id 9A645FFA for ; Tue, 31 Mar 2020 15:08:10 +0200 (CEST) Received: from mx03.napatech.com (localhost [127.0.0.1]) by mx03.napatech.com (Postfix) with ESMTP id 74AD7B0608 for ; Tue, 31 Mar 2020 15:08:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=napatech.com; s=mar2017; t=1585660087; bh=YDFIPJ7vynfWJqp1TdT4ajAsQLYEANdyKqJJB6pVkMo=; h=From:To:CC:Subject:Date:References:In-Reply-To; b=gcWR7GFpHfQ8PuRyJNTl0jmIRq17qy1IfgifXjXIFpD+kIqVYW024IYj8ew+xrNR7 5auSxPLNnGApPUIzhtV2OeUxeb3xqT0NhZbz+AUinyEdf1str7BwjI9aSVCEGDNDOG CXwP+LIvuOoRsimfrUNAH4khW3ZP8TQYHbHM2a0q/DAyzXyqOy7Co864dRgqzhhL59 GwBKA29rfeVReqGI2OPLV9ztPljoQq+TjdAj0ue/3OPVcIFpSwQ+YFIGiFXPwjw+Z1 lrKnomlIVx34iINvOwWW4BudOAJFlyxDL2+qjYzTdFnrC0xU7SYCamiZ5y1q6IXhow 8qJhNjupj75KA== Received: from localhost (localhost [127.0.0.1]) by mx03.napatech.com (Postfix) with ESMTP id 72904B060A for ; Tue, 31 Mar 2020 15:08:07 +0200 (CEST) X-Virus-Scanned: by SpamTitan at napatech.com Received: from mx03.napatech.com (localhost [127.0.0.1]) by mx03.napatech.com (Postfix) with ESMTP id 739ABB060C for ; Tue, 31 Mar 2020 15:08:05 +0200 (CEST) Authentication-Results: mx03.napatech.com; none Received: from mail.napatech.com (cph-gen-exch02.napatech.com [10.240.1.84]) by mx03.napatech.com (Postfix) with ESMTPS id 0B4FAB0608 for ; Tue, 31 Mar 2020 15:08:02 +0200 (CEST) Received: from cph-gen-exch02.napatech.com (10.240.1.84) by cph-gen-exch02.napatech.com (10.240.1.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1913.5; Tue, 31 Mar 2020 15:08:01 +0200 Received: from cph-gen-exch02.napatech.com ([fe80::581:51a1:ac3f:84e]) by cph-gen-exch02.napatech.com ([fe80::581:51a1:ac3f:84e%12]) with mapi id 15.01.1913.005; Tue, 31 Mar 2020 15:08:01 +0200 From: Michael Lilja To: Thomas Monjalon CC: Neil Horman , Finn Christensen , "dev@dpdk.org" , Bent Kuhre Thread-Topic: [dpdk-dev] Napatech pmd Thread-Index: AQHWB1gAjoqbSs4S00yV0CaMaRpMEahiobgg///iiYCAACdPQA== Date: Tue, 31 Mar 2020 13:08:01 +0000 Message-ID: References: <11835288.hYdu0Ggh8K@xps> <3804560.zXnORWrf4K@xps> In-Reply-To: <3804560.zXnORWrf4K@xps> Accept-Language: en-US, da-DK, de-DE, de-CH, en-GB Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.240.51.19] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] Napatech pmd 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Thomas Monjalon > Sent: 31. marts 2020 14:45 > To: Michael Lilja > Cc: Neil Horman ; Finn Christensen > ; dev@dpdk.org; Bent Kuhre > Subject: Re: [dpdk-dev] Napatech pmd >=20 > 31/03/2020 14:39, Michael Lilja: > > Hi, > > > > I appreciate the discussion. It would of course be nice if vendors > could be allowed to use external libraries/drivers and have a DPDK > shim but I also understand the concern. > > > > We have started the movement towards an open source variant of our > NICs driver so that upstreaming to DPDK (and kernel) will be possible. > The downside is that not all NICs will be supported, it is simply not > worth the effort rewriting a legacy codebase. >=20 > That's a very good news! > When do you plan to start upstreaming? That is a good question... Soon hopefully, it is a work in progress :D >=20 >=20