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 D287FA0032; Wed, 13 Jul 2022 11:29:11 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AFBF84282B; Wed, 13 Jul 2022 11:29:11 +0200 (CEST) Received: from mail-qv1-f45.google.com (mail-qv1-f45.google.com [209.85.219.45]) by mails.dpdk.org (Postfix) with ESMTP id BEFDE4069D for ; Wed, 13 Jul 2022 11:29:10 +0200 (CEST) Received: by mail-qv1-f45.google.com with SMTP id d17so4419926qvs.0 for ; Wed, 13 Jul 2022 02:29:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=40xJXKX4ykCR4BqSohfkPnT3ZDuxImCELii7/8WoX9Q=; b=dsKJ3eHmBWvy8NdUUkslQwOwV5R6twH6OwgQQWGg5LiE4LDSO4w1oAAjv+fVgHubTI CZB1YJLsOQUOMrJeShwCps1Afo+rXwQ2f+VuV3gd/JHzqxH/brdE3EDB/stmoswclpGI h+zLZXr8zFh5AggTpv0fODRxC6W9YHOpPEw8R+YgZGiXekFMj7ikXg4vHC5rq5nmhQMH i+LlJ2/HQTwhnFsu1ZsDEdCJ10Cexb+VIRIKXFi5QqBj0y46xStzdeJuADTFYWrTTew4 ZdD1fc/dkuDITXRPON9OCBLDcX8NfCMKMHpiIcolKn802kIlmp9tD4/flcnIL1mPwKxd 1H6w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=40xJXKX4ykCR4BqSohfkPnT3ZDuxImCELii7/8WoX9Q=; b=kEszTMs1n+1sl2fXM9bpc0CnpwefKodYwJeJ1RaQmy5vYviAe63Mp4o668hGtmPOyM T9ibEl37Rl2++a57pKHOy6Z63w971k6zL/T3en/YOJqWy5iVZ/qg+4BvYvfXjjJvSToq KL0huGXiDVV7WryFqRCcAVaPO6uCzFFgAdOihpdXYoxyqPfwWOXsLH87pwJWjCsChvgV E3I8JOL56YHbcmYnlzXJGmmQqJMUoLTxJP5nNjSzECSnP/wS6qzoxnD5OAFN80pGD83E TBUIYUKGTMWzyiTxPFWB1YxIiGAVr38Ee4zBWDXGHa2xXSVnD3zpKY7P8OOJUuwS8J+2 OLFQ== X-Gm-Message-State: AJIora975NKJvonvvamZSYEI4PMBN/SiaHcbpISjhUhBXbzWRg6uJNb7 LlPmhlJQvV1rQ9qzM44nYMzDglDt07ZS4EIN269/AEaslvmMjQ== X-Google-Smtp-Source: AGRyM1vtleo8GcVSmpIlUu0x1k8QEZaLSiEen8k5GYLphFUP26PhuWW7UaIWDM2b47dBCCGkag9JHt2pc1kV1kNH47k= X-Received: by 2002:ad4:5bea:0:b0:473:301:3859 with SMTP id k10-20020ad45bea000000b0047303013859mr2092389qvc.16.1657704550146; Wed, 13 Jul 2022 02:29:10 -0700 (PDT) MIME-Version: 1.0 References: <20220713080857.28038-1-vburru@marvell.com> In-Reply-To: <20220713080857.28038-1-vburru@marvell.com> From: Jerin Jacob Date: Wed, 13 Jul 2022 14:58:44 +0530 Message-ID: Subject: Re: [PATCH v2] doc: announce rename of octeontx_ep driver To: Veerasenareddy Burru Cc: Ray Kinsella , dpdk-dev Content-Type: text/plain; charset="UTF-8" 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 Wed, Jul 13, 2022 at 1:41 PM Veerasenareddy Burru wrote: > > To enable single unified driver to support current OcteonTx and > future Octeon PCI endpoint NICs, octeontx_ep driver will be renamed > to octeon_ep to reflect common driver for all Octeon based > PCI endpoint NICs. > > Signed-off-by: Veerasenareddy Burru Acked-by: Jerin Jacob > --- > v2 - reworded the announcement as per review comment. > > doc/guides/rel_notes/deprecation.rst | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > index 4e5b23c53d..63c6dac5e5 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -125,3 +125,9 @@ Deprecation Notices > applications should be updated to use the ``dmadev`` library instead, > with the underlying HW-functionality being provided by the ``ioat`` or > ``idxd`` dma drivers > + > +* drivers/octeontx_ep: rename octeontx_ep driver > + > + Current driver name ``octeontx_ep`` was to support OcteonTX line of products. > + It will be renamed to ``octeon_ep`` in DPDK 22.11 to apply for all > + Octeon EP products: OcteonTX + future Octeon chipsets. > -- > 2.36.0 >