Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934688AbcKDNhm (ORCPT ); Fri, 4 Nov 2016 09:37:42 -0400 Received: from mail-db5eur01on0081.outbound.protection.outlook.com ([104.47.2.81]:58336 "EHLO EUR01-DB5-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S934562AbcKDNhl (ORCPT ); Fri, 4 Nov 2016 09:37:41 -0400 From: Ruxandra Ioana Radulescu To: Stuart Yoder , "gregkh@linuxfoundation.org" CC: German Rivera , "devel@driverdev.osuosl.org" , "linux-kernel@vger.kernel.org" , "agraf@suse.de" , "arnd@arndb.de" , Leo Li , Roy Pledge , Stuart Yoder Subject: RE: [PATCH 4/9] bus: fsl-mc: dpio: add frame descriptor and scatter/gather APIs Thread-Topic: [PATCH 4/9] bus: fsl-mc: dpio: add frame descriptor and scatter/gather APIs Thread-Index: AQHSK6SN4/+Ke5I0NUCA2JGfVVceUKDHaFjggAF7e3A= Date: Fri, 4 Nov 2016 13:22:26 +0000 Message-ID: References: <1477058509-12547-1-git-send-email-stuart.yoder@nxp.com> <1477058509-12547-5-git-send-email-stuart.yoder@nxp.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: spf=none (sender IP is ) smtp.mailfrom=ruxandra.radulescu@nxp.com; x-originating-ip: [192.88.146.1] x-ms-office365-filtering-correlation-id: 7e794869-a3cd-48ff-ea9f-08d404b59edb x-microsoft-exchange-diagnostics: 1;AM2PR04MB0769;7:rJ2hNo/mzltxyV4xhE9eOxo6Iocs888Nf5yZTHSqGPXeQgtCtzlNqiWhoHUxtq3rRR5aaDpey3QXJzdO9iO0h2Fy3m9Dh9XQiA1RIHUMwLtg6YOtLlWaHQ+o6kE8iGGCqS1+xjTxG2GqwPKTY9d9qDBx4Y3ZsjgAdyXqSsDIZb6Q2bHyig08Yy3fX2+Dyj974Qek8V5slW5HFYnCqxm5bvuavmb61OudZpS1dNEWxOthSM3Q9qk2liJ+Vjdn0f/sQ4thcsCRVCj/nQS1Aj8sRp4JIi8+Xtv7tXCJ9eUKpuA6J/lpiKmZwf2JlcfBfxQi8TTBxjDV1q8ONAXyO5LJ+AF3TrYL8Fre0MGEf1Tcy+4= x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:AM2PR04MB0769; x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:(9452136761055)(185117386973197); x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(6045074)(6040176)(601004)(2401047)(5005006)(8121501046)(10201501046)(3002001)(6055026)(6046074)(6072074);SRVR:AM2PR04MB0769;BCL:0;PCL:0;RULEID:;SRVR:AM2PR04MB0769; x-forefront-prvs: 01165471DB x-forefront-antispam-report: SFV:NSPM;SFS:(10009020)(6009001)(7916002)(199003)(13464003)(377454003)(189002)(9686002)(4326007)(305945005)(7696004)(8676002)(2950100002)(122556002)(76576001)(5660300001)(5002640100001)(3846002)(66066001)(33656002)(81156014)(101416001)(586003)(54356999)(102836003)(6116002)(81166006)(19580405001)(19580395003)(76176999)(10400500002)(50986999)(77096005)(87936001)(5001770100001)(97736004)(92566002)(106356001)(106116001)(105586002)(2900100001)(3280700002)(189998001)(2906002)(3660700001)(575784001)(68736007)(7736002)(2501003)(74316002)(86362001)(7846002)(8936002)(2004002);DIR:OUT;SFP:1101;SCL:1;SRVR:AM2PR04MB0769;H:VI1PR0402MB2847.eurprd04.prod.outlook.com;FPR:;SPF:None;PTR:InfoNoRecords;A:1;MX:1;LANG:en; spamdiagnosticoutput: 1:99 spamdiagnosticmetadata: NSPM Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 X-OriginatorOrg: nxp.com X-MS-Exchange-CrossTenant-originalarrivaltime: 04 Nov 2016 13:22:26.5045 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 686ea1d3-bc2b-4c6f-a92c-d99c5c301635 X-MS-Exchange-Transport-CrossTenantHeadersStamped: AM2PR04MB0769 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.home.local id uA4DbnCK021686 Content-Length: 11308 Lines: 374 > -----Original Message----- > From: Stuart Yoder [mailto:stuart.yoder@nxp.com] > Sent: Friday, October 21, 2016 9:02 AM > To: gregkh@linuxfoundation.org > Cc: German Rivera ; devel@driverdev.osuosl.org; > linux-kernel@vger.kernel.org; agraf@suse.de; arnd@arndb.de; Leo Li > ; Roy Pledge ; Stuart Yoder > > Subject: [PATCH 4/9] bus: fsl-mc: dpio: add frame descriptor and > scatter/gather APIs > > From: Roy Pledge > > Add global definitions for DPAA2 frame descriptors and scatter > gather entries. > > Signed-off-by: Roy Pledge > Signed-off-by: Stuart Yoder > --- > include/linux/fsl/dpaa2-fd.h | 415 > +++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 415 insertions(+) > create mode 100644 include/linux/fsl/dpaa2-fd.h > > diff --git a/include/linux/fsl/dpaa2-fd.h b/include/linux/fsl/dpaa2-fd.h > new file mode 100644 > index 0000000..b3fa9ff > --- /dev/null > +++ b/include/linux/fsl/dpaa2-fd.h > @@ -0,0 +1,415 @@ > +/* > + * Copyright 2014-2016 Freescale Semiconductor Inc. > + * > + * Redistribution and use in source and binary forms, with or without > + * modification, are permitted provided that the following conditions are > met: > + * * Redistributions of source code must retain the above copyright > + * notice, this list of conditions and the following disclaimer. > + * * Redistributions in binary form must reproduce the above copyright > + * notice, this list of conditions and the following disclaimer in the > + * documentation and/or other materials provided with the distribution. > + * * Neither the name of Freescale Semiconductor nor the > + * names of its contributors may be used to endorse or promote > products > + * derived from this software without specific prior written permission. > + * > + * ALTERNATIVELY, this software may be distributed under the terms of the > + * GNU General Public License ("GPL") as published by the Free Software > + * Foundation, either version 2 of that License or (at your option) any > + * later version. > + * > + * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND > ANY > + * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, > THE IMPLIED > + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR > PURPOSE ARE > + * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR > ANY > + * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR > CONSEQUENTIAL DAMAGES > + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE > GOODS OR SERVICES; > + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) > HOWEVER CAUSED AND > + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, > OR TORT > + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF > THE USE OF THIS > + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > + */ > +#ifndef __FSL_DPAA2_FD_H > +#define __FSL_DPAA2_FD_H > + > +#include > + > +/** > + * DOC: DPAA2 FD - Frame Descriptor APIs for DPAA2 > + * > + * Frame Descriptors (FDs) are used to describe frame data in the DPAA2. > + * Frames can be enqueued and dequeued to Frame Queues (FQs) which > are consumed > + * by the various DPAA accelerators (WRIOP, SEC, PME, DCE) > + * > + * There are three types of frames: single, scatter gather, and frame lists. > + * > + * The set of APIs in this file must be used to create, manipulate and > + * query Frame Descriptors. > + */ > + > +/** > + * struct dpaa2_fd - Struct describing FDs > + * @words: for easier/faster copying the whole FD structure > + * @addr: address in the FD > + * @len: length in the FD > + * @bpid: buffer pool ID > + * @format_offset: format and offset fields > + * @frc: frame context > + * @ctrl: control bits...including dd, sc, va, err, etc > + * @flc: flow context address > + * > + * This structure represents the basic Frame Descriptor used in the system. > + */ > +struct dpaa2_fd { > + union { > + u32 words[8]; > + struct dpaa2_fd_simple { > + __le64 addr; > + __le32 len; > + __le16 bpid; > + __le16 format_offset; > + __le32 frc; > + __le32 ctrl; > + __le64 flc; > + } simple; > + }; > +}; > + > +#define FD_OFFSET_MASK 0x0FFF > +#define FD_FORMAT_MASK 0x3 > +#define FD_FORMAT_SHIFT 12 > +#define SG_SHORT_LEN_FLAG_MASK 0x1 > +#define SG_SHORT_LEN_FLAG_SHIFT 14 > +#define SG_SHORT_LEN_MASK 0x1FFFF > +#define SG_OFFSET_MASK 0x0FFF > +#define SG_FORMAT_MASK 0x3 > +#define SG_FORMAT_SHIFT 12 > +#define SG_BPID_MASK 0x3FFF > +#define SG_FINAL_FLAG_MASK 0x1 > +#define SG_FINAL_FLAG_SHIFT 15 > + > +enum dpaa2_fd_format { > + dpaa2_fd_single = 0, > + dpaa2_fd_list, > + dpaa2_fd_sg > +}; > + > +/** > + * dpaa2_fd_get_addr() - get the addr field of frame descriptor > + * @fd: the given frame descriptor > + * > + * Return the address in the frame descriptor. > + */ > +static inline dma_addr_t dpaa2_fd_get_addr(const struct dpaa2_fd *fd) > +{ > + > + return (dma_addr_t)fd->simple.addr; > +} > + > +/** > + * dpaa2_fd_set_addr() - Set the addr field of frame descriptor > + * @fd: the given frame descriptor > + * @addr: the address needs to be set in frame descriptor > + */ > +static inline void dpaa2_fd_set_addr(struct dpaa2_fd *fd, dma_addr_t > addr) > +{ > + fd->simple.addr = addr; > +} > + > +/** > + * dpaa2_fd_get_frc() - Get the frame context in the frame descriptor > + * @fd: the given frame descriptor > + * > + * Return the frame context field in the frame descriptor. > + */ > +static inline u32 dpaa2_fd_get_frc(const struct dpaa2_fd *fd) > +{ > + return fd->simple.frc; > +} > + > +/** > + * dpaa2_fd_set_frc() - Set the frame context in the frame descriptor > + * @fd: the given frame descriptor > + * @frc: the frame context needs to be set in frame descriptor > + */ > +static inline void dpaa2_fd_set_frc(struct dpaa2_fd *fd, u32 frc) > +{ > + fd->simple.frc = frc; > +} > + > +/** > + * dpaa2_fd_get_flc() - Get the flow context in the frame descriptor > + * @fd: the given frame descriptor > + * > + * Return the flow context in the frame descriptor. > + */ > +static inline dma_addr_t dpaa2_fd_get_flc(const struct dpaa2_fd *fd) > +{ > + return (dma_addr_t)fd->simple.flc; > +} > + > +/** > + * dpaa2_fd_set_flc() - Set the flow context field of frame descriptor > + * @fd: the given frame descriptor > + * @flc_addr: the flow context needs to be set in frame descriptor > + */ > +static inline void dpaa2_fd_set_flc(struct dpaa2_fd *fd, dma_addr_t > flc_addr) > +{ > + fd->simple.flc = flc_addr; > +} > + > +/** > + * dpaa2_fd_get_len() - Get the length in the frame descriptor > + * @fd: the given frame descriptor > + * > + * Return the length field in the frame descriptor. > + */ > +static inline u32 dpaa2_fd_get_len(const struct dpaa2_fd *fd) > +{ > + return fd->simple.len; > +} > + > +/** > + * dpaa2_fd_set_len() - Set the length field of frame descriptor > + * @fd: the given frame descriptor > + * @len: the length needs to be set in frame descriptor > + */ > +static inline void dpaa2_fd_set_len(struct dpaa2_fd *fd, u32 len) > +{ > + fd->simple.len = len; > +} > + > +/** > + * dpaa2_fd_get_offset() - Get the offset field in the frame descriptor > + * @fd: the given frame descriptor > + * > + * Return the offset. > + */ > +static inline uint16_t dpaa2_fd_get_offset(const struct dpaa2_fd *fd) > +{ > + return fd->simple.format_offset & FD_OFFSET_MASK; > +} > + > +/** > + * dpaa2_fd_set_offset() - Set the offset field of frame descriptor > + * @fd: the given frame descriptor > + * @offset: the offset needs to be set in frame descriptor > + */ > +static inline void dpaa2_fd_set_offset(struct dpaa2_fd *fd, uint16_t offset) > +{ > + fd->simple.format_offset &= ~(FD_OFFSET_MASK); > + fd->simple.format_offset |= offset; > +} > + > +/** > + * dpaa2_fd_get_format() - Get the format field in the frame descriptor > + * @fd: the given frame descriptor > + * > + * Return the format. > + */ > +static inline enum dpaa2_fd_format dpaa2_fd_get_format( > + const struct dpaa2_fd *fd) > +{ > + return (enum dpaa2_fd_format)((fd->simple.format_offset > + >> FD_FORMAT_SHIFT) & > FD_FORMAT_MASK); > +} > + > +/** > + * dpaa2_fd_set_format() - Set the format field of frame descriptor > + * @fd: the given frame descriptor > + * @format: the format needs to be set in frame descriptor > + */ > +static inline void dpaa2_fd_set_format(struct dpaa2_fd *fd, > + enum dpaa2_fd_format format) > +{ > + fd->simple.format_offset &= ~(FD_FORMAT_MASK << > FD_FORMAT_SHIFT); > + fd->simple.format_offset |= format << FD_FORMAT_SHIFT; > +} > + > +/** > + * dpaa2_fd_get_bpid() - Get the bpid field in the frame descriptor > + * @fd: the given frame descriptor > + * > + * Return the buffer pool id. > + */ > +static inline uint16_t dpaa2_fd_get_bpid(const struct dpaa2_fd *fd) > +{ > + return fd->simple.bpid; > +} > + > +/** > + * dpaa2_fd_set_bpid() - Set the bpid field of frame descriptor > + * @fd: the given frame descriptor > + * @bpid: buffer pool id to be set > + */ > +static inline void dpaa2_fd_set_bpid(struct dpaa2_fd *fd, uint16_t bpid) > +{ > + fd->simple.bpid = bpid; > +} The setter/getter functions for fd.ctrl are missing. > + > +/** > + * struct dpaa2_sg_entry - the scatter-gathering structure > + * @addr: address of the sg entry > + * @len: length in this sg entry > + * @bpid: buffer pool id > + * @format_offset: offset in the MS 16 bits, BPID in the LS 16 bits Description of the format_offset field is incorrect, it shouldn't contain the reference to BPID. > + */ > +struct dpaa2_sg_entry { > + __le64 addr; > + __le32 len; > + __le16 bpid; > + __le16 format_offset; > +}; > + > +enum dpaa2_sg_format { > + dpaa2_sg_single = 0, > + dpaa2_sg_frame_data, > + dpaa2_sg_sgt_ext > +}; > + > +/* Accessors for SG entry fields */ > + > +/** > + * dpaa2_sg_get_addr() - Get the address from SG entry > + * @sg: the given scatter-gathering object > + * > + * Return the address. > + */ > +static inline dma_addr_t dpaa2_sg_get_addr(const struct dpaa2_sg_entry > *sg) > +{ > + return le64_to_cpu((dma_addr_t)sg->addr); > +} > + > +/** > + * dpaa2_sg_set_addr() - Set the address in SG entry > + * @sg: the given scatter-gathering object > + * @addr: the address to be set > + */ > +static inline void dpaa2_sg_set_addr(struct dpaa2_sg_entry *sg, > dma_addr_t addr) > +{ > + sg->addr = cpu_to_le64(addr); > +} > + > +static inline bool dpaa2_sg_short_len(const struct dpaa2_sg_entry *sg) > +{ > + return (le16_to_cpu(sg->format_offset) >> > SG_SHORT_LEN_FLAG_SHIFT) > + & SG_SHORT_LEN_FLAG_MASK; > +} > + > +/** > + * dpaa2_sg_get_len() - Get the length in SG entry > + * @sg: the given scatter-gathering object > + * > + * Return the length. > + */ > +static inline u32 dpaa2_sg_get_len(const struct dpaa2_sg_entry *sg) > +{ > + if (dpaa2_sg_short_len(sg)) > + return le32_to_cpu(sg->len) & SG_SHORT_LEN_MASK; > + > + return le32_to_cpu(sg->len); > +} We should do this in dpaa2_fd_get_len() as well. Hardware is capable of generating FDs with SL bit set for single frame format too, although in practice I've never actually seen it. Thanks, Ioana