From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D6C6644147; Mon, 3 Jun 2024 16:58:49 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 858FC42E22; Mon, 3 Jun 2024 16:58:48 +0200 (CEST) Received: from mail-pl1-f175.google.com (mail-pl1-f175.google.com [209.85.214.175]) by mails.dpdk.org (Postfix) with ESMTP id D9B324067B for ; Mon, 3 Jun 2024 16:58:46 +0200 (CEST) Received: by mail-pl1-f175.google.com with SMTP id d9443c01a7336-1f60a502bb2so339515ad.3 for ; Mon, 03 Jun 2024 07:58:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1717426726; x=1718031526; darn=dpdk.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=DmuiYacNsoygzwNw9UgVwAWhoj95Mmy9DwpWN+xEUVc=; b=fpeYOlvyIC6hQrqP2yH7nIPKazCJ2tfNKRJFbwlXVwdtRqdIUZhxJx6K52cH8+PIjR jrv7lL3wjuJsYsLL7tzQKmwzu59nZYGsYDKAL6NwMc70a49nEHQD7BfGIggcaY9c66fx MrYm0hikE4+iSZbQUhRMsaYj+p1flbarQgPdBPZFiAkmbCBk+n7hVqcC4/BLUDDDt7op Qmv1+rrtrOlcLahh/HA0ir7MRhDTTt983tT99O8P7BRtoKhdM9KxYwPHKKM/Bwvz6WDG EOl203cRg/YmTgkrydobKxpUq6jISP5cMvRS0oyNExonPwgCVVhZK3hlL18lIZvxWDX1 9j+w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1717426726; x=1718031526; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=DmuiYacNsoygzwNw9UgVwAWhoj95Mmy9DwpWN+xEUVc=; b=ri8kjCu1zKni9ySVaOjaJNwdk0e0AveguKi1IDPg6s8BU9/Ka62CgGHfIyg0xqlS75 u30XRbg3yYjQ9dXDFFNVGAxL3bRSExxu7wsn8sPBdONn224J9LSwec8MdmhgOo7HNRFU Z+t14boYATiKuDeOyVy7aQoS0yKbGWKUlclQgp1r7dM2SwQxyCf8uBR9SPbOJDanqIq/ 04dISiRJY4DellTKqO2CbySOGvpbvwsxywKBW5QbCmDKZbA2YqW2rGTGEL5oymE1zsmQ BeVb5kQ7SL/COffhpJC5oOnIbvxAxS8Mf6XuEGeywQkSgvDa9QUmRm3HwhihprLEN+N2 uHbA== X-Gm-Message-State: AOJu0Yw64nczF2/kiPs0npJ39/fxt7c5rjVxaXL3v9VWZLyUUA7qfVic bhVT/H75xvbXxS9xtz21h5F4B67Nnnu2l/SyfaisWnQCh6LMQ6+x5odLZWRImgo= X-Google-Smtp-Source: AGHT+IEgkszoUWAbaZYDhb/ZodWgIA6qRXCWp6GHVL75ilcAVjy0DthG6/7y9UR3X+PP6r+x9YOHdw== X-Received: by 2002:a17:902:e742:b0:1f6:80e2:e448 with SMTP id d9443c01a7336-1f680e31594mr27968585ad.51.1717426725876; Mon, 03 Jun 2024 07:58:45 -0700 (PDT) Received: from hermes.local (204-195-96-226.wavecable.com. [204.195.96.226]) by smtp.gmail.com with ESMTPSA id d9443c01a7336-1f632338c14sm66366845ad.36.2024.06.03.07.58.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Jun 2024 07:58:45 -0700 (PDT) Date: Mon, 3 Jun 2024 07:58:44 -0700 From: Stephen Hemminger To: Cc: Subject: Re: zxdh: add zxdh poll mode driver Message-ID: <20240603075844.04265525@hermes.local> In-Reply-To: <20240603192857865CEjaTZFRXk6x3WbOud5lK@zte.com.cn> References: <20240603192857865CEjaTZFRXk6x3WbOud5lK@zte.com.cn> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Mon, 3 Jun 2024 19:28:57 +0800 (CST) wrote: > +Prerequisites > +------------- > + > +This PMD driver need NPSDK library for system initialization and allocation of resources. > +Communication between PMD and kernel modules is mediated by zxdh Kernel modules. > +The NPSDK library and zxdh Kernel modules are not part of DPDK and must be installed > +separately: > + > +- Getting the latest NPSDK library and software supports using > + ``_. What is the license of the NPSDK ?