From patchwork Thu Oct 1 14:30:30 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rix X-Patchwork-Id: 79485 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id E39E5A04BA; Thu, 1 Oct 2020 16:30:50 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2AA721DB58; Thu, 1 Oct 2020 16:30:49 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id B6D0B1DB58 for ; Thu, 1 Oct 2020 16:30:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1601562645; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:content-type:content-type; bh=6uInibZiANLPQnNhmeVtlBOq58eBj19vUQN7ZCrc99M=; b=YW/fZhAZz4rfxauZuD+FVEI+AKNXXeQ8lJawPP9Pi1o9EpURcqvvVsm1eQ6p2oAxUwvGqA A8AOKix88AO8Pi2f2CcuMAaqnCFAD1W46bJ+ltzquk+OBcBcdOd8VB/hL5l6UtKN3/h9Sh iL/aZFffcLvcwI9PniK+zhNJK7loXHY= Received: from mail-oi1-f199.google.com (mail-oi1-f199.google.com [209.85.167.199]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-94-HZ8werKTN1eH1Zqjpl_u5Q-1; Thu, 01 Oct 2020 10:30:42 -0400 X-MC-Unique: HZ8werKTN1eH1Zqjpl_u5Q-1 Received: by mail-oi1-f199.google.com with SMTP id m5so1875718oib.19 for ; Thu, 01 Oct 2020 07:30:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=6uInibZiANLPQnNhmeVtlBOq58eBj19vUQN7ZCrc99M=; b=LPfpQ28g1e8wPK+q24i/CRnDnqLj1vpFQRKkH7ujxpgepLM2W/ygHdJ93szt1IkcAv byOTY/D+seS28CltWLUbPHMDmW2tLChf7Zwkub3DurVRKNT+xZTbWG8Nv6G+XhicmZ2L W40BQT0plqdAP3YctsW4wY/UdbPIjgaywXjWN1nljZHZUYfrLOXvtYy/OfhBI9bh6y3P UKo9HpFXDj0ANqB8S3/YUKDxVx6xHnFQ+9/ZbboTKjvQyfvHzAzvYTDV+t+Hsjg6coE1 qwzfI5dUgHeTsFAAInDqrR7uyqZb+AS2ZFesHEfFbLtuAa82VLoYChuTmPrCYxY2gWOd pSHg== X-Gm-Message-State: AOAM530Q3IfPz3JQz/8Hpr5A2Xvtaculc0mIlfZ/ZzuTPiTd5SkKe8gN YI+oOOd8fMbnJ6LaU+YTgTEn7+rKpeKiPgpXUXtiixFHNvdRh41O4wPMDMa7j2hTK28xnkRNxNf f0Yk= X-Received: by 2002:aca:cc8f:: with SMTP id c137mr165335oig.106.1601562641575; Thu, 01 Oct 2020 07:30:41 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwzRGdsN7BVqndvULk9yWzG7fhow7llIDGhBr3fLRLeOVd23vpbxv2NI5EvvA86d8TvX5Ch6w== X-Received: by 2002:aca:cc8f:: with SMTP id c137mr165325oig.106.1601562641324; Thu, 01 Oct 2020 07:30:41 -0700 (PDT) Received: from trix.remote.csb (075-142-250-213.res.spectrum.com. [75.142.250.213]) by smtp.gmail.com with ESMTPSA id c11sm398138otp.65.2020.10.01.07.30.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 01 Oct 2020 07:30:40 -0700 (PDT) From: trix@redhat.com To: thomas@monjalon.net, nicolas.chautru@intel.com Cc: dev@dpdk.org, Tom Rix Date: Thu, 1 Oct 2020 07:30:30 -0700 Message-Id: <20201001143030.9194-1-trix@redhat.com> X-Mailer: git-send-email 2.18.1 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=trix@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Subject: [dpdk-dev] [PATCH] maintainers: New Reviewer entry type added to MAINTAINERS 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" From: Tom Rix Copied from the Linux kernel MAINTAINERS file. A Reviewer is designated person who wishes to review changes in areas of interest. Added self as Reviewer for baseband. I am a Linux kernel Reviewer for the fpga n3000/vista creek which has several bitstream based baseband devices. So I want to help out here as well. Signed-off-by: Tom Rix Acked-by: Nicolas Chautru --- MAINTAINERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index c0abbe0fc..30faf2455 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17,7 +17,8 @@ Descriptions of section entries: X: Files and directories exclusion, same rules as F: K: Keyword regex pattern to match content. One regex pattern per line. Multiple K: lines acceptable. - + R: Designated *Reviewer*: FullName + These reviewers should be CCed on patches. General Project Administration ------------------------------ @@ -392,6 +393,7 @@ F: lib/librte_ethdev/rte_mtr* Baseband API - EXPERIMENTAL M: Nicolas Chautru +R: Tom Rix T: git://dpdk.org/next/dpdk-next-crypto F: lib/librte_bbdev/ F: doc/guides/prog_guide/bbdev.rst