From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH] doc: notice for changes in kni structures Date: Wed, 3 May 2017 08:50:54 -0700 Message-ID: <20170503085054.06fafab8@xeon-e3> References: <1493811091-26226-1-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: , To: Hemant Agrawal Return-path: Received: from mail-pg0-f54.google.com (mail-pg0-f54.google.com [74.125.83.54]) by dpdk.org (Postfix) with ESMTP id 4C41858D1 for ; Wed, 3 May 2017 17:50:59 +0200 (CEST) Received: by mail-pg0-f54.google.com with SMTP id y4so75123887pge.0 for ; Wed, 03 May 2017 08:50:59 -0700 (PDT) In-Reply-To: <1493811091-26226-1-git-send-email-hemant.agrawal@nxp.com> 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 Wed, 3 May 2017 17:01:31 +0530 Hemant Agrawal wrote: > Signed-off-by: Hemant Agrawal > --- > doc/guides/rel_notes/deprecation.rst | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > index a3e7c72..0c1ef2c 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -81,3 +81,10 @@ Deprecation Notices > > - ``rte_crpytodev_scheduler_mode_get``, replaced by ``rte_cryptodev_scheduler_mode_get`` > - ``rte_crpytodev_scheduler_mode_set``, replaced by ``rte_cryptodev_scheduler_mode_set`` > + > +* kni: additional functionality is planned to be added in kni to support mtu, macaddr, > + gso_size, promiscusity configuration. > + some of the kni structure will be changed to support additional functionality > + e.g ``rte_kni_request`` to support promiscusity`` and mac_addr, > + ``rte_kni_mbu`` to support the configured gso_size, > + ``rte_kni_device_info`` and ``rte_kni_conf`` to also support mtu and macaddr. Why are these exposed as something applications should care about? The data structures in rte_kni_common.h are not an API