From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Dumitrescu, Cristian" Subject: Re: [PATCH 1/2] lib/librte_port: modify source and sink port structure parameter Date: Tue, 9 Aug 2016 17:46:43 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D8912647A4182D@IRSMSX108.ger.corp.intel.com> References: <1470760256-7677-1-git-send-email-jasvinder.singh@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: "Singh, Jasvinder" , "dev@dpdk.org" Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 3289D2C0F for ; Tue, 9 Aug 2016 19:46:46 +0200 (CEST) In-Reply-To: <1470760256-7677-1-git-send-email-jasvinder.singh@intel.com> Content-Language: en-US List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Singh, Jasvinder > Sent: Tuesday, August 9, 2016 9:31 AM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH 1/2] lib/librte_port: modify source and sink port structu= re > parameter >=20 > The ``file_name`` data type of ``struct rte_port_source_params`` and > ``struct rte_port_sink_params`` is changed from `char *`` to ``const char= *``. >=20 > Signed-off-by: Jasvinder Singh > --- > doc/guides/rel_notes/deprecation.rst | 4 ---- > doc/guides/rel_notes/release_16_11.rst | 3 ++- > lib/librte_port/rte_port_source_sink.h | 4 ++-- > 3 files changed, 4 insertions(+), 7 deletions(-) >=20 Acked-by: Cristian Dumitrescu