From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id B0BCD25A1 for ; Sat, 14 Jul 2018 00:24:56 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Jul 2018 15:24:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,349,1526367600"; d="scan'208";a="245572864" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by fmsmga006.fm.intel.com with ESMTP; 13 Jul 2018 15:24:42 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.193]) by IRSMSX102.ger.corp.intel.com ([169.254.2.110]) with mapi id 14.03.0319.002; Fri, 13 Jul 2018 23:24:41 +0100 From: "De Lara Guarch, Pablo" To: Shally Verma CC: "dev@dpdk.org" , "pathreya@caviumnetworks.com" , "mchalla@caviumnetworks.com" , Ashish Gupta , Ashish Gupta , Sunila Sahu Thread-Topic: [PATCH v2 3/6] compress/octeontx: add xform and stream create support Thread-Index: AQHUEiWdhexijKUu8EKXOo/jrMmDmqSNy+pw Date: Fri, 13 Jul 2018 22:24:40 +0000 Message-ID: References: <1530550477-22444-1-git-send-email-shally.verma@caviumnetworks.com> <1530550477-22444-4-git-send-email-shally.verma@caviumnetworks.com> In-Reply-To: <1530550477-22444-4-git-send-email-shally.verma@caviumnetworks.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYWM5MGRmY2MtOGQ4Mi00NzExLThjMTQtMDA2MGQ0OTM0Y2JiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiaDNaSkVoYmZJMkZPdEV6cTU1ZDk5VUd3WjFYOGNub2JKY3dsWVZxQkdoYWNlcklaazVHYW5GRERyRjF0U0J0SCJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 3/6] compress/octeontx: add xform and stream create support 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: , X-List-Received-Date: Fri, 13 Jul 2018 22:24:57 -0000 > -----Original Message----- > From: Shally Verma [mailto:shally.verma@caviumnetworks.com] > Sent: Monday, July 2, 2018 5:55 PM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org; pathreya@caviumnetworks.com; > mchalla@caviumnetworks.com; Ashish Gupta > ; Ashish Gupta > ; Sunila Sahu > > Subject: [PATCH v2 3/6] compress/octeontx: add xform and stream create > support >=20 > From: Ashish Gupta >=20 > implement private xform and stream create ops >=20 > Signed-off-by: Ashish Gupta > Signed-off-by: Shally Verma > Signed-off-by: Sunila Sahu > --- ... >=20 > +static int > +zip_pmd_stream_create(struct rte_compressdev *dev, > + const struct rte_comp_xform *xform, void **stream) { Do you support stateful ops? If you don't, this should not be implemented, = I think (or should return -ENOTSUP).